/* create.css */ page{background: #f9f9f9;padding-bottom: 130rpx;} .form{background: #fff;padding: 0 35rpx 20rpx;margin-bottom: 20rpx;} .form .li{padding: 30rpx 0;position: relative;} .label{font-size: 30rpx;color: #999;width: 160rpx;} .photo{justify-content: space-between;} .userimg{width: 90rpx;height: 90rpx;border-radius: 50%;} .rico{width: 15rpx;height: 22rpx;} .ipt{font-size: 30rpx;color: #333;} .textarea{font-size: 30rpx;color: #333;height: 100rpx;} .tit{font-size: 30rpx;color: #333;font-weight: bold;padding: 35rpx 0;} .alstart{align-items: flex-start;} .num{position: absolute;right: 0;bottom: 0;} .tong{font-size: 26rpx;color: #DB2A2A;} .tong image{width: 32rpx;height: 32rpx;margin-right: 10rpx;} .add{font-size: 26rpx;color: #DB2A2A;font-weight: normal;} .add image{width: 33rpx;height: 33rpx;margin-right: 10rpx;} .picker{position: relative;} .picker view{width: 100%;font-size: 30rpx;} .picker .rico{position: absolute;right: 0;top: 50%;transform: translateY(-50%);} .placeholder{color: #ccc;} .bot{position: fixed;left: 0;right: 0;bottom: 0;background: #fff;padding: 25rpx 32rpx;z-index: 50;} .btn{height: 80rpx;background: #DB2A2A;border-radius: 40rpx;font-size: 30rpx;color: #fff;text-align: center;line-height: 80rpx;}