Member.wxss 3.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. /*
  2. .Member_title{border-bottom:1px solid #ECECEC;padding:20rpx 30rpx;}
  3. .Member_title image{width:44rpx;display:block;margin:auto;height:0;}
  4. .Member_title text{display:block;font-size:28rpx;color:#292828;font-weight: 600;text-align:center;margin-top:8rpx;}
  5. .Member_box{padding:0 30rpx;}
  6. .Member_id{margin-top:40rpx;}
  7. .Member_id image{width:32rpx;position:relative;top:4rpx;height:0;}
  8. .Member_id text{font-size:30rpx;color:#A7A6A6;margin-left:30rpx;}
  9. .Member_month{margin-top:40rpx;border-bottom:1px solid #ECECEC;padding-bottom:20rpx;}
  10. .Member_month image{width:32rpx;position:relative;top:4rpx;height:0;}
  11. .Member_month text{font-size:30rpx;color:#7C27EA;margin-left:30rpx;}
  12. .Member_month .Member_month_xl{width:18rpx;float:right;position:relative;top:27rpx;right:20rpx;}
  13. .Member_money{margin-top:40rpx;border-bottom:1px solid #ECECEC;padding-bottom:20rpx;}
  14. .Member_money image{width:32rpx;position:relative;top:10rpx;float:left;height:0;}
  15. .Member_money .m_text{font-size:28repx;color:#292828;float:left;width:94%;}
  16. .Member_money .m_text .m_text_jg{font-size:28rpx;color:#A7A6A6;text-decoration:line-through;margin-left:30rpx;}
  17. .Member_money .m_text .m_text_yh{font-size:40rpx;color:#F01735;margin-left:35rpx;}
  18. .Member_money .m_text .m_text_pj{font-size:24rpx;color:#A7A6A6;margin-right:20rpx;float:right;position:relative;top:16rpx;}
  19. .NextStep{text-align:center;font-size:34rpx;color:#FFF;background: linear-gradient(to right, #FF9BCA , #FF79B8);height:100rpx;margin-top:70rpx;line-height:100rpx;border-radius:10rpx;} */
  20. page{background:#F4F5F7;}
  21. .Tips{background:#FED7A0;text-align:center;font-size:24rpx;color:#DDA666;padding:10rpx 0;}
  22. .m_head_img{width:100%;height:242rpx;}
  23. .m_head_img image{width:100%;height:100%;}
  24. .Payment_List_box{padding:20rpx;}
  25. .Payment_List{background:#FFF;border-radius:10rpx;padding:0 30rpx;}
  26. .Payment{border-bottom:1px solid #F4F4F4;padding:40rpx 0;}
  27. .Payment_List .Payment:last-child{border-bottom:0;}
  28. .Payment_l{float:left;}
  29. .Payment_l_yf{font-size:36rpx;color:#333;}
  30. .Payment_l_rj{font-size:24rpx;color:#999;margin-left:20rpx;}
  31. .Payment_r{float:right;}
  32. .Payment_r text{font-size:38rpx;color:#333;margin-right:10rpx;}
  33. radio{position:relative;top:-3rpx;}
  34. radio .wx-radio-input{
  35. border-radius: 50%;/* 圆角 */
  36. width: 40rpx; /* 背景的宽 */
  37. height: 40rpx; /* 背景的高 */
  38. }
  39. /* 选中后的 背景样式 (红色背景 无边框 可根据UI需求自己修改) */
  40. radio .wx-radio-input.wx-radio-input-checked{
  41. border: 1px solid #FF79B8;
  42. background: #FF79B8;
  43. }
  44. /* 选中后的 对勾样式 (白色对勾 可根据UI需求自己修改) */
  45. radio .wx-radio-input.wx-radio-input-checked::before{
  46. border-radius: 50%;/* 圆角 */
  47. width: 40rpx; /* 选中后对勾大小,不要超过背景的尺寸 */
  48. height: 40rpx; /* 选中后对勾大小,不要超过背景的尺寸 */
  49. line-height: 40rpx;
  50. text-align: center;
  51. font-size:28rpx; /* 对勾大小 30rpx */
  52. color:#fff; /* 对勾颜色 白色 */
  53. background: transparent;
  54. transform:translate(-50%, -50%) scale(1);
  55. -webkit-transform:translate(-50%, -50%) scale(1);
  56. }
  57. .confirm{border:1px solid;background:linear-gradient(to right, #FF9BCA , #FF79B8);text-align:center;height:80rpx;line-height:80rpx;font-size:30rpx;color:#FFF;border-radius:10rpx;}
  58. .Paymentwz_text{border-bottom:1px solid #F4F4F4;padding:20rpx 0;}
  59. .Payment_title{border-bottom:1px solid #F4F4F4;font-size:30rpx;color:#333;padding-bottom:20rpx;}
  60. .Payment_title:before {content:"";display:block;position:relative;top:6rpx;left:0;width:6rpx;height:30rpx;background:#FF79B8;float:left;margin-right:10rpx;}
  61. .Payment_text{font-size:28rpx;color:#999;margin-top:20rpx;}