You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

11 lines
724 B

.form{padding:24rpx;background:#fff;}
.formlist{width:100%;height:96rpx;line-height: 96rpx;display: flex;justify-content: space-between;border-bottom:2rpx solid #dfdfdf;font-size:26rpx;}
.formlist text{width:40%;color:#919191;}
.formlist input{width:60%;height:80rpx;text-align: right;padding:0 12rpx}
.formlist .authright{font-size:28rpx;color:#919191;}
.formlist .authright radio{transform:scale(0.7);}
.formlist switch,checkbox{transform:scale(0.7);}
.formlist .picker{color:#919191;}
.bottom{width:94%;margin:24rpx auto;height:80rpx;line-height: 80rpx;color:#fff;text-align:center;font-size:28rpx;border-radius: 8rpx;
box-shadow: 0px 4rpx 12rpx 0px rgba(255,108,1,0.34);background:#FFCB12;}
.back{background:#F66A01}