member.css 6.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436
  1. body {
  2. color: #515a6e;
  3. font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, \\5FAE\8F6F\96C5\9ED1, Arial, sans-serif;
  4. }
  5. p {
  6. margin: 0;
  7. }
  8. .v-title{
  9. position: absolute;
  10. bottom: 0;
  11. left: 0;
  12. background-color: #4c4c50;
  13. color: #fabf64;
  14. width: 150px;
  15. height: 50px;
  16. line-height: 50px;
  17. text-align: center;
  18. font-weight: 600;
  19. border-top-left-radius: 10px;
  20. border-top-right-radius:10px;
  21. }
  22. /* 会员中心 */
  23. .vip-model {
  24. display: flex;
  25. flex-wrap: nowrap;
  26. justify-content: flex-start;
  27. font-size: 14px;
  28. position: relative;
  29. padding-top: 10px;
  30. }
  31. .v-left {
  32. width: 320px;
  33. border-right: 1px solid #f8f8f8;
  34. padding: 0 20px;
  35. }
  36. .v-left .v-name {
  37. font-size: 16px;
  38. font-weight: 600;
  39. margin-bottom: 10px;
  40. }
  41. .v-left .v-logo {
  42. width: 100px;
  43. height: 100px;
  44. border-radius: 100px;
  45. border: 1px solid #ddd;
  46. }
  47. .v-left .vip-interest {
  48. margin: 20px 0;
  49. line-height: 2.8;
  50. }
  51. .v-left .vip-title {
  52. font-size: 24px;
  53. font-weight: 600;
  54. color: #ed4014;
  55. }
  56. .v-right {
  57. flex: 1;
  58. padding: 0 16px;
  59. }
  60. .vip-list {
  61. display: flex;
  62. flex-wrap: nowrap;
  63. justify-content: space-around;
  64. }
  65. .vip-list .vip-item {
  66. width: 200px;
  67. font-weight: 600;
  68. border-radius: 10px;
  69. text-align: center;
  70. padding-bottom: 10px;
  71. cursor: pointer;
  72. margin-bottom: 12px;
  73. position: relative;
  74. box-shadow: 1px 1px 2px #ddd, -1px -1px 2px #ddd;
  75. }
  76. .vip-list .vip-item.active {
  77. color: #4c4c50;
  78. background: linear-gradient(to bottom, #fabf6440, #fabf64);
  79. }
  80. .vip-list .vip-item.active .vip-red {
  81. color: #ed4014;
  82. }
  83. .vip-list .vip-name {
  84. font-size: 16px;
  85. padding: 10px 0;
  86. }
  87. .vip-list .vip-price {
  88. font-size: 14px;
  89. margin-bottom: 15px;
  90. }
  91. .vip-list .vip-market-price {
  92. margin-left: 10px;
  93. text-decoration: line-through;
  94. opacity: 0.8;
  95. }
  96. .vip-list .price-value {
  97. font-size: 28px;
  98. font-weight: 600;
  99. margin-left: 3px;
  100. }
  101. .vip-list .vip-desc {
  102. color: #999;
  103. font-size: 12px;
  104. }
  105. .vip-list .vip-red {
  106. color: #e12424;
  107. font-weight: 600;
  108. }
  109. .vip-tips {
  110. color: #999;
  111. font-size: 12px;
  112. margin: 10px 0;
  113. text-align: center;
  114. position: relative;
  115. }
  116. .vip-tips::before {
  117. content: '';
  118. position: absolute;
  119. width: 25%;
  120. height: 1px;
  121. top: 0;
  122. bottom: 0;
  123. left: 5%;
  124. margin: auto;
  125. background-color: #f8f8f8;
  126. }
  127. .vip-tips::after {
  128. content: '';
  129. position: absolute;
  130. width: 25%;
  131. height: 1px;
  132. top: 0;
  133. bottom: 0;
  134. right: 5%;
  135. margin: auto;
  136. background-color: #f8f8f8;
  137. }
  138. .pay-line .pay-icon {
  139. width: 25px;
  140. height: 25px;
  141. }
  142. .pay-tips {
  143. color: #e12424;
  144. font-weight: 600;
  145. font-size: 12px;
  146. margin-top: 8px;
  147. }
  148. .pay-item {
  149. border: 1px solid #ddd;
  150. padding: 0 15px;
  151. border-radius: 5px;
  152. cursor: pointer;
  153. height: 35px;
  154. margin-right: 15px;
  155. }
  156. .pay-item .iconfont {
  157. margin-right: 5px;
  158. }
  159. .pay-item .icon-zhifubaozhifu {
  160. color: #027AFF;
  161. }
  162. .pay-item .icon-weixinzhifu {
  163. color: #62b900;
  164. }
  165. .pay-cont {
  166. padding: 10px 10px 10px 0;
  167. display: flex;
  168. flex-wrap: nowrap;
  169. justify-content: flex-start;
  170. }
  171. .pay-cont .pay-img {
  172. width: 120px;
  173. height: 120px;
  174. background-color: #eee;
  175. position: relative;
  176. }
  177. .pay-cont .pay-desc {
  178. padding-left: 20px;
  179. line-height: 2.2;
  180. font-size: 14px;
  181. }
  182. .pay-cont .iconfont {
  183. vertical-align: middle;
  184. font-size: 16px;
  185. margin: 0 5px 0 10px;
  186. }
  187. .iconfont {
  188. vertical-align: middle;
  189. }
  190. .dis-agreement {
  191. display: none;
  192. text-align: center;
  193. height: 140px;
  194. line-height: 140px;
  195. font-size: 18px;
  196. font-weight: 600;
  197. color: #ed4014;
  198. }
  199. .pay-agreement {
  200. margin-top: 5px;
  201. }
  202. .pay-agreement span {
  203. font-size: 12px;
  204. color: #999;
  205. margin: 0 !important;
  206. }
  207. .agreement-txt {
  208. cursor: pointer;
  209. }
  210. .agreement-txt:hover {
  211. color: #ed4014;
  212. }
  213. .money-color {
  214. color: #ed4014;
  215. font-size: 30px;
  216. font-weight: 600;
  217. margin-left: 2px;
  218. }
  219. .vip-banner {
  220. background-color: #eee;
  221. height: 60px;
  222. width: 100%;
  223. margin-bottom: 15px;
  224. border-radius: 30px;
  225. }
  226. .font-12 {
  227. font-size: 12px !important;
  228. }
  229. .font-13 {
  230. font-size: 13px !important;
  231. }
  232. .open-member {
  233. width: 100px;
  234. height: 24px;
  235. border-radius: 24px;
  236. vertical-align: middle;
  237. cursor: pointer;
  238. margin-right: 10px;
  239. }
  240. .vip-top {
  241. height: 70px;
  242. background: url('/static/logo/v-topbgs.png') no-repeat center center;
  243. margin: 0 0 8px 0;
  244. display: flex;
  245. flex-wrap: nowrap;
  246. justify-content: flex-end;
  247. padding: 10px 40px;
  248. color: #333;
  249. position: relative;
  250. }
  251. .vip-top .vt-logo {
  252. width: 50px;
  253. height: 50px;
  254. border-radius: 50px;
  255. border: 1px solid #eee;
  256. margin-right: 10px;
  257. }
  258. .vip-top .vt-name {
  259. font-size: 16px;
  260. font-weight: 600;
  261. padding-top: 5px;
  262. margin: 0;
  263. }
  264. .il-vip {
  265. text-align: center;
  266. }
  267. .il-vip img {
  268. width: 40px;
  269. height: 40px;
  270. }
  271. .il-interest {
  272. line-height: 3.8;
  273. text-align: left;
  274. font-size: 14px;
  275. position: relative;
  276. display: flex;
  277. flex-wrap: wrap;
  278. justify-content: space-between;
  279. }
  280. .il-interest .il-item {
  281. width: 50%;
  282. }
  283. .il-interest .il-item img {
  284. width: 35px;
  285. height: 35px;
  286. }
  287. .member-model {
  288. line-height: 1.8;
  289. padding: 10px;
  290. display: none;
  291. position: absolute;
  292. left: 0;
  293. top: 0;
  294. z-index: 3;
  295. background-color: #fff;
  296. }
  297. .member-model .member-btn {
  298. text-align: right;
  299. margin-top: 20px;
  300. }
  301. .agreement-content {
  302. height: 500px;
  303. overflow: auto;
  304. text-indent: 2em;
  305. }
  306. .agreement-content .font-600 {
  307. font-weight: 600;
  308. font-size: 18px;
  309. }
  310. .member-btn button {
  311. background-color: #F56C6C;
  312. border: 1px solid transparent;
  313. border-color: #F56C6C;
  314. font-size: 14px;
  315. border-radius: 4px;
  316. padding: 0 15px;
  317. height: 32px;
  318. color: #fff;
  319. }
  320. .member-btn button:hover {
  321. background-color: #F56C6C90;
  322. border-color: #F56C6C90;
  323. }
  324. .i-cost {
  325. position: absolute;
  326. width: 30px;
  327. top: -10px;
  328. left: 5px;
  329. }
  330. .coupon-modal {
  331. position: absolute;
  332. bottom: 0;
  333. right: 0;
  334. background: #ed4014;
  335. padding: 20px;
  336. z-index: 2;
  337. font-size: 12px;
  338. color: #999;
  339. border-radius: 10px;
  340. display: none;
  341. }
  342. .coupon-bg {
  343. background: #fff;
  344. border-radius: 10px;
  345. padding: 10px 20px;
  346. }
  347. .coupon-price {
  348. color: #ed4014;
  349. font-size: 26px;
  350. font-weight: 600;
  351. }
  352. .coupon-desc {
  353. font-size: 14px;
  354. }
  355. .coupon-tips {
  356. border-top: 1px dashed #ddd;
  357. margin-top: 10px;
  358. padding-top: 10px;
  359. font-size: 12px;
  360. }
  361. .coupon-close {
  362. position: absolute;
  363. left: 0px;
  364. top: 0;
  365. line-height: 1;
  366. color: #fff;
  367. font-size: 30px;
  368. transform: rotateZ(45deg);
  369. cursor: pointer;
  370. }