123456789101112131415161718192021222324 |
- .m_head_box{width:100%;height:400rpx;background:#FF79B8;border-radius: 0 0 100% 100% / 0 0 20% 20%;overflow: hidden;}
- .m_head{width:180rpx;margin:auto;margin-top:80rpx;}
- .m_head_img{width:180rpx;height:180rpx;background:#FFF;border-radius: 100rpx;overflow:hidden;display:flex;align-items:center;justify-content:center;}
- .m_head_img .m_headimg{width:78rpx;height:78rpx;}
- .m_head_img .m_upload_img{width:100%;height:100%;}
- .m_head text{font-size:32rpx;color:#FFF;text-align:center;display:block;margin-top:20rpx;}
- /* 填写资料 */
- .data_box{width:90%;margin:auto;margin-top:44rpx;position:relative;}
- .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:200rpx;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{border:1px solid;text-align:center;font-size:34rpx;color:#FFF;background: linear-gradient(to right, #FF9BCA , #FF79B8);width:95%;height:88rpx;line-height:88rpx;border-radius:10rpx;position:fixed;bottom:40rpx;left:50%;margin-left:-47.5%;}
|