myMember.wxss 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911
  1. /* pages/myMember/myMember.wxss */
  2. @import "../common.wxss";
  3. @import "../../wxParse/wxParse.wxss";
  4. @font-face {
  5. font-family: "SC-Bold";
  6. src: url(/static/4082_方正粗圆_GBK.ttf);
  7. }
  8. @font-face {
  9. font-family: "SC-Regular";
  10. src: url(/static/FZY3JW.TTF);
  11. }
  12. @font-face {
  13. font-family: "iconfont";
  14. src: url("iconfont.eot?t=1559096289773");
  15. /* IE9 */
  16. src: url("iconfont.eot?t=1559096289773#iefix") format("embedded-opentype"),
  17. /* IE6-IE8 */
  18. url("data:application/x-font-woff2;charset=utf-8;base64,d09GMgABAAAAAAKcAAsAAAAABkwAAAJQAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHEIGVgCCcApUYwE2AiQDCAsGAAQgBYRtBzEbigXInpo8KUIbQwhFQm+LQTgb4uG/Nfb3zQ4mEomiWb3hpxOpJIiNkol80RL2/9baLKaROpjtabqEWcLryp8Vnx3UElXMuocCHQ+FR+RdAozrFwWRT9w7/RPog8wHlONeNNakSV1AXRxIAe6FUWSFEnjD2AUv8DGBWoOqcJtNHd0oTWavCsSTpggorRCRZZavFiobDmbxrkJ1ek0vkLfo+/FfOKpJKgp2085No4xqfnWKipdy2kVAiBLQ8QoUmIdk4qAxsyVRMC5RbSbJKHSs+uDXsgzc4qgOwf46u7Ye9EPlM6k89aPmEzzWRO2Q3kk/jGj318vkpaOTi43NPIVc7D4vlsN5fCp9vL///i3eOzl5F4lGIlzjKI/7+wtRDYSydNGDOASnrb9D17mL/9V1GXyq/4pCZdkwH1K9F2/wN1QD+7KhsV0pa6rG4aT9LC21alHCgVY/U60dpy6Eah0TfFUGMhSqjZOZnUeFOguoVG0FteY0H6/ThkoUuQazFgBCs1skjT5QaPZKZvYbFTr9oVJzFKh1FG0X1pmM+4wNCgIDGYsjWJMcm7gelhHXd4IyYAo0r4n4XqC+FschPljON4MNdIkt/qASZoxgQh0LN4HnwDQd7FJHB4nxKmNuLBAgTW/iJcdCGTZQQMAAGSYagWkkDhsJRjMZlc93AooBJgHt6Kkr9gKUT5seC+EFB5DNRntQz6O84hukCGMYAiMohwVrAvOAyeTA3OZ5OiBheOqElCsm4AwiQ4389mbr745BLduWwplZqHrWhBFNHEAIAAA=")
  19. format("woff2"),
  20. url("iconfont.woff?t=1559096289773") format("woff"),
  21. url("iconfont.ttf?t=1559096289773") format("truetype"),
  22. /* chrome, firefox, opera, Safari, Android, iOS 4.2+ */
  23. url("iconfont.svg?t=1559096289773#iconfont") format("svg");
  24. /* iOS 4.1- */
  25. }
  26. .iconfont {
  27. font-family: "iconfont" !important;
  28. font-style: normal;
  29. -webkit-font-smoothing: antialiased;
  30. -moz-osx-font-smoothing: grayscale;
  31. }
  32. .icon-xiayibu:before {
  33. content: "\e644";
  34. color: #000;
  35. }
  36. .right-icon {
  37. font-size: 40rpx;
  38. margin-left: 10rpx;
  39. transform: rotateY(180deg);
  40. }
  41. .succ-icon {
  42. position: absolute;
  43. left: 16rpx;
  44. top: 8rpx;
  45. border-radius: 50%;
  46. border: 1rpx solid #cf4f51;
  47. background-color: #cf4f51;
  48. }
  49. .all-view {
  50. }
  51. .pages{
  52. background-size: 100% 100%;
  53. background-repeat: no-repeat;
  54. }
  55. page {
  56. background: #fff;
  57. padding-bottom: 245rpx;
  58. box-sizing: border-box;
  59. }
  60. .menutop {
  61. /* width: calc(100% + 20rpx); */
  62. width: 100%;
  63. /* height: 425rpx; */
  64. opacity: 1;
  65. position: relative;
  66. background-size: cover;
  67. /* margin-left: -20rpx; */
  68. }
  69. .diy-top {
  70. position: fixed;
  71. left: 0;
  72. width: 100%;
  73. top: 0;
  74. z-index: 10000;
  75. }
  76. .diy-top.activeTitle {
  77. /* background: #90CD4E; */
  78. background: #fff;
  79. }
  80. /* 2022/8/19 */
  81. .menutop .mine {
  82. display: flex;
  83. align-items: center;
  84. justify-content: space-between;
  85. margin: 45rpx 30rpx 20rpx 30rpx;
  86. padding: 30rpx;
  87. box-shadow: 0 0 20rpx rgba(0, 0, 0, 0.03);
  88. /* background-color: #ccc; */
  89. background-color: #ffffff;
  90. border-radius: 20rpx;
  91. }
  92. .menutop .mine > view > view {
  93. font-size: 26rpx;
  94. font-family: "PingFang SC, PingFang SC-Regular";
  95. font-weight: 400;
  96. color: #808080;
  97. margin-bottom: 10rpx;
  98. }
  99. .menutop .mine .name {
  100. font-size: 36rpx;
  101. font-family: "PingFang SC, PingFang SC-Bold";
  102. font-weight: 700;
  103. color: #1a1a1a;
  104. }
  105. .menutop .mine .micon {
  106. /* margin-right: 10rpx; */
  107. vertical-align: middle;
  108. }
  109. .menutop .mine .auter {
  110. width: 130rpx;
  111. height: 130rpx;
  112. border-radius: 50%;
  113. }
  114. .menutop .vip-box {
  115. display: flex;
  116. justify-content: space-between;
  117. margin: 30rpx;
  118. }
  119. .menutop .vip-box .vip-item {
  120. position: relative;
  121. width: 330rpx;
  122. /* height: 166rpx; */
  123. padding: 33rpx 0;
  124. color: #ffe0b2;
  125. text-align: center;
  126. }
  127. .active-line {
  128. border: 2rpx solid #CF4F51;
  129. border-radius: 18rpx;
  130. box-sizing: border-box;
  131. }
  132. .menutop .vip-box .lifelongBg {
  133. color: #3f1c00;
  134. }
  135. .menutop .vip-box .vip-item .icon-box {
  136. margin-bottom: 8rpx;
  137. font-weight: 700;
  138. }
  139. .menutop.menutop .vip-box .vip-item .vip-img {
  140. width: 43rpx;
  141. height: 38rpx;
  142. margin-right: 16rpx;
  143. }
  144. .menutop .vip-box .vip-item .price {
  145. display: inline;
  146. margin: 0 8rpx;
  147. color: #ffe0b2;
  148. font-weight: 600;
  149. }
  150. .menutop .vip-box .vip-item .unit {
  151. font-size: 22rpx;
  152. }
  153. .menutop .vip-box .lifelongBg .price {
  154. color: #3f1c00;
  155. }
  156. .work {
  157. margin: 0 30rpx 30rpx;
  158. }
  159. .work .title {
  160. position: relative;
  161. font-size: 30rpx;
  162. font-family: "PingFang SC, PingFang SC-Bold";
  163. font-weight: 700;
  164. color: #1a1a1a;
  165. margin-bottom: 40rpx;
  166. }
  167. .work .title::after {
  168. content: "";
  169. position: absolute;
  170. width: 90rpx;
  171. height: 12rpx;
  172. background: #ffdc2f;
  173. border-radius: 6rpx;
  174. bottom: 0;
  175. display: block;
  176. z-index: -1;
  177. }
  178. .work .item {
  179. display: flex;
  180. justify-content: space-around;
  181. align-items: center;
  182. }
  183. .work .work-item {
  184. display: flex;
  185. flex-direction: column;
  186. align-items: center;
  187. }
  188. .work .work-item image {
  189. width: 78rpx;
  190. height: 78rpx;
  191. margin-bottom: 10rpx;
  192. }
  193. .work .work-item text {
  194. font-size: 26rpx;
  195. font-family: "PingFang SC, PingFang SC-Regular";
  196. font-weight: 400;
  197. color: #333333;
  198. }
  199. .illustrate {
  200. position: relative;
  201. font-size: 30rpx;
  202. font-family: "PingFang SC, PingFang SC-Bold";
  203. font-weight: 700;
  204. color: #1a1a1a;
  205. margin-bottom: 40rpx;
  206. margin-left: 30rpx;
  207. }
  208. .illustrate::after {
  209. content: "";
  210. position: absolute;
  211. width: 90rpx;
  212. height: 12rpx;
  213. background: #ffdc2f;
  214. border-radius: 6rpx;
  215. bottom: 0;
  216. display: block;
  217. z-index: -1;
  218. }
  219. .diy-menu {
  220. display: flex;
  221. flex-direction: row;
  222. align-items: center;
  223. padding: 0 10rpx;
  224. box-sizing: border-box;
  225. position: relative;
  226. }
  227. .diy-title {
  228. position: absolute;
  229. left: 50%;
  230. transform: translateX(-50%);
  231. font-size: 35rpx;
  232. font-family: "PingFang SC, PingFang SC-Regular";
  233. font-weight: 400;
  234. text-align: center;
  235. color: #1a1a1a;
  236. white-space: nowrap;
  237. letter-spacing: -1rpx;
  238. }
  239. .diy-bottom {
  240. width: 630rpx;
  241. height: 242rpx;
  242. opacity: 1;
  243. border-radius: 20rpx 20rpx 0px 0px;
  244. position: absolute;
  245. left: 50%;
  246. transform: translateX(-50%);
  247. bottom: 0;
  248. display: flex;
  249. flex-direction: column;
  250. margin-left: 10rpx;
  251. background-size: 100%, 100%;
  252. }
  253. .diy-bbom::after {
  254. width: 630rpx;
  255. height: 80rpx;
  256. left: 0;
  257. top: 0;
  258. z-index: -1;
  259. content: "";
  260. position: absolute;
  261. opacity: 0.41;
  262. background: #6a9e55;
  263. }
  264. .diy-btop {
  265. height: 162rpx;
  266. width: 100%;
  267. padding: 0 27rpx;
  268. box-sizing: border-box;
  269. display: flex;
  270. flex-direction: row;
  271. align-items: center;
  272. }
  273. .userinfo {
  274. display: flex;
  275. flex-direction: column;
  276. }
  277. .userinfo .name {
  278. font-size: 38rpx;
  279. font-family: "PingFang SC, PingFang SC-Regular";
  280. font-weight: 400;
  281. text-align: left;
  282. color: #ffffff;
  283. line-height: 30rpx;
  284. }
  285. .userinfo .uwrap {
  286. margin-top: 5rpx;
  287. }
  288. .vipcolor {
  289. font-size: 200rpx;
  290. color: rgba(180, 223, 243, 0.17);
  291. position: absolute;
  292. right: 0;
  293. bottom: 0;
  294. }
  295. .bavatar {
  296. width: 97rpx;
  297. height: 97rpx;
  298. opacity: 1;
  299. border: 4rpx solid #ffffff;
  300. border-radius: 50%;
  301. margin-right: 40rpx;
  302. background: white;
  303. }
  304. .uico {
  305. vertical-align: middle;
  306. width: 35rpx;
  307. }
  308. .username {
  309. vertical-align: middle;
  310. display: inline-block;
  311. font-size: 28rpx;
  312. font-family: "PingFang SC, PingFang SC-Regular";
  313. font-weight: 400;
  314. text-align: left;
  315. color: #ffffff;
  316. letter-spacing: 0rpx;
  317. margin-left: 15rpx;
  318. }
  319. .cardno {
  320. font-size: 32rpx;
  321. font-weight: 400;
  322. color: white;
  323. }
  324. .diy-bbom {
  325. width: 630rpx;
  326. height: 80rpx;
  327. position: relative;
  328. z-index: 120;
  329. padding: 0 27rpx;
  330. box-sizing: border-box;
  331. opacity: 1;
  332. font-size: 28rpx;
  333. font-family: "PingFang SC, PingFang SC-Regular";
  334. font-weight: 400;
  335. text-align: left;
  336. color: #ffffff;
  337. letter-spacing: -1rpx;
  338. display: flex;
  339. align-items: center;
  340. }
  341. .arrowico {
  342. width: 42rpx;
  343. height: 42rpx;
  344. transform: rotate(180deg);
  345. }
  346. .vipinfo {
  347. width: 94%;
  348. margin: 10rpx auto;
  349. }
  350. .sv {
  351. height: 200rpx;
  352. text-align: center;
  353. }
  354. /* .tip{
  355. position: absolute;
  356. top: 0;
  357. left: 0;
  358. font-size: 22rpx;
  359. background: #D9BE8B;
  360. color: #FFFFFF;
  361. padding: 2rpx 6rpx;
  362. } */
  363. .box {
  364. width: 50%;
  365. height: 150rpx;
  366. margin: 20rpx;
  367. border: 1px solid #e2d6bf;
  368. position: relative;
  369. }
  370. .btn {
  371. width: 90%;
  372. margin: 15rpx auto;
  373. background: #2b58a5;
  374. color: #ffffff;
  375. padding: 0 25rpx;
  376. box-sizing: border-box;
  377. height: 85rpx;
  378. line-height: 85rpx;
  379. text-align: center;
  380. border-radius: 46px;
  381. transition: all 0.5s;
  382. font-size: 30rpx;
  383. }
  384. .btn-gary {
  385. width: 90%;
  386. margin: 15rpx auto;
  387. background: #999999;
  388. color: white;
  389. padding: 0 25rpx;
  390. box-sizing: border-box;
  391. height: 85rpx;
  392. line-height: 85rpx;
  393. text-align: center;
  394. border-radius: 46px;
  395. transition: all 0.5s;
  396. }
  397. .price {
  398. font-size: 45rpx;
  399. color: #bbab8c;
  400. }
  401. .remark {
  402. font-size: 30rpx;
  403. color: #cfccc7;
  404. margin-top: 10rpx;
  405. padding: 0 10rpx;
  406. }
  407. .up-view {
  408. /* position: fixed;
  409. bottom: 0; */
  410. width: 100%;
  411. transition: all 0.5s;
  412. border-top: 1px solid whitesmoke;
  413. }
  414. .info-item {
  415. /* padding-left: 4rpx; */
  416. display: flex;
  417. align-items: center;
  418. }
  419. .info-item .icon-box {
  420. width: 30rpx;
  421. margin-right: 10rpx;
  422. display: flex;
  423. align-items: center;
  424. }
  425. .zz {
  426. position: relative;
  427. z-index: 1000;
  428. background: white;
  429. width: 100%;
  430. }
  431. .bbb {
  432. position: fixed;
  433. background-color: white;
  434. z-index: 99999;
  435. bottom: 0;
  436. width: 750rpx;
  437. }
  438. .Agreement {
  439. /* margin: 15rpx auto; */
  440. width: 94%;
  441. font-size: 30rpx;
  442. /* position: fixed; */
  443. padding-left: 45rpx;
  444. background-color: white;
  445. z-index: 100;
  446. /* padding-bottom: 10px; */
  447. }
  448. .isavitve::after {
  449. content: "";
  450. background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADkAAAAwCAYAAACrF9JNAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA39pVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQyIDc5LjE2MDkyNCwgMjAxNy8wNy8xMy0wMTowNjozOSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo3ZjIzMTIzYy02NzMwLTkyNDItOWZkMS0yMDExYThmZjczZGEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RkNBNUI3ODM3N0I4MTFFOTk2RDdEMUQ1QTk3OTVCRDEiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RkNBNUI3ODI3N0I4MTFFOTk2RDdEMUQ1QTk3OTVCRDEiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjkyYmUxM2QzLTE3Y2MtNzU0NC1iZWRmLTEwYThmYjkzNmUxMiIgc3RSZWY6ZG9jdW1lbnRJRD0iYWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOmRiYjc5YTU4LTcwYjItZmM0MS1hNzVmLTM2Y2MxYzA1MmM4MSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PlSVNTsAAANxSURBVHja3JpbSBRRGMc/03bV9bYX1l0RL5i1KhGFYFcfsqICiSCIHoQg6CEIggiCIOgxKoKgXoIiIoggKijN1MrSl+ip+0VQ6qE1d7XSVne9bP8zO+vumrvOzM7sXD74PezszJn58Z2d851zNiscDlN8DDy7QAaIbHAdtLEPOWS8MIHbYG/0gNEk88E9sCP+oJEki8FDsHnhF0aRdIBOsG6xL40gWQa6QV2yE5bpXLAG9KcS1LtkA3gJqpY6Ua+SjaAXuIWcrEfJZtAD7EIv0JvkLtABisRcpCfJfeA+P+CTESUP8qWaScrFepA8Cq7xRTcZUfIUuASy0mlEqxUPkzoLTsjRmBYlWbe8Ag7L1aDWJJeDG+CAnI1qSTIX3AGtcjesFckC8ABsVaJxLUhaQTtYr9QN1JYs5Se7a5S8iZqSFeAJWKX0jdSSrAVdoDITN1NDcjWfQZesr+aiUrLVbKDguI/8A32qlnVN4LkSgs767ZRjLiCLo0rV2pUND2zBySZno+ZCJycYjdHBV6p111Z+oM9VIoPR8A/001/foCqZZCXaXbUEMyHJiuybfE0aN8fIIpPFKrnRfHtlguDI596kgkp31+Pg3GJzQVfDTjIV2Gnc+4nGhl6Ly2Cxmxy1W+Y/+7720eTYd1UmzWfA+WST3Zy8yDpUoctD1qpG4YIlZeSsa4nron0U8A9lfGWASV0Ep1Od5H3ziGanp0SJWhzV5PTE6vefH7vRRYcEPZSckmyyexUcW+rEmeAEed+202woIEiUjX32FZtigh+6aeq3N+NrPGwV7RY4JPQCJvgDGZ0O/JoXtVU3/f+SsVVAMLYb5/vygqb+eEU9nByS0Y3P/WIvnJsJkvddB5dZblJZWpvwUmFd1LGyOS6DXRQY/Sb6AdOVZG8QtqK9W2oD4blZdN2YKBseitz1lGctX9BFu5DB4YwX6Gwv4jFFNl/SCi6j+I06PS3c0FJSmbiXOvy+E4X3iOT2pWaS7Sb1yiEYEw1xXTc04U84zjKYjqBUSVbms33BBiUGWJa1UGAMQ8wkhokeyV00ne7q4Se75UqVSeHwHDeOyhliMrmW76KKCSoVQiU3gqfASToMIZLb+OWKEtJpLCW5hyJ/ALKQjiOVZBs/2TWTziOZ5BGKbLxkkwFiMcmT4DKlufGppfgnwAC5sdqYo2QDLQAAAABJRU5ErkJggg==");
  451. background-size: 100% 100%;
  452. width: 45rpx;
  453. height: 45rpx;
  454. position: absolute;
  455. right: 0;
  456. bottom: 0;
  457. }
  458. .vipitem {
  459. width: 307rpx;
  460. height: 248rpx;
  461. opacity: 1;
  462. background: #fff8ec;
  463. border: 1rpx solid #feedc7;
  464. border-radius: 16rpx;
  465. position: relative;
  466. z-index: 20;
  467. padding: 0 20rpx;
  468. box-sizing: border-box;
  469. display: flex;
  470. flex-direction: column;
  471. justify-content: center;
  472. align-items: center;
  473. }
  474. .vipitemactive {
  475. background: #ffdc9f;
  476. border: 1px solid #fb4300;
  477. }
  478. .vipitemactive .vipico {
  479. color: #cc8c1c;
  480. opacity: 0.1;
  481. }
  482. .vipico {
  483. font-size: 230rpx;
  484. color: #fcf2df;
  485. position: absolute;
  486. left: 50%;
  487. transform: translateX(-50%);
  488. bottom: -25rpx;
  489. z-index: -1;
  490. }
  491. .vipitem .remark {
  492. opacity: 1;
  493. font-size: 24rpx;
  494. font-family: "PingFang SC, PingFang SC-Medium";
  495. font-weight: 500;
  496. text-align: left;
  497. color: #1a1a1a;
  498. letter-spacing: 0rpx;
  499. margin-top: 16rpx;
  500. }
  501. .vipitem .price {
  502. font-size: 42rpx;
  503. font-family: "PingFang SC, PingFang SC-Medium";
  504. font-weight: 500;
  505. text-align: left;
  506. color: #fd652d;
  507. letter-spacing: 0rpx;
  508. margin-top: 20rpx;
  509. }
  510. .vipitem .price text {
  511. font-size: 22rpx;
  512. font-family: "PingFang SC, PingFang SC-Medium";
  513. font-weight: 500;
  514. text-align: left;
  515. color: #fd652d;
  516. letter-spacing: 0rpx;
  517. }
  518. .vipitem .vipicos {
  519. width: 43rpx;
  520. height: 38rpx;
  521. margin-right: 15rpx;
  522. }
  523. .vipitem .tip {
  524. font-size: 28rpx;
  525. font-family: "PingFang SC, PingFang SC-Bold";
  526. font-weight: 700;
  527. text-align: left;
  528. color: #1a1a1a;
  529. letter-spacing: -1rpx;
  530. display: flex;
  531. flex-direction: row;
  532. align-items: center;
  533. margin-top: 6rpx;
  534. }
  535. .flex-bet-wrap {
  536. padding: 0 60rpx;
  537. margin-top: 30rpx;
  538. box-sizing: border-box;
  539. display: flex;
  540. flex-direction: row;
  541. justify-content: space-between;
  542. margin-bottom: 30rpx;
  543. }
  544. .xuanzhongs {
  545. position: absolute;
  546. width: 32rpx;
  547. height: 32rpx;
  548. opacity: 1;
  549. color: #fb4300;
  550. left: 13rpx;
  551. top: 13rpx;
  552. }
  553. .tipwrap {
  554. display: flex;
  555. flex-direction: column;
  556. }
  557. .tiptitle {
  558. display: flex;
  559. flex-direction: row;
  560. align-items: center;
  561. font-size: 30rpx;
  562. font-family: "PingFang SC, PingFang SC-Bold";
  563. font-weight: 700;
  564. text-align: left;
  565. color: #9ddb52;
  566. line-height: 45rpx;
  567. margin: 42rpx auto 12rpx auto;
  568. }
  569. .tiptitle text {
  570. margin: 0 35rpx;
  571. }
  572. .lintico {
  573. background: #9ddb52;
  574. width: 57rpx;
  575. height: 6rpx;
  576. opacity: 1;
  577. position: relative;
  578. }
  579. .lintico::after {
  580. position: absolute;
  581. content: "";
  582. right: -15rpx;
  583. width: 8rpx;
  584. height: 8rpx;
  585. opacity: 1;
  586. background: #9ddb52;
  587. border-radius: 50%;
  588. }
  589. .lintico:last-child::after {
  590. position: absolute;
  591. content: "";
  592. left: -15rpx;
  593. width: 8rpx;
  594. height: 8rpx;
  595. opacity: 1;
  596. background: #9ddb52;
  597. border-radius: 50%;
  598. }
  599. .liitemwrap {
  600. display: flex;
  601. flex-direction: row;
  602. padding: 0 30rpx;
  603. box-sizing: border-box;
  604. flex-wrap: wrap;
  605. align-content: flex-start;
  606. }
  607. .litem {
  608. display: flex;
  609. flex-direction: column;
  610. width: 25%;
  611. justify-content: center;
  612. align-items: center;
  613. margin-bottom: 24rpx;
  614. }
  615. .litem image {
  616. width: 54rpx;
  617. height: 54rpx;
  618. }
  619. .litem .textx {
  620. margin-top: 14rpx;
  621. font-size: 26rpx;
  622. font-family: "PingFang SC, PingFang SC-Regular";
  623. font-weight: 400;
  624. text-align: center;
  625. color: #1a1a1a;
  626. line-height: 30rpx;
  627. }
  628. .pwo {
  629. /* position: fixed; */
  630. width: 100%;
  631. /* height: 200rpx; */
  632. display: flex;
  633. flex-direction: column;
  634. margin-left: 50%;
  635. transform: translateX(-50%);
  636. bottom: 40rpx;
  637. z-index: 1000;
  638. background: white;
  639. }
  640. /* 新增 */
  641. .vip-check {
  642. width: 630rpx;
  643. height: 93rpx;
  644. background: #fff8ec;
  645. border: 1px solid #fb4300;
  646. border-radius: 20rpx;
  647. display: flex;
  648. align-items: center;
  649. justify-content: space-between;
  650. padding: 0 19rpx 0 35rpx;
  651. margin: 30rpx auto 0 auto;
  652. box-sizing: border-box;
  653. position: relative;
  654. background-position: right;
  655. background-size: cover;
  656. }
  657. .vip-check .left image {
  658. width: 43rpx;
  659. margin-right: 17rpx;
  660. vertical-align: middle;
  661. }
  662. .vip-check .left .title {
  663. font-size: 32rpx;
  664. font-weight: 700;
  665. color: #1a1a1a;
  666. vertical-align: middle;
  667. }
  668. .vip-check .right {
  669. font-size: 26rpx;
  670. font-weight: 500;
  671. color: #fd652d;
  672. }
  673. .vip-check .right .num {
  674. font-size: 46rpx;
  675. }
  676. .title-image {
  677. width: 294rpx;
  678. height: 42rpx;
  679. display: block;
  680. margin: 30rpx auto 15rpx auto;
  681. }
  682. .desc-image-box {
  683. display: flex;
  684. justify-content: space-around;
  685. align-items: center;
  686. }
  687. .desc-image-box image {
  688. width: 54rpx;
  689. height: 54rpx;
  690. display: block;
  691. margin: 0 auto 14rpx auto;
  692. }
  693. .desc-image-box text {
  694. font-size: 30rpx;
  695. font-weight: 400;
  696. color: #1a1a1a;
  697. }
  698. .desc-text {
  699. padding: 0 20rpx;
  700. font-size: 28rpx;
  701. font-weight: 400;
  702. color: #808080;
  703. margin-bottom: 20rpx;
  704. }
  705. .check-box {
  706. /* text-align: center; */
  707. }
  708. .check-box checkbox {
  709. transform: scale(0.7);
  710. vertical-align: middle;
  711. }
  712. .life {
  713. position: fixed;
  714. bottom: 0;
  715. width: 100%;
  716. height: 90rpx;
  717. background: #fffae1;
  718. font-size: 28rpx;
  719. font-family: PingFang SC, PingFang SC-Bold;
  720. font-weight: 700;
  721. text-align: center;
  722. line-height: 90rpx;
  723. color: #ffa836;
  724. }
  725. .pay-content {
  726. display: flex;
  727. flex-direction: column;
  728. justify-content: center;
  729. align-items: center;
  730. font-size: 32rpx;
  731. font-weight: 400;
  732. color: #3f454e;
  733. }
  734. .pay-content .icon-box-img {
  735. margin-bottom: 33rpx;
  736. }
  737. .pay-content text {
  738. margin-bottom: 10rpx;
  739. }
  740. .buy-content {
  741. width: 100%;
  742. padding: 44rpx 26rpx;
  743. display: flex;
  744. flex-direction: column;
  745. align-items: flex-start;
  746. box-sizing: border-box;
  747. font-size: 26rpx;
  748. font-family: "PingFang SC, PingFang SC-Regular";
  749. font-weight: 400;
  750. color: #333333;
  751. }
  752. .buy-content .vip-price {
  753. margin-bottom: 20rpx;
  754. }
  755. .buy-content .vip-price .red-price {
  756. color: #ec2e26;
  757. }
  758. .buy-content .integral {
  759. margin-bottom: 20rpx;
  760. }
  761. .buy-content .use-box {
  762. width: 100%;
  763. display: flex;
  764. justify-content: space-between;
  765. align-items: center;
  766. text-align: left;
  767. }
  768. .buy-content .use-box .deduction {
  769. font-size: 24rpx;
  770. font-family: "PingFang SC, PingFang SC-Regular";
  771. font-weight: 400;
  772. color: #999999;
  773. }
  774. .btn-box .btn {
  775. width: 437rpx;
  776. height: 80rpx;
  777. background: #ffdc2f;
  778. border-radius: 40rpx;
  779. font-size: 32rpx;
  780. font-family: "PingFang SC, PingFang SC-Regular";
  781. font-weight: 400;
  782. text-align: center;
  783. line-height: 80rpx;
  784. color: #333333;
  785. color: #fff;
  786. }
  787. .btn-box .interval-box {
  788. height: 30rpx;
  789. }
  790. .img-name {
  791. /* position: relative; */
  792. display: flex;
  793. align-items: center;
  794. }
  795. .img-name .icon-box {
  796. width: 30rpx;
  797. margin-right: 10rpx;
  798. }
  799. .img-icon {
  800. /* position: absolute;
  801. top:0;
  802. left: 0; */
  803. }
  804. .name-text {
  805. /* text-indent: 40rpx; */
  806. }