123456789101112131415161718 |
- /* 填写资料 */
- .data_box{width:90%;margin:auto;margin-top:80rpx;}
- .data_name{border-bottom:1px solid #ECECEC;padding-bottom:14rpx;line-height:50rpx;}
- .data_name text{float:left;font-size:28rpx;color:#000;}
- .data_name input{float:right;width:520rpx;text-align:right;display:block;font-size:28rpx;color:#B3B3B3;}
- .Choice_dx_box{border-bottom:1px solid;padding-bottom:14rpx;color:#ECECEC;line-height:50rpx;margin-top:30rpx;}
- .Choice_dx_title{float:left;font-size:28rpx;color:#000;}
- .Choice_dx_text{float:right;font-size:28rpx;color:#B3B3B3;max-width:620rpx;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;}
- /* .Choice_dx_text .picker{} */
- .Choice_dx_text .picker text{display:block;float:right;}
- .NextStep{text-align:center;font-size:34rpx;color:#FFF;background: linear-gradient(to right, #FF9BCA , #FF79B8);width:675rpx;height:88rpx;line-height:88rpx;border-radius:10rpx;position:fixed;bottom:60rpx;}
|