deduct.wxss 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111
  1. @import "../index.wxss";
  2. checkbox .wx-checkbox-input{
  3. border-radius: 50%;
  4. }
  5. checkbox .wx-checkbox-input.wx-checkbox-input-checked {
  6. border-radius: 50%;
  7. border: 1px solid #03C29D;
  8. }
  9. checkbox .wx-checkbox-input.wx-checkbox-input-checked::before {
  10. content: '';
  11. width: 40rpx;
  12. height: 40rpx;
  13. border-radius: 50%;
  14. text-align: center;
  15. background-color: #03C29D;
  16. }
  17. .banner {
  18. width: 750rpx;
  19. height: 220rpx;
  20. display: block;
  21. }
  22. .picker-view {
  23. width: 100%;
  24. height: 100rpx;
  25. border-radius: 0;
  26. }
  27. .deduct-tips {
  28. width: 100%;
  29. height: 96rpx;
  30. display: flex;
  31. }
  32. .deduct-tips>text {
  33. font-family: PingFangSC-Regular;
  34. font-size: 28rpx;
  35. color: #666666;
  36. margin-top: 36rpx;
  37. margin-left: 30rpx;
  38. }
  39. .bottom-view,
  40. .bottom-view-X {
  41. background-color: white;
  42. position: fixed;
  43. bottom: 0;
  44. width: 100%;
  45. display: flex;
  46. height: 120rpx;
  47. }
  48. .bottom-view-X {
  49. height: 176rpx;
  50. }
  51. .bottom-content-view {
  52. width: 100%;
  53. height: 120rpx;
  54. display: flex;
  55. flex-direction: row;
  56. }
  57. .bottom-content-view>text:first-child {
  58. font-family: PingFangSC-Regular;
  59. font-size: 30rpx;
  60. color: #333333;
  61. line-height: 108rpx;
  62. margin-left: 30rpx;
  63. }
  64. .bottom-content-view>text:nth-child(2) {
  65. font-family: PingFangSC-Semibold;
  66. font-size: 40rpx;
  67. color: #FF5D4F;
  68. line-height: 108rpx;
  69. margin-left: 4rpx;
  70. }
  71. .bottom-content-view>view {
  72. width: 240rpx;
  73. height: 88rpx;
  74. background: #03C29D;
  75. border-radius: 10rpx;
  76. font-family: PingFangSC-Semibold;
  77. font-size: 34rpx;
  78. line-height: 88rpx;
  79. text-align: center;
  80. color: #FFFFFF;
  81. margin: auto 30rpx auto auto;
  82. }
  83. .group {
  84. -webkit-tap-highlight-color: transparent;
  85. display: inline-block;
  86. margin: auto 30rpx auto auto;
  87. }
  88. checkbox {
  89. -webkit-tap-highlight-color: transparent;
  90. display: inline-block;
  91. }
  92. .input-view>text{
  93. font-family: PingFangSC-Regular;
  94. font-size: 32rpx;
  95. color: #333333;
  96. line-height: 100rpx;
  97. margin-left: 60rpx;
  98. }
  99. input {
  100. font-size: 32rpx;
  101. }