index_screen.wxss 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. /* 会员编号 */
  2. .number_box{padding:0 30rpx;}
  3. .number text{font-size:26rpx;color: #292828;font-weight:600;}
  4. .number input{border:1px solid #ECECEC;height:80rpx;border-radius:6rpx;margin-top:20rpx;padding:0 30rpx;font-size:26rpx;color:#A7A6A6;}
  5. /* 提交按钮 */
  6. .Key_box{padding: 0 30rpx;position:fixed;bottom:44rpx;}
  7. .Key_l{width:334rpx;height:100rpx;float:left;display:flex;align-items:center;justify-content:center;background:#F2F2F2;border-radius:6rpx;font-size:32rpx;color:#292828;font-weight:600;}
  8. .Key_r{width:334rpx;height:100rpx;float:left;background: linear-gradient(to right, #FF9BCA , #FF79B8);font-size:32rpx;color:#FFF;font-weight:600;display:flex;align-items:center;justify-content:center;border-radius:6rpx;margin-left:18rpx;}
  9. /* 填写资料 */
  10. .data_box{margin:auto;margin-top:60rpx;padding:0 30rpx;}
  11. .data_name{border-bottom:1px solid #ECECEC;padding-bottom:14rpx;line-height:50rpx;}
  12. .data_name text{float:left;font-size:28rpx;color:#000;}
  13. .data_name input{float:right;width:200rpx;text-align:right;display:block;font-size:28rpx;color:#B3B3B3;}
  14. .Choice_dx_box{border-bottom:1px solid;padding-bottom:14rpx;color:#ECECEC;line-height:50rpx;margin-top:40rpx;}
  15. .Choice_dx_title{float:left;font-size:28rpx;color:#000;}
  16. .Choice_dx_text{float:right;font-size:28rpx;color:#B3B3B3;max-width:620rpx;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;}
  17. .Choice_dx_text .picker text{display:block;float:right;}
  18. /* 省市区弹窗 */
  19. .Popup_box{position:fixed;top:0;left:0;width:100%;height:100%;z-index:100;}
  20. .Popup_zhez{width:100%;height: 100%;background:rgba(0, 0, 0, 0.5);}
  21. .Popup_gb{width:60rpx;height:60rpx;border-radius:50rpx;position:absolute;bottom:50%;left:50%;margin-left:-30rpx;margin-bottom:-520rpx;}
  22. .Popup_gb image{width:100%;height:100%;}
  23. .Popup{background:#FFF;width:600rpx;height:900rpx;position:absolute;top:50%;left:50%;margin-left:-300rpx;margin-top:-485rpx;border-radius:6rpx;background:#F1F1F1;overflow:hidden;}
  24. .Popup_title{background:#F5F5F5;height:100rpx;text-align:center;line-height:100rpx;font-size:30rpx;color:#333;}
  25. .Unlimited{width:97%;height:80rpx;margin:auto;margin-top:10rpx;background:#FFF;border-radius:6rpx;text-align:center;line-height:80rpx;font-size:28rpx;color:#333;}
  26. .Popup_list{margin-top:10rpx;height:696rpx;}
  27. .province{float:left;width:45%;height:696rpx;}
  28. .city{float:right;width:55%;height:696rpx;background:#FFF;}
  29. .province_li{height:85rpx;font-size:26rpx;color:#333;text-indent:30rpx;line-height:85rpx;}
  30. .province_li.onFFF{background:#FFF;}
  31. .province_li.onNone{background:none;}
  32. .city_li{min-height:85rpx;line-height:85rpx;}
  33. .city_li text{font-size:26rpx;color:#333;text-indent:30rpx;display:block;}
  34. .area{background:#E7E7E7;}
  35. .area .area_text{border-bottom:1px solid #E0DFE4;font-size:25rpx;color:#333;text-indent:50rpx;}
  36. .hidden{display:none;}