buyMember.wxss 5.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302
  1. .buy-member-page{
  2. /* height: 100vh; */
  3. /* background: #2E3235; */
  4. /* padding:34rpx 30rpx; */
  5. }
  6. .member-top{
  7. background: url('https://jzmall.lifejingzhi.com/file/jzmall/weixin/memberCard-1229/member-pay-bg.png') no-repeat center top;
  8. background-size: 100%;
  9. height: 560rpx;
  10. width:750rpx;
  11. padding:30rpx 36rpx 0;
  12. }
  13. .member-type{
  14. display: flex;
  15. justify-content:space-between;
  16. }
  17. .type-item{
  18. height:262rpx;
  19. width:212rpx;
  20. display: flex;
  21. flex-direction: column;
  22. align-items: center;
  23. background: #2E3235;
  24. /* border: 2rpx solid #E6C162; */
  25. /* border-image: linear-gradient(0deg, #F1E3C8, #E6C162) 10 10; */
  26. border-radius: 12rpx;
  27. /* padding:20rpx 0 0; */
  28. overflow:hidden;
  29. }
  30. .member-type-img{
  31. height:262rpx;
  32. width:212rpx;
  33. border-radius: 10rpx;
  34. }
  35. .type-item.type-active{
  36. /* background: url('https://jzmall.lifejingzhi.com/file/jzmall/weixin/member/member-type.png') no-repeat center top;
  37. background-size: 100% 100%; */
  38. border:2rpx solid #fff;
  39. }
  40. .member-icon{
  41. width:84rpx;
  42. height:84rpx;
  43. }
  44. .member-title{
  45. margin:16rpx 0 0;
  46. }
  47. .member-title,.type-name{
  48. color: #5D3A11;
  49. font-style: 24rpx;
  50. line-height: 28rpx;
  51. background: linear-gradient(180deg, #F1E3C8 0%, #E6C162 100%);
  52. -webkit-background-clip: text;
  53. -webkit-text-fill-color: transparent;
  54. }
  55. .type-price{
  56. font-size: 26rpx;
  57. color: #E6C162;
  58. height: 60rpx;
  59. line-height: 60rpx;
  60. margin: 10rpx 0 4rpx;
  61. }
  62. .type-price text{
  63. font-size: 68rpx;
  64. font-weight: bold;
  65. }
  66. .type-item.type-active .member-title,.type-item.type-active .type-name{
  67. color: #5D3A11;
  68. background: #5D3A11;
  69. -webkit-background-clip: text;
  70. -webkit-text-fill-color: transparent;
  71. }
  72. .type-item.type-active .type-price{
  73. color: #5D3A11;
  74. background: #5D3A11;
  75. -webkit-background-clip: text;
  76. -webkit-text-fill-color: transparent;
  77. }
  78. .old-price{
  79. text-decoration: line-through;
  80. color: #85868A;
  81. font-size: 20rpx;
  82. line-height: 20rpx;
  83. margin:6rpx 0 0;
  84. }
  85. .type-convert{
  86. color: #5D3A11;
  87. background: linear-gradient(180deg, #F1E3C8 0%, #E6C162 100%);
  88. -webkit-background-clip: text;
  89. -webkit-text-fill-color: transparent;
  90. font-size: 40rpx;
  91. line-height: 44rpx;
  92. font-weight: bold;
  93. margin:36rpx 0 24rpx;
  94. }
  95. .vip-tips{
  96. color: #85868A;
  97. font-size: 20rpx;
  98. line-height: 20rpx;
  99. }
  100. .type-item.type-active .type-convert{
  101. color: #5D3A11;
  102. background: #5D3A11;
  103. -webkit-background-clip: text;
  104. -webkit-text-fill-color: transparent;
  105. }
  106. .type-item.type-active .vip-tips{
  107. color: #5D3A11;
  108. }
  109. /* 卡内权益 */
  110. .card-benefit{
  111. width: 690rpx;
  112. height: 238rpx;
  113. background: #3D4144;
  114. border-radius: 10rpx;
  115. padding:22rpx 14rpx;
  116. margin:32rpx 0;
  117. }
  118. .benefit-title{
  119. font-size: 24rpx;
  120. line-height: 24rpx;
  121. margin:0 0 28rpx 0;
  122. color: #5D3A11;
  123. background: linear-gradient(173deg, #F1E3C8 0%, #E6C162 100%);
  124. -webkit-background-clip: text;
  125. -webkit-text-fill-color: transparent;
  126. }
  127. .benefit-block{
  128. display: flex;
  129. justify-content: space-between;
  130. }
  131. .benefit-item{
  132. flex:1;
  133. text-align: center;
  134. }
  135. .benefit-img{
  136. width:70rpx;
  137. height: 70rpx;
  138. margin:0 0 6rpx 0;
  139. }
  140. .item-title{
  141. height: 24rpx;
  142. font-size: 24rpx;
  143. line-height: 24rpx;
  144. background: linear-gradient(181deg, #F1E3C8 0%, #E6C162 100%);
  145. -webkit-background-clip: text;
  146. -webkit-text-fill-color: transparent;
  147. }
  148. .item-tip{
  149. color: #85868A;
  150. font-size: 20rpx;
  151. margin:4rpx 0 0;
  152. }
  153. .price-block{
  154. width: 690rpx;
  155. height: 144rpx;
  156. background: #3D4144;
  157. border-radius: 10rpx;
  158. padding:20rpx 20rpx;
  159. }
  160. .price-line{
  161. height: 52rpx;
  162. display: flex;
  163. font-size: 24rpx;
  164. justify-content: space-between;
  165. align-items: center;
  166. color: #2A2A2A;
  167. }
  168. .price-line text{
  169. background: linear-gradient(173deg, #F1E3C8 0%, #E6C162 100%);
  170. -webkit-background-clip: text;
  171. -webkit-text-fill-color: transparent;
  172. }
  173. .invalid-price{
  174. text-decoration: line-through;
  175. color:#E6C162;
  176. }
  177. .buy-btn{
  178. /* position: fixed;
  179. left:30rpx;
  180. right:30rpx;
  181. bottom: 80rpx; */
  182. width: 530rpx;
  183. height: 100rpx;
  184. line-height: 100rpx;
  185. text-align: center;
  186. color: #663315;
  187. font-size: 24rpx;
  188. background: linear-gradient(0deg, #E4CFA8, #E4CFA8);
  189. box-shadow: 0rpx 9rpx 18rpx 0rpx rgba(50, 50, 50, 0.06);
  190. border-radius: 100rpx;
  191. margin:92rpx auto 0;
  192. }
  193. .now-pay{
  194. font-size: 32rpx;
  195. font-weight: bold;
  196. }
  197. .actual-price{
  198. font-size:38rpx;
  199. font-weight: bold;
  200. }
  201. .row{
  202. display: flex;
  203. justify-content: space-between;
  204. padding: 20rpx;
  205. }
  206. .title{
  207. color:#E6C162;
  208. flex: 1;
  209. }
  210. .desc{
  211. /* color: #09afff; */
  212. color:#E6C162;
  213. flex: 2;
  214. }
  215. .price{
  216. color:#E6C162;
  217. flex: 1;
  218. text-align: right;
  219. }
  220. .activity-rule-title{
  221. /* height:112rpx; */
  222. padding:36rpx 28rpx 20rpx;
  223. /* display: flex;
  224. align-items:center; */
  225. font-size: 34rpx;
  226. font-weight: bold;
  227. }
  228. .title-hardline{
  229. height:2rpx;
  230. background: #85868A;
  231. flex:1;
  232. }
  233. .activity-rule-title text{
  234. font-size: 33rpx;
  235. margin:0 16rpx;
  236. }
  237. .activity-rule-content{
  238. padding:0 40rpx 0 36rpx;
  239. font-size: 24rpx;
  240. color:#85868A;
  241. line-height: 44rpx;
  242. text-align: justify;
  243. }
  244. .user-info{
  245. height: 112rpx;
  246. margin:0 0 32rpx;
  247. display: flex;
  248. justify-content: space-between;
  249. align-items: flex-end;
  250. padding-left:40rpx;
  251. }
  252. .user-avatar{
  253. width:112rpx;
  254. height: 112rpx;
  255. background-color: #fff;
  256. border-radius: 112rpx;
  257. margin:0 20rpx 0 0;
  258. }
  259. .user-detail{
  260. flex:1;
  261. padding:0 0 12rpx;
  262. color: #fff;
  263. font-size:26rpx;
  264. }
  265. .user-name{
  266. height: 30rpx;
  267. display: flex;
  268. align-items: center;
  269. margin:0 0 20rpx 0;
  270. }
  271. .user-name text{
  272. font-size: 32rpx;
  273. }
  274. .member-date{
  275. height: 30rpx;
  276. font-size: 22rpx;
  277. line-height:30rpx;
  278. color: #828387;
  279. display: flex;
  280. align-items: center;
  281. }
  282. .member-tip{
  283. height:22rpx;
  284. display: flex;
  285. align-items: center;
  286. margin-top:36rpx;
  287. color: #BABABA;
  288. font-size: 22rpx;
  289. justify-content: center;
  290. }
  291. .member-tip-img{
  292. width:22rpx;
  293. height:22rpx;
  294. margin-right:8rpx;
  295. }