buy.wxss 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215
  1. /* pages/buy/buy.wxss */
  2. .buy-container {
  3. width: 100%;
  4. height: 100%;
  5. background-color: #F7F7F7;
  6. }
  7. .header {
  8. width: 100%;
  9. height: 120rpx;
  10. background-color: #fff;
  11. display: flex;
  12. justify-content: space-between;
  13. align-items: center;
  14. }
  15. .info {
  16. display: flex;
  17. justify-content: flex-start;
  18. align-items: center;
  19. }
  20. .img {
  21. width: 80rpx;
  22. height: 80rpx;
  23. border-radius: 50%;
  24. margin: 0 20rpx 0 30rpx;
  25. }
  26. .headimg {
  27. width: 100%;
  28. height: 100%;
  29. }
  30. .name {
  31. font-size: 30rpx;
  32. font-weight: bold;
  33. color: #333333;
  34. }
  35. .span {
  36. padding-right: 30rpx;
  37. }
  38. .count {
  39. font-size: 48rpx;
  40. font-weight: bold;
  41. color: #333333;
  42. }
  43. .unit {
  44. font-size: 26rpx;
  45. font-weight: 400;
  46. color: #333333;
  47. padding-left: 12rpx;
  48. }
  49. .title {
  50. width: 100%;
  51. height: 114rpx;
  52. text-indent: 30rpx;
  53. line-height: 114rpx;
  54. font-size: 30rpx;
  55. font-weight: bold;
  56. color: #333333;
  57. }
  58. .chose-pay-type {
  59. width: 100%;
  60. min-height: 302rpx;
  61. }
  62. .pay-type {
  63. width: 690rpx;
  64. margin: 0 auto;
  65. min-height: 302rpx;
  66. display: flex;
  67. justify-content: flex-start;
  68. flex-wrap: wrap;
  69. }
  70. .pay-item {
  71. width: 280rpx;
  72. height: 302rpx;
  73. background: #FFFFFF;
  74. border-radius: 20rpx;
  75. border: 2rpx solid #DDDDDD;
  76. position: relative;
  77. margin-left: 40rpx;
  78. margin-top: 20rpx;
  79. }
  80. .pay-item-active {
  81. border: 2rpx solid #45A6B5;
  82. }
  83. .p-title {
  84. margin-top: 40rpx;
  85. font-size: 30rpx;
  86. font-weight: bold;
  87. color: #333333;
  88. text-align: center;
  89. }
  90. .p-title-flex {
  91. margin-top: 40rpx;
  92. display: flex;
  93. justify-content: center;
  94. align-items: center;
  95. }
  96. .sub-title {
  97. font-size: 30rpx;
  98. font-weight: bold;
  99. color: #333333;
  100. margin-left: 5rpx;
  101. }
  102. .light-text {
  103. width: 36rpx;
  104. height: 36rpx;
  105. background: #45A6B5;
  106. border-radius: 4rpx;
  107. font-size: 26rpx;
  108. font-weight: 400;
  109. color: #FFFFFF;
  110. margin-right: 5rpx;
  111. }
  112. .p-prise {
  113. margin-top: 40rpx;
  114. text-align: center;
  115. }
  116. .p-tag {
  117. font-size: 26rpx;
  118. font-weight: bold;
  119. color: #333333;
  120. }
  121. .p-num {
  122. font-size: 60rpx;
  123. font-weight: bold;
  124. color: #333333;
  125. }
  126. .tips {
  127. font-size: 26rpx;
  128. font-weight: 400;
  129. color: #45A6B5;
  130. text-align: center;
  131. margin-top: 20rpx;
  132. }
  133. .mark {
  134. width: 40rpx;
  135. height: 40rpx;
  136. background: #45A6B5;
  137. border-radius: 0px 17rpx 0px 4rpx;
  138. position: absolute;
  139. top: 0;
  140. right: 0;
  141. }
  142. .wxpay {
  143. width: 690rpx;
  144. height: 104rpx;
  145. margin: 48rpx auto 0;
  146. background: #FFFFFF;
  147. border-radius: 20rpx;
  148. display: flex;
  149. justify-content: space-between;
  150. align-items: center;
  151. }
  152. .wxpaypng {
  153. width: 64rpx;
  154. height: 64rpx;
  155. margin-left: 30rpx;
  156. margin-right: 18rpx;
  157. }
  158. .check-icnon {
  159. width: 40rpx;
  160. height: 40rpx;
  161. border-radius: 50%;
  162. background: var(--maincolor);
  163. margin-right: 32rpx;
  164. }
  165. .pay-btn {
  166. width: 690rpx;
  167. height: 80rpx;
  168. margin: 0 auto;
  169. background: var(--maincolor);
  170. border-radius: 10rpx;
  171. font-size: 30rpx;
  172. font-weight: 400;
  173. color: #FFFFFF;
  174. margin-top: 160rpx;
  175. }
  176. .s-tips {
  177. font-size: 26rpx;
  178. font-weight: 400;
  179. color: #333333;
  180. text-align: center;
  181. margin-top: 20rpx;
  182. }
  183. .wrapper {
  184. height: 100%;
  185. }
  186. .model {
  187. width: 540rpx;
  188. height: 208rpx;
  189. background: #FFFFFF;
  190. border-radius: 24rpx;
  191. }
  192. .top-title {
  193. font-size: 34rpx;
  194. font-weight: bold;
  195. color: #333333;
  196. text-align: center;
  197. height: 118rpx;
  198. line-height: 118rpx;
  199. border-bottom: 1rpx solid #DDDDDD;
  200. box-sizing:border-box;
  201. }
  202. .btn {
  203. width: 270rpx;
  204. height: 90rpx;
  205. box-sizing: border-box;
  206. font-size: 34rpx;
  207. color: #333333;
  208. }
  209. .cancel-btn {
  210. font-weight: 400;
  211. }
  212. .confirm-btn {
  213. border-left: 1rpx solid #DDDDDD;
  214. font-weight: bold;
  215. }