index.module.less 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285
  1. .member-center {
  2. background: url('./images/bg.png') top center no-repeat;
  3. background-size: contain;
  4. min-height: 100vh;
  5. position: relative;
  6. :global {
  7. .van-nav-bar {
  8. background-color: transparent;
  9. }
  10. }
  11. .member_container {
  12. padding: 0 5px;
  13. // .title {
  14. // display: flex;
  15. // align-items: center;
  16. // font-size: 16px;
  17. // line-height: 28px;
  18. // font-weight: 500;
  19. // color: #333333;
  20. // &::before {
  21. // content: ' ';
  22. // width: 4px;
  23. // height: 17px;
  24. // background: var(--van-primary-color);
  25. // display: inline-block;
  26. // margin-right: 7px;
  27. // border-radius: 8px;
  28. // }
  29. // }
  30. }
  31. .level {
  32. width: 18px;
  33. height: 16px;
  34. }
  35. .userMember {
  36. width: auto;
  37. border-radius: 19px;
  38. background-color: transparent;
  39. .userImgSection {
  40. border: 2px solid #fff;
  41. background-color: transparent;
  42. margin-right: 12px;
  43. border-radius: 50%;
  44. }
  45. .userImg {
  46. width: 52px;
  47. height: 52px;
  48. border-radius: 50%;
  49. vertical-align: middle;
  50. overflow: hidden;
  51. }
  52. .userInfo {
  53. display: flex;
  54. align-items: center;
  55. color: #1E464F;
  56. padding-bottom: 5px;
  57. .name {
  58. font-size: 18px;
  59. padding-right: 5px;
  60. max-width: 100px;
  61. font-weight: bold;
  62. overflow: hidden;
  63. text-overflow: ellipsis;
  64. white-space: nowrap;
  65. }
  66. .phone {
  67. font-size: 14px;
  68. }
  69. }
  70. .timeRemaining {
  71. margin-top: 0;
  72. font-size: 14px;
  73. color: #c0c0c0;
  74. .remaining {
  75. color: #f7b500;
  76. padding: 0 5px;
  77. }
  78. }
  79. .member_time {
  80. display: flex;
  81. align-items: center;
  82. justify-content: space-between;
  83. color: #1E464F;
  84. }
  85. }
  86. .memberImgs {
  87. padding-top: 10px;
  88. img {
  89. margin-bottom: 6px;
  90. width: 100%;
  91. }
  92. }
  93. .memberContainer {
  94. position: relative;
  95. padding: 0 14px 75px;
  96. z-index: 99;
  97. }
  98. .memberItem {
  99. display: flex;
  100. flex-direction: column;
  101. min-height: 131px;
  102. box-sizing: border-box;
  103. border-radius: 12px;
  104. background: url('./images/vip_bg.png') no-repeat center;
  105. background-size: cover;
  106. .title {
  107. padding: 25px 17px 0;
  108. font-size: 14px;
  109. color: #FFFFFF;
  110. span {
  111. margin-left: 6px;
  112. background: rgba(255, 255, 255, 0.73);
  113. border-radius: 4px;
  114. font-size: 12px;
  115. font-weight: 600;
  116. color: #1F82ED;
  117. line-height: 18px;
  118. padding: 1px 3px;
  119. }
  120. }
  121. .priceGroup {
  122. display: flex;
  123. align-items: baseline;
  124. padding: 25px 12px 9px;
  125. }
  126. .price {
  127. font-size: 30px;
  128. font-weight: 500;
  129. color: #fff;
  130. font-family: DINAlternate-Bold, DINAlternate;
  131. span {
  132. font-size: 22px;
  133. }
  134. }
  135. .originalPrice {
  136. margin-left: 8px;
  137. font-size: 14px;
  138. color: #fff !important;
  139. font-family: DINAlternate-Bold, DINAlternate;
  140. line-height: 16px;
  141. font-weight: 300;
  142. }
  143. }
  144. .memberGift {
  145. border-radius: 12px;
  146. background: url('./images/vip_bg2.png') no-repeat center;
  147. background-size: cover;
  148. min-height: 161px;
  149. }
  150. .giftCell {
  151. margin-top: 16px;
  152. padding: 0 19px;
  153. background-color: transparent;
  154. .gift {
  155. display: flex;
  156. align-items: center;
  157. font-size: 12px;
  158. font-weight: 600;
  159. color: #FFFFFF;
  160. height: 34px;
  161. span {
  162. font-size: 15px;
  163. color: #FFFC89;
  164. padding: 0 5px;
  165. }
  166. }
  167. .iconGift {
  168. margin-right: 4px;
  169. width: 18px;
  170. height: 18px;
  171. }
  172. }
  173. .btnGroup {
  174. position: fixed;
  175. bottom: 0;
  176. left: 0;
  177. right: 0;
  178. z-index: 100;
  179. background-color: #fff;
  180. display: flex;
  181. align-items: center;
  182. padding: 12px 16px;
  183. justify-content: space-between;
  184. border-top: 1px solid #f0f0f0;
  185. .btn {
  186. line-height: 38px;
  187. height: 38px;
  188. background: linear-gradient(220deg, #F5CBAB 0%, #FFCFC0 100%);
  189. padding: 0 17px;
  190. font-size: 16px;
  191. color: #772A27;
  192. border: none;
  193. }
  194. .priceSection {
  195. display: flex;
  196. align-items: center;
  197. font-size: 16px;
  198. color: #772a27;
  199. .price {
  200. font-size: 18px;
  201. font-weight: bold;
  202. color: #ff3535;
  203. font-family: DINAlternate-Bold, DINAlternate;
  204. .priceUnit {
  205. font-size: 14px;
  206. }
  207. }
  208. }
  209. }
  210. }
  211. .memberDiscount {
  212. margin-top: 16px;
  213. position: relative;
  214. background: url('./images/discount_bg.png') no-repeat center;
  215. background-size: contain;
  216. display: flex;
  217. align-items: center;
  218. height: 44px;
  219. font-size: 16px;
  220. color: #ff7100;
  221. line-height: 18px;
  222. .discountAvatar {
  223. margin-left: 15px;
  224. width: 36px;
  225. height: 36px;
  226. border-radius: 50%;
  227. overflow: hidden;
  228. border: 1px solid #ffaf59;
  229. }
  230. .discountName {
  231. padding-left: 30px;
  232. max-width: 200px;
  233. white-space: nowrap;
  234. overflow: hidden;
  235. text-overflow: ellipsis;
  236. }
  237. .discountGift {
  238. position: absolute;
  239. right: 26px;
  240. top: 7px;
  241. width: 29px;
  242. height: 29px;
  243. }
  244. }