Opinion.wxss 1.4 KB

123456789101112131415161718192021222324252627
  1. .data_box{width:90%;margin:auto;margin-top:44rpx;position:relative;}
  2. .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;}
  3. .Choice_dx_box{border-bottom:1px solid #eee;padding-bottom:14rpx;color:#ECECEC;line-height:50rpx;margin-top:30rpx;}
  4. .Choice_dx_title{float:left;font-size:28rpx;color:#000;}
  5. .Choice_dx_text{float:right;font-size:28rpx;color:#B3B3B3;max-width:620rpx;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;}
  6. /* .Choice_dx_text .picker{} */
  7. .Choice_dx_text .picker text{display:block;float:right;}
  8. .index_box{border:1px solid #eee;height:80rpx;margin-top:30rpx;border-radius:10rpx;background:#FFF;}
  9. .index_box input{height:100%;padding:0 30rpx;font-size:26rpx;display:block;}
  10. .img_box{width:220rpx;height:220rpx;margin-top:30rpx;}
  11. .img_box image{width:100%;height:100%;}
  12. .upload_box{border:1px solid #eee;height:80rpx;margin-top:30rpx;border-radius:10rpx;
  13. display:flex;justify-content:center;align-items:center;
  14. }
  15. .upload_box image{width:33rpx;height:0;margin-top:2rpx;}
  16. .upload_box .upload_text1{font-size:26rpx;color:#414141;margin-left:5rpx;}
  17. .upload_box .upload_text2{font-size:26rpx;color:#9F9F9F;margin-left:5rpx;}
  18. .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;}