OwnData.wxss 1.5 KB

123456789101112131415161718192021222324
  1. .m_head_box{width:100%;height:400rpx;background:#FF79B8;border-radius: 0 0 100% 100% / 0 0 20% 20%;overflow: hidden;}
  2. .m_head{width:180rpx;margin:auto;margin-top:80rpx;}
  3. .m_head_img{width:180rpx;height:180rpx;background:#FFF;border-radius: 100rpx;overflow:hidden;display:flex;align-items:center;justify-content:center;}
  4. .m_head_img .m_headimg{width:78rpx;height:78rpx;}
  5. .m_head_img .m_upload_img{width:100%;height:100%;}
  6. .m_head text{font-size:32rpx;color:#FFF;text-align:center;display:block;margin-top:20rpx;}
  7. /* 填写资料 */
  8. .data_box{width:90%;margin:auto;margin-top:44rpx;position:relative;}
  9. .data_name{border-bottom:1px solid #ECECEC;padding-bottom:14rpx;line-height:50rpx;}
  10. .data_name text{float:left;font-size:28rpx;color:#000;}
  11. .data_name input{float:right;width:200rpx;text-align:right;display:block;font-size:28rpx;color:#B3B3B3;}
  12. .Choice_dx_box{border-bottom:1px solid;padding-bottom:14rpx;color:#ECECEC;line-height:50rpx;margin-top:30rpx;}
  13. .Choice_dx_title{float:left;font-size:28rpx;color:#000;}
  14. .Choice_dx_text{float:right;font-size:28rpx;color:#B3B3B3;max-width:620rpx;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;}
  15. /* .Choice_dx_text .picker{} */
  16. .Choice_dx_text .picker text{display:block;float:right;}
  17. .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%;}