myMember.wxss 18 KB

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