user.wxss 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474
  1. @charset "UTF-8";
  2. /* 页面左右间距 */
  3. /* 文字尺寸 */
  4. /*文字颜色*/
  5. /* 边框颜色 */
  6. /*颜色*/
  7. /* 图片加载中颜色 */
  8. /* 行为相关颜色 */
  9. /* 功能栏字体大小 */
  10. /*功能栏左侧小图标*/
  11. page {
  12. height: 100%;
  13. background-color: #f8f8f8;
  14. }
  15. .tj-sction .tj-item, .item-box .order-section .order-item {
  16. display: -webkit-box;
  17. display: -webkit-flex;
  18. display: flex;
  19. -webkit-box-orient: vertical;
  20. -webkit-box-direction: normal;
  21. -webkit-flex-direction: column;
  22. flex-direction: column;
  23. -webkit-box-pack: center;
  24. -webkit-justify-content: center;
  25. justify-content: center;
  26. -webkit-box-align: center;
  27. -webkit-align-items: center;
  28. align-items: center;
  29. }
  30. .tj-sction, .item-box .order-section {
  31. display: -webkit-box;
  32. display: -webkit-flex;
  33. display: flex;
  34. -webkit-justify-content: space-around;
  35. justify-content: space-around;
  36. -webkit-align-content: center;
  37. align-content: center;
  38. background: #fff;
  39. border-radius: 10rpx;
  40. }
  41. .container {
  42. height: 100%;
  43. background-color: #fff;
  44. }
  45. .content-box {
  46. height: 100%;
  47. }
  48. .vheigh {
  49. height: 25px;
  50. background-color: #FF4C4C;
  51. }
  52. .user-section {
  53. height: 420rpx;
  54. padding: 50rpx 0rpx 0 30rpx;
  55. position: relative;
  56. }
  57. .user-section .bg {
  58. position: absolute;
  59. left: 0;
  60. top: 0;
  61. width: 100%;
  62. height: 100%;
  63. }
  64. .user-section .bg image {
  65. width: 100%;
  66. height: 100%;
  67. }
  68. .user-info-box {
  69. height: 180rpx;
  70. color: white;
  71. display: -webkit-box;
  72. display: -webkit-flex;
  73. display: flex;
  74. -webkit-box-align: center;
  75. -webkit-align-items: center;
  76. align-items: center;
  77. -webkit-box-pack: justify;
  78. -webkit-justify-content: space-between;
  79. justify-content: space-between;
  80. position: relative;
  81. z-index: 1;
  82. }
  83. .user-info-box .detail {
  84. height: 130rpx;
  85. }
  86. .user-info-box .detail .portrait-box {
  87. height: 100%;
  88. }
  89. .user-info-box .detail .portrait-box .portrait {
  90. width: 130rpx;
  91. height: 100%;
  92. border: 5rpx solid #fff;
  93. border-radius: 50%;
  94. }
  95. .user-info-box .detail .info-box {
  96. margin-left: 20rpx;
  97. line-height: 1.5;
  98. }
  99. .user-info-box .detail .info-box .username {
  100. font-size: 38rpx;
  101. height: 100%;
  102. }
  103. .user-info-box .detail .info-box .user-lv {
  104. display: -webkit-box;
  105. display: -webkit-flex;
  106. display: flex;
  107. }
  108. .user-info-box .detail .info-box .user-lv .lv-1 {
  109. text-align: center;
  110. width: 97rpx;
  111. line-height: 32rpx;
  112. border: 1px solid #ffffff;
  113. border-radius: 8rpx;
  114. font-size: 20rpx;
  115. font-family: Source Han Sans CN;
  116. font-weight: 400;
  117. color: #ffffff;
  118. }
  119. .user-info-box .detail .info-box .user-lv .lv-2,
  120. .user-info-box .detail .info-box .user-lv .lv-3 {
  121. width: 147rpx;
  122. height: 32rpx;
  123. }
  124. .user-info-box .detail .info-box .user-lv .lv-2 image,
  125. .user-info-box .detail .info-box .user-lv .lv-3 image {
  126. height: 100%;
  127. width: 100%;
  128. }
  129. .user-info-box .config {
  130. font-size: 48rpx;
  131. height: 130rpx;
  132. }
  133. .user-info-box .config .setting {
  134. margin-right: 51rpx;
  135. }
  136. .user-info-box .my-info {
  137. width: 194rpx;
  138. height: 64rpx;
  139. background: #ffffff;
  140. border-radius: 32rpx 0rpx 0rpx 32rpx;
  141. -webkit-box-pack: center;
  142. -webkit-justify-content: center;
  143. justify-content: center;
  144. }
  145. .user-info-box .my-info image {
  146. width: 30rpx;
  147. height: 30rpx;
  148. }
  149. .user-info-box .my-info .title {
  150. padding-left: 9rpx;
  151. font-size: 28rpx;
  152. font-family: PingFang SC;
  153. font-weight: 500;
  154. color: #ff4c4c;
  155. }
  156. .vip-card-box {
  157. display: -webkit-box;
  158. display: -webkit-flex;
  159. display: flex;
  160. -webkit-box-orient: vertical;
  161. -webkit-box-direction: normal;
  162. -webkit-flex-direction: column;
  163. flex-direction: column;
  164. color: #f7d680;
  165. height: 240rpx;
  166. background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.8)));
  167. background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.8));
  168. background: linear-gradient(left, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.8));
  169. border-radius: 16rpx 16rpx 0 0;
  170. overflow: hidden;
  171. position: relative;
  172. padding: 20rpx 24rpx;
  173. }
  174. .vip-card-box .card-bg {
  175. position: absolute;
  176. top: 20rpx;
  177. right: 0;
  178. width: 380rpx;
  179. height: 260rpx;
  180. }
  181. .vip-card-box .b-btn {
  182. position: absolute;
  183. right: 20rpx;
  184. top: 16rpx;
  185. width: 132rpx;
  186. height: 40rpx;
  187. text-align: center;
  188. line-height: 40rpx;
  189. font-size: 22rpx;
  190. color: #36343c;
  191. border-radius: 20px;
  192. background: -webkit-gradient(linear, left top, right top, from(#f9e6af), to(#ffd465));
  193. background: -webkit-linear-gradient(left, #f9e6af, #ffd465);
  194. background: linear-gradient(left, #f9e6af, #ffd465);
  195. z-index: 1;
  196. }
  197. .vip-card-box .tit {
  198. font-size: 30rpx;
  199. color: #f7d680;
  200. margin-bottom: 28rpx;
  201. }
  202. .vip-card-box .tit .iconfont {
  203. color: #f6e5a3;
  204. margin-right: 16rpx;
  205. }
  206. .vip-card-box .e-b {
  207. font-size: 24rpx;
  208. color: #d8cba9;
  209. margin-top: 10rpx;
  210. }
  211. .cover-container {
  212. background: #f8f8f8;
  213. margin-top: -150rpx;
  214. padding: 0 30rpx;
  215. position: relative;
  216. background: #f5f5f5;
  217. padding-bottom: 20rpx;
  218. }
  219. .cover-container .arc {
  220. position: absolute;
  221. left: 0;
  222. top: -34rpx;
  223. width: 100%;
  224. height: 36rpx;
  225. }
  226. .tj-sction .tj-item {
  227. -webkit-box-orient: vertical;
  228. -webkit-box-direction: normal;
  229. -webkit-flex-direction: column;
  230. flex-direction: column;
  231. height: 140rpx;
  232. font-size: 24rpx;
  233. color: #75787d;
  234. }
  235. .tj-sction .num {
  236. font-size: 32rpx;
  237. color: #303133;
  238. margin-bottom: 8rpx;
  239. }
  240. .item-box {
  241. margin: 20rpx 0;
  242. }
  243. .item-box .box-title {
  244. background-color: #fff;
  245. line-height: 1;
  246. padding: 0 36rpx 0 35rpx;
  247. height: 73rpx;
  248. border-radius: 20rpx 20rpx 0 0;
  249. }
  250. .item-box .box-title .title {
  251. font-weight: bold;
  252. font-size: 30rpx;
  253. font-family: PingFang SC;
  254. font-weight: bold;
  255. color: #333333;
  256. }
  257. .item-box .box-title .link {
  258. font-size: 26rpx;
  259. color: #909399;
  260. }
  261. .item-box .order-section {
  262. height: 146rpx;
  263. }
  264. .item-box .order-section .order-item {
  265. width: 120rpx;
  266. height: 146rpx;
  267. border-radius: 10rpx;
  268. font-size: 24rpx;
  269. color: #303133;
  270. }
  271. .item-box .order-section .iconfont {
  272. font-size: 48rpx;
  273. margin-bottom: 18rpx;
  274. color: #fa436a;
  275. }
  276. .item-box .order-section .icon-shouhoutuikuan {
  277. font-size: 44rpx;
  278. }
  279. .item-box .order-section .icon {
  280. height: 50rpx;
  281. width: 48rpx;
  282. margin-bottom: 18rpx;
  283. background-size: 100%;
  284. background-repeat: no-repeat;
  285. background-position: center;
  286. }
  287. .item-box .order-section .icon .icon-img {
  288. width: 100%;
  289. height: 100%;
  290. }
  291. .item-box .order-section .icon-b {
  292. height: 70rpx;
  293. width: 70rpx;
  294. }
  295. .history-section {
  296. margin-top: 20rpx;
  297. background: #fff;
  298. border-radius: 10rpx;
  299. }
  300. .history-section .sec-header {
  301. display: -webkit-box;
  302. display: -webkit-flex;
  303. display: flex;
  304. -webkit-box-align: center;
  305. -webkit-align-items: center;
  306. align-items: center;
  307. font-size: 28rpx;
  308. color: #303133;
  309. line-height: 40rpx;
  310. margin-left: 30rpx;
  311. padding-top: 30rpx;
  312. }
  313. .history-section .sec-header .iconfont {
  314. font-size: 44rpx;
  315. color: #FF4C4C;
  316. margin-right: 16rpx;
  317. line-height: 40rpx;
  318. }
  319. .history-section .h-list {
  320. white-space: nowrap;
  321. padding: 30rpx 30rpx 0;
  322. }
  323. .history-section .h-list .h-list-image {
  324. display: inline-block;
  325. width: 160rpx;
  326. height: 160rpx;
  327. margin-right: 20rpx;
  328. border-radius: 10rpx;
  329. }
  330. .up-box {
  331. margin: 21rpx auto;
  332. width: 710rpx;
  333. height: 90rpx;
  334. background: -webkit-linear-gradient(17deg, #ffffff 0%, #fffbeb 0%, #fff1da 0%, #fed591 100%);
  335. background: linear-gradient(73deg, #ffffff 0%, #fffbeb 0%, #fff1da 0%, #fed591 100%);
  336. border-radius: 20rpx;
  337. }
  338. .up-box image {
  339. width: 100%;
  340. height: 100%;
  341. border-radius: 20rpx;
  342. }
  343. .item-box-b {
  344. width: 710rpx;
  345. height: 221rpx;
  346. background: #ffffff;
  347. -webkit-box-shadow: 0px 0px 20rpx 0px rgba(50, 50, 52, 0.5);
  348. box-shadow: 0px 0px 20rpx 0px rgba(50, 50, 52, 0.5);
  349. border-radius: 20rpx;
  350. position: relative;
  351. top: -150rpx;
  352. left: 0;
  353. right: 0;
  354. margin: 0 auto -150rpx;
  355. }
  356. .popup-box {
  357. width: 522rpx;
  358. height: 605rpx;
  359. background-color: #ffffff;
  360. border-radius: 20rpx;
  361. position: relative;
  362. }
  363. .popup-box .img {
  364. position: relative;
  365. top: -56rpx;
  366. left: 0;
  367. width: 522rpx;
  368. height: 132rpx;
  369. display: -webkit-box;
  370. display: -webkit-flex;
  371. display: flex;
  372. -webkit-box-pack: center;
  373. -webkit-justify-content: center;
  374. justify-content: center;
  375. }
  376. .popup-box .img image {
  377. border-radius: 20rpx 20rpx 0 0;
  378. width: 450rpx;
  379. height: 132rpx;
  380. }
  381. .popup-box .mian {
  382. margin-top: -44rpx;
  383. display: -webkit-box;
  384. display: -webkit-flex;
  385. display: flex;
  386. -webkit-box-orient: vertical;
  387. -webkit-box-direction: normal;
  388. -webkit-flex-direction: column;
  389. flex-direction: column;
  390. -webkit-box-align: center;
  391. -webkit-align-items: center;
  392. align-items: center;
  393. background-color: #ffffff;
  394. border-radius: 0 0 20rpx 20rpx;
  395. text-align: center;
  396. }
  397. .popup-box .mian .delivery {
  398. font-size: 40rpx;
  399. color: #333333;
  400. display: -webkit-box;
  401. display: -webkit-flex;
  402. display: flex;
  403. -webkit-box-align: center;
  404. -webkit-align-items: center;
  405. align-items: center;
  406. -webkit-box-orient: vertical;
  407. -webkit-box-direction: normal;
  408. -webkit-flex-direction: column;
  409. flex-direction: column;
  410. }
  411. .popup-box .mian .delivery image {
  412. margin-top: 48rpx;
  413. width: 172rpx;
  414. height: 160rpx;
  415. }
  416. .popup-box .mian .nocancel {
  417. font-size: 32rpx;
  418. color: #333333;
  419. margin-top: 14rpx;
  420. }
  421. .popup-box .mian .comfirm-box {
  422. margin-top: 52rpx;
  423. display: -webkit-box;
  424. display: -webkit-flex;
  425. display: flex;
  426. }
  427. .popup-box .mian .comfirm-box .cancel {
  428. display: -webkit-box;
  429. display: -webkit-flex;
  430. display: flex;
  431. -webkit-box-align: center;
  432. -webkit-align-items: center;
  433. align-items: center;
  434. -webkit-box-pack: center;
  435. -webkit-justify-content: center;
  436. justify-content: center;
  437. width: 197rpx;
  438. height: 74rpx;
  439. border: 1px solid #dcc786;
  440. border-radius: 38rpx;
  441. font-size: 32rpx;
  442. color: #605128;
  443. }
  444. .popup-box .mian .comfirm-box .comfirm {
  445. margin-left: 32rpx;
  446. display: -webkit-box;
  447. display: -webkit-flex;
  448. display: flex;
  449. -webkit-box-align: center;
  450. -webkit-align-items: center;
  451. align-items: center;
  452. -webkit-box-pack: center;
  453. -webkit-justify-content: center;
  454. justify-content: center;
  455. width: 197rpx;
  456. height: 74rpx;
  457. background: -webkit-gradient(linear, right top, left top, from(#d1ba77), to(#f7e8ad));
  458. background: -webkit-linear-gradient(right, #d1ba77 0%, #f7e8ad 100%);
  459. background: linear-gradient(-90deg, #d1ba77 0%, #f7e8ad 100%);
  460. border-radius: 38px;
  461. font-size: 32rpx;
  462. color: #605128;
  463. }
  464. .outlogin {
  465. margin: 40rpx auto;
  466. width: 500rpx;
  467. background-color: #fff;
  468. color: #ff4c4b;
  469. border: 1px solid #ff4c4b;
  470. text-align: center;
  471. padding: 10rpx 0rpx;
  472. border-radius: 50rpx;
  473. }