123456789101112131415161718192021222324252627 |
- .data_box{width:90%;margin:auto;margin-top:44rpx;position:relative;}
- .data_text{border:1px dashed #DCDCDC;width:95%;margin:auto;background:#F5F5F5;padding:20rpx;border-radius:6rpx;font-size:24rpx;color:#999;line-height:50rpx;}
- .Choice_dx_box{border-bottom:1px solid #eee;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;}
- .index_box{border:1px solid #eee;height:80rpx;margin-top:30rpx;border-radius:10rpx;background:#FFF;}
- .index_box input{height:100%;padding:0 30rpx;font-size:26rpx;display:block;}
- .img_box{width:220rpx;height:220rpx;margin-top:30rpx;}
- .img_box image{width:100%;height:100%;}
- .upload_box{border:1px solid #eee;height:80rpx;margin-top:30rpx;border-radius:10rpx;
- display:flex;justify-content:center;align-items:center;
- }
- .upload_box image{width:33rpx;height:0;margin-top:2rpx;}
- .upload_box .upload_text1{font-size:26rpx;color:#414141;margin-left:5rpx;}
- .upload_box .upload_text2{font-size:26rpx;color:#9F9F9F;margin-left:5rpx;}
- .NextStep{border:1px solid;text-align:center;font-size:32rpx;color:#FFF;background: linear-gradient(to right, #FF9BCA , #FF79B8);height:88rpx;line-height:88rpx;border-radius:10rpx;margin-top:80rpx;}
|