getPoints.wxss 6.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239
  1. @charset "UTF-8";
  2. /* 页面左右间距 */
  3. /* 文字尺寸 */
  4. /*文字颜色*/
  5. /* 边框颜色 */
  6. /*颜色*/
  7. /* 图片加载中颜色 */
  8. /* 行为相关颜色 */
  9. /* 功能栏字体大小 */
  10. /*功能栏左侧小图标*/
  11. page {
  12. height: 100%;
  13. background: #FFFFFF;
  14. }
  15. .content {
  16. padding: 80rpx 60rpx 80rpx;
  17. }
  18. .content .now-vip .top-vip {
  19. display: -webkit-box;
  20. display: -webkit-flex;
  21. display: flex;
  22. -webkit-box-align: center;
  23. -webkit-align-items: center;
  24. align-items: center;
  25. -webkit-justify-content: space-around;
  26. justify-content: space-around;
  27. font-size: 28rpx;
  28. font-family: PingFang SC;
  29. font-weight: 500;
  30. color: #666666;
  31. line-height: 1;
  32. }
  33. .content .now-vip .top-num {
  34. display: -webkit-box;
  35. display: -webkit-flex;
  36. display: flex;
  37. -webkit-box-align: center;
  38. -webkit-align-items: center;
  39. align-items: center;
  40. -webkit-justify-content: space-around;
  41. justify-content: space-around;
  42. font-size: 36rpx;
  43. font-family: PingFang SC;
  44. font-weight: 500;
  45. color: #222222;
  46. line-height: 1;
  47. margin-top: 22rpx;
  48. }
  49. .content .now-vip .top-num .num-dj {
  50. visibility: hidden;
  51. }
  52. .content .now-vip .top-num .icon-vip {
  53. width: 37rpx;
  54. height: 32rpx;
  55. margin-left: 5rpx;
  56. }
  57. .content .now-vip .line-progress {
  58. padding: 30rpx 54rpx 24rpx;
  59. }
  60. .content .now-vip .vip-icon {
  61. display: -webkit-box;
  62. display: -webkit-flex;
  63. display: flex;
  64. -webkit-box-align: center;
  65. -webkit-align-items: center;
  66. align-items: center;
  67. -webkit-box-pack: justify;
  68. -webkit-justify-content: space-between;
  69. justify-content: space-between;
  70. }
  71. .content .now-vip .vip-icon .icon-vip {
  72. width: 37rpx;
  73. height: 32rpx;
  74. margin-left: 5rpx;
  75. }
  76. .content .cztx-box {
  77. margin-top: 90rpx;
  78. }
  79. .content .cztx-box .cztx-tit {
  80. font-size: 36rpx;
  81. font-family: PingFang SC;
  82. font-weight: 500;
  83. color: #222222;
  84. }
  85. .content .cztx-box .cztx-vip-box .experience-box {
  86. display: -webkit-box;
  87. display: -webkit-flex;
  88. display: flex;
  89. -webkit-box-align: end;
  90. -webkit-align-items: flex-end;
  91. align-items: flex-end;
  92. -webkit-justify-content: space-around;
  93. justify-content: space-around;
  94. padding: 14rpx 40rpx 0 60rpx;
  95. }
  96. .content .cztx-box .cztx-vip-box .experience-box .exper-text {
  97. font-size: 24rpx;
  98. font-family: PingFang SC;
  99. font-weight: 500;
  100. color: #222222;
  101. margin-bottom: 30rpx;
  102. }
  103. .content .cztx-box .cztx-vip-box .experience-box .exper1 {
  104. display: -webkit-box;
  105. display: -webkit-flex;
  106. display: flex;
  107. -webkit-box-orient: vertical;
  108. -webkit-box-direction: normal;
  109. -webkit-flex-direction: column;
  110. flex-direction: column;
  111. -webkit-box-align: center;
  112. -webkit-align-items: center;
  113. align-items: center;
  114. }
  115. .content .cztx-box .cztx-vip-box .experience-box .exper1 .line-exper1 {
  116. width: 14rpx;
  117. height: 26rpx;
  118. background: #EDEDED;
  119. border-radius: 7rpx 7rpx 0px 0px;
  120. margin-bottom: 24rpx;
  121. }
  122. .content .cztx-box .cztx-vip-box .experience-box .exper1 .exper1-img {
  123. width: 30rpx;
  124. height: 26rpx;
  125. }
  126. .content .cztx-box .cztx-vip-box .experience-box .exper2 {
  127. display: -webkit-box;
  128. display: -webkit-flex;
  129. display: flex;
  130. -webkit-box-orient: vertical;
  131. -webkit-box-direction: normal;
  132. -webkit-flex-direction: column;
  133. flex-direction: column;
  134. -webkit-box-align: center;
  135. -webkit-align-items: center;
  136. align-items: center;
  137. }
  138. .content .cztx-box .cztx-vip-box .experience-box .exper2 .line-exper2 {
  139. width: 14rpx;
  140. height: 104rpx;
  141. background: #EDEDED;
  142. border-radius: 7rpx 7rpx 0px 0px;
  143. margin-bottom: 24rpx;
  144. }
  145. .content .cztx-box .cztx-vip-box .experience-box .exper2 .exper2-img {
  146. width: 50rpx;
  147. height: 32rpx;
  148. }
  149. .content .cztx-box .cztx-vip-box .experience-box .exper3 {
  150. display: -webkit-box;
  151. display: -webkit-flex;
  152. display: flex;
  153. -webkit-box-orient: vertical;
  154. -webkit-box-direction: normal;
  155. -webkit-flex-direction: column;
  156. flex-direction: column;
  157. -webkit-box-align: center;
  158. -webkit-align-items: center;
  159. align-items: center;
  160. }
  161. .content .cztx-box .cztx-vip-box .experience-box .exper3 .line-exper3 {
  162. width: 14rpx;
  163. height: 182rpx;
  164. background: #EDEDED;
  165. border-radius: 7rpx 7rpx 0px 0px;
  166. margin-bottom: 24rpx;
  167. }
  168. .content .cztx-box .cztx-vip-box .experience-box .exper3 .exper3-img {
  169. width: 68rpx;
  170. height: 32rpx;
  171. }
  172. .content .cztx-box .cztx-vip-box .experience-box .exper4 {
  173. display: -webkit-box;
  174. display: -webkit-flex;
  175. display: flex;
  176. -webkit-box-orient: vertical;
  177. -webkit-box-direction: normal;
  178. -webkit-flex-direction: column;
  179. flex-direction: column;
  180. -webkit-box-align: center;
  181. -webkit-align-items: center;
  182. align-items: center;
  183. }
  184. .content .cztx-box .cztx-vip-box .experience-box .exper4 .line-exper4 {
  185. width: 14rpx;
  186. height: 260rpx;
  187. background: #EDEDED;
  188. border-radius: 7rpx 7rpx 0px 0px;
  189. margin-bottom: 24rpx;
  190. }
  191. .content .cztx-box .cztx-vip-box .experience-box .exper4 .exper4-img {
  192. width: 87rpx;
  193. height: 32rpx;
  194. }
  195. .content .cztx-box .cztx-vip-box .experience-box .line-sel {
  196. background: #E62129 !important;
  197. }
  198. .content .cztx-box .cztx-vip-box .cztx-experience {
  199. margin-top: 50rpx;
  200. text-align: center;
  201. font-size: 24rpx;
  202. font-family: PingFang SC;
  203. font-weight: 500;
  204. color: #222222;
  205. }
  206. .content .love-box {
  207. margin-top: 96rpx;
  208. line-height: 1;
  209. }
  210. .content .love-box .love-tit {
  211. font-size: 36rpx;
  212. font-family: PingFang SC;
  213. font-weight: 500;
  214. color: #222222;
  215. }
  216. .content .love-box .love-text {
  217. font-size: 28rpx;
  218. font-family: PingFang SC;
  219. font-weight: 500;
  220. color: #222222;
  221. margin: 21rpx 0 35rpx;
  222. }
  223. .content .love-box .love-frame {
  224. width: 100%;
  225. border-radius: 12rpx;
  226. }
  227. .content .love-box .love-frame .frame-tit {
  228. border-radius: 12rpx 12rpx 0 0;
  229. height: 84rpx;
  230. }
  231. .content .love-box .love-frame .frame-tr {
  232. height: 84rpx;
  233. }
  234. .content .love-box .love-frame .frame-tr .frame-td {
  235. font-size: 28rpx;
  236. font-weight: 500;
  237. color: #222222;
  238. }