buy.wxss 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259
  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. border-radius: 50%;
  30. }
  31. .name {
  32. font-size: 30rpx;
  33. font-weight: bold;
  34. color: #333333;
  35. }
  36. .span {
  37. padding-right: 30rpx;
  38. }
  39. .count {
  40. font-size: 48rpx;
  41. font-weight: bold;
  42. color: #333333;
  43. }
  44. .unit {
  45. font-size: 26rpx;
  46. font-weight: 400;
  47. color: #333333;
  48. padding-left: 12rpx;
  49. }
  50. .title {
  51. width: 100%;
  52. height: 114rpx;
  53. text-indent: 30rpx;
  54. line-height: 114rpx;
  55. font-size: 30rpx;
  56. font-weight: bold;
  57. color: #333333;
  58. }
  59. .chose-pay-type {
  60. width: 100%;
  61. min-height: 302rpx;
  62. }
  63. .pay-type {
  64. width: 690rpx;
  65. margin: 0 auto;
  66. min-height: 302rpx;
  67. display: flex;
  68. justify-content: center;
  69. flex-wrap: wrap;
  70. }
  71. .pay-item {
  72. width: 280rpx;
  73. height: 302rpx;
  74. background: #FFFFFF;
  75. border-radius: 20rpx;
  76. border: 2rpx solid #DDDDDD;
  77. position: relative;
  78. margin-left: 40rpx;
  79. margin-top: 20rpx;
  80. }
  81. .pay-item-active {
  82. border: 2rpx solid #45A6B5;
  83. }
  84. .pay-item-nomargin {
  85. margin-left: 0;
  86. }
  87. .p-title {
  88. margin-top: 40rpx;
  89. font-size: 30rpx;
  90. font-weight: bold;
  91. color: #333333;
  92. text-align: center;
  93. }
  94. .p-title-flex {
  95. margin-top: 40rpx;
  96. display: flex;
  97. justify-content: center;
  98. align-items: center;
  99. }
  100. .sub-title {
  101. font-size: 30rpx;
  102. font-weight: bold;
  103. color: #333333;
  104. margin-left: 5rpx;
  105. }
  106. .light-text {
  107. width: 36rpx;
  108. height: 36rpx;
  109. background: #45A6B5;
  110. border-radius: 4rpx;
  111. font-size: 26rpx;
  112. font-weight: 400;
  113. color: #FFFFFF;
  114. margin-right: 5rpx;
  115. }
  116. .p-prise {
  117. margin-top: 40rpx;
  118. text-align: center;
  119. }
  120. .saleprice {
  121. font-size: 20rpx;
  122. font-weight: 400;
  123. color: #333333;
  124. margin-right: 5rpx;
  125. }
  126. .onceprice {
  127. width: 100%;
  128. height: 40rpx;
  129. font-size: 20rpx;
  130. font-weight: 400;
  131. color: #999999;
  132. position: relative;
  133. }
  134. .oncepricetext {
  135. display: inline-block;
  136. width: 150rpx;
  137. height: 40rpx;
  138. line-height: 40rpx;
  139. margin-left: 70rpx;
  140. }
  141. .line {
  142. position: absolute;
  143. width: 150rpx;
  144. height: 1rpx;
  145. background-color: #999;
  146. top: 20rpx;
  147. left: 60rpx;
  148. }
  149. .p-tag {
  150. font-size: 26rpx;
  151. font-weight: bold;
  152. color: #333333;
  153. }
  154. .p-num {
  155. font-size: 60rpx;
  156. font-weight: bold;
  157. color: #333333;
  158. }
  159. .tips {
  160. font-size: 26rpx;
  161. font-weight: 400;
  162. color: #45A6B5;
  163. text-align: center;
  164. margin-top: 20rpx;
  165. }
  166. .mark {
  167. width: 40rpx;
  168. height: 40rpx;
  169. background: #45A6B5;
  170. border-radius: 0px 17rpx 0px 4rpx;
  171. position: absolute;
  172. top: 0;
  173. right: 0;
  174. }
  175. .discount {
  176. width: 50rpx;
  177. height: 30rpx;
  178. background: #45A6B5;
  179. border-radius: 10rpx 0px 2rpx 0px;
  180. position: absolute;
  181. top: 0;
  182. left: 0;
  183. font-size: 16rpx;
  184. color: #FFFFFF;
  185. }
  186. .wxpay {
  187. width: 690rpx;
  188. height: 104rpx;
  189. margin: 48rpx auto 0;
  190. background: #FFFFFF;
  191. border-radius: 20rpx;
  192. display: flex;
  193. justify-content: space-between;
  194. align-items: center;
  195. }
  196. .wxpaypng {
  197. width: 64rpx;
  198. height: 64rpx;
  199. margin-left: 30rpx;
  200. margin-right: 18rpx;
  201. }
  202. .check-icnon {
  203. width: 40rpx;
  204. height: 40rpx;
  205. border-radius: 50%;
  206. background: var(--maincolor);
  207. margin-right: 32rpx;
  208. }
  209. .pay-btn {
  210. width: 690rpx;
  211. height: 80rpx;
  212. margin: 0 auto;
  213. background: var(--maincolor);
  214. border-radius: 10rpx;
  215. font-size: 30rpx;
  216. font-weight: 400;
  217. color: #FFFFFF;
  218. margin-top: 160rpx;
  219. }
  220. .s-tips {
  221. font-size: 26rpx;
  222. font-weight: 400;
  223. color: #333333;
  224. text-align: center;
  225. margin-top: 20rpx;
  226. }
  227. .wrapper {
  228. height: 100%;
  229. }
  230. .model {
  231. width: 540rpx;
  232. height: 208rpx;
  233. background: #FFFFFF;
  234. border-radius: 24rpx;
  235. }
  236. .top-title {
  237. font-size: 34rpx;
  238. font-weight: bold;
  239. color: #333333;
  240. text-align: center;
  241. height: 118rpx;
  242. line-height: 118rpx;
  243. border-bottom: 1rpx solid #DDDDDD;
  244. box-sizing:border-box;
  245. }
  246. .btn {
  247. width: 270rpx;
  248. height: 90rpx;
  249. box-sizing: border-box;
  250. font-size: 34rpx;
  251. color: #333333;
  252. }
  253. .cancel-btn {
  254. font-weight: 400;
  255. }
  256. .confirm-btn {
  257. border-left: 1rpx solid #DDDDDD;
  258. font-weight: bold;
  259. }