handleMonthly.scss 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180
  1. .handle-monthly {
  2. padding: 40rpx;
  3. .handle-monthly-item {
  4. display: flex;
  5. flex-direction: row;
  6. align-items: center;
  7. border-bottom: solid 1rpx #cecece;
  8. // height: 96rpx;
  9. line-height: 96rpx;
  10. position: relative;
  11. > view {
  12. &:first-child {
  13. width: 22%;
  14. color: #757575;
  15. font-size: 32rpx;
  16. font-weight: 400;
  17. text-align: justify;
  18. text-align-last: justify;
  19. margin-right: 8%;
  20. }
  21. &:last-child {
  22. width: 70%;
  23. color: #404040;
  24. font-size: 36rpx;
  25. font-weight: 400;
  26. }
  27. }
  28. .choose-license {
  29. display: flex;
  30. justify-content: space-between;
  31. }
  32. .handle-monthly-money {
  33. color: #f97219 !important;
  34. }
  35. .handle-monthly-time-long {
  36. display: flex;
  37. flex-direction: row;
  38. align-items: center;
  39. button {
  40. margin: 0;
  41. padding: 0;
  42. width: 46rpx;
  43. height: 46rpx;
  44. line-height: 40rpx;
  45. border: solid 1px #008cff;
  46. color: #008cff;
  47. text-align: center;
  48. }
  49. view {
  50. padding: 0 61rpx;
  51. }
  52. }
  53. .handle-monthly-time-tips {
  54. width: 100%!important;
  55. position: absolute;
  56. bottom: -24rpx;
  57. font-size: 24rpx!important;
  58. color: #2979ff!important;
  59. }
  60. }
  61. .handle-monthly-explain {
  62. font-size: 24rpx;
  63. line-height: 40rpx;
  64. color: #3a3a3a;
  65. font-weight: 400;
  66. }
  67. .handle-monthly-confirm-button {
  68. width: calc(100% - 60rpx);
  69. margin: 52rpx auto;
  70. }
  71. }
  72. .pb20 {
  73. padding-bottom: 30rpx;
  74. }
  75. .pay-content {
  76. padding: 40rpx;
  77. .pay-list {
  78. &-item {
  79. display: flex;
  80. justify-content: space-between;
  81. align-items: center;
  82. height: 104rpx;
  83. border-top: solid 1px #eeeeee;
  84. &-image {
  85. display: flex;
  86. font-size: 30rpx;
  87. color: #1E1E1E;
  88. .image {
  89. width: 54rpx;
  90. height: 45rpx;
  91. margin-right: 20rpx;
  92. }
  93. }
  94. &:last-child {
  95. border-bottom: solid 1px #eeeeee;
  96. }
  97. }
  98. }
  99. .pay-money {
  100. text-align: center;
  101. font-size: 34rpx;
  102. color: #008CFF;
  103. margin-top: 20rpx;
  104. }
  105. .pay-btn {
  106. margin-top: 34rpx;
  107. }
  108. }
  109. .coupon-popup {
  110. position: relative;
  111. min-height: 100vh;
  112. overflow-y: auto;
  113. background-color: #F9F9F9;
  114. &-list {
  115. padding: 30rpx;
  116. &-item {
  117. background-color: #fff;
  118. border-radius: 17rpx;
  119. margin-bottom: 20rpx;
  120. &-top {
  121. padding: 30rpx;
  122. display: flex;
  123. justify-content: space-between;
  124. align-items: baseline;
  125. border-bottom: 1px solid #EEEEEE;
  126. &-left {
  127. display: flex;
  128. align-items: baseline;
  129. .cplitl-left {
  130. color: #FF6D6D;
  131. font-size: 20rpx;
  132. margin-right: 34rpx;
  133. text:last-child {
  134. font-size: 60rpx;
  135. font-weight: bold;
  136. }
  137. &-bottom {
  138. color: #333333;
  139. font-size: 24rpx;
  140. }
  141. }
  142. .cplitl-right {
  143. view {
  144. &:first-child {
  145. font-size: 32rpx;
  146. color: #333333;
  147. font-weight: 700;
  148. margin-bottom: 8rpx;
  149. }
  150. &:last-child {
  151. font-size: 20rpx;
  152. color: #666;
  153. }
  154. }
  155. }
  156. }
  157. }
  158. &-bottom {
  159. color: #999999;
  160. padding: 10rpx 30rpx;
  161. font-size: 20rpx;
  162. .cplib-point {
  163. margin-top: 10rpx;
  164. &-content {
  165. padding-top: 10rpx;
  166. font-size: 24rpx;
  167. color: #999999;
  168. }
  169. }
  170. }
  171. }
  172. }
  173. &-btn {
  174. width: 100%;
  175. padding: 80rpx 30rpx;
  176. position: absolute;
  177. bottom: 0;
  178. left: 0;
  179. }
  180. }