my.scss 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706
  1. page {
  2. background-color: #fff;
  3. }
  4. .page {
  5. background-color: #fff;
  6. width: 100%;
  7. min-height: 100vh;
  8. }
  9. .reserveASeat {
  10. width: 100%;
  11. height: calc(var(--status-bar-height));
  12. }
  13. .topBody {
  14. width: 750rpx;
  15. }
  16. .header {
  17. background-position: center;
  18. background-size: auto 100%;
  19. min-height: calc(800rpx + var(--status-bar-height));
  20. // margin-bottom:-80rpx ;
  21. .header-box {
  22. width: 100%;
  23. height: 100%;
  24. min-height: calc(800rpx + var(--status-bar-height));
  25. padding: 20rpx;
  26. padding-top: 48rpx;
  27. background-position: center bottom;
  28. background-size: 100% auto;
  29. }
  30. .card-box {
  31. width: 100%;
  32. min-height: 490rpx;
  33. position: relative;
  34. left: 0;
  35. top: 0%;
  36. overflow: hidden;
  37. .card-top {
  38. height: 410rpx;
  39. width: 100%;
  40. background: url("../../static/me/my-card-bg.png") top center / 100% auto,
  41. #fff;
  42. position: absolute;
  43. top: 0%;
  44. left: 0;
  45. z-index: 5;
  46. padding: 24rpx 0;
  47. padding-top: 16rpx;
  48. box-sizing: border-box;
  49. border-radius: 25rpx;
  50. .top-box {
  51. display: flex;
  52. justify-content: space-between;
  53. align-items: center;
  54. // padding-top: 8rpx;
  55. background: url("../../static/me/car-top-bg-center.png") top center/
  56. 146rpx 50rpx no-repeat;
  57. padding-right: 24rpx;
  58. padding-left: 24rpx;
  59. .hello-box {
  60. font-family: "CustomFont" !important;
  61. font-size: 36rpx;
  62. font-weight: 700;
  63. }
  64. .settingBtn-box {
  65. width: 148rpx;
  66. display: flex;
  67. align-items: center;
  68. justify-content: space-between;
  69. image {
  70. width: 64rpx;
  71. height: 64rpx;
  72. }
  73. }
  74. }
  75. .userinfo-box {
  76. min-height: 120rpx;
  77. width: 100%;
  78. display: flex;
  79. padding-right: 24rpx;
  80. padding-left: 24rpx;
  81. padding-top: 18rpx;
  82. .avator {
  83. width: 120rpx;
  84. height: 120rpx;
  85. margin-right: 16rpx;
  86. }
  87. .userinfo-right {
  88. .nickname {
  89. font-weight: bold;
  90. margin-bottom: 0rpx;
  91. display: flex;
  92. flex-direction: row;
  93. justify-content: flex-start;
  94. align-items: center;
  95. display: flex;
  96. padding-bottom: 12rpx;
  97. > text {
  98. max-width: 380rpx;
  99. font-family: "PingFang SC-Bold";
  100. font-weight: 400;
  101. font-size: 36rpx;
  102. }
  103. image {
  104. width: 36rpx;
  105. margin-left: 8rpx;
  106. margin-right: 10rpx;
  107. }
  108. .level {
  109. font-weight: 400;
  110. font-size: 22rpx;
  111. font-family: "PingFang SC-Bold";
  112. background: linear-gradient(360deg, #acf934 0%, #ffe439 100%);
  113. border-radius: 8rpx;
  114. padding: 2rpx 8rpx;
  115. }
  116. }
  117. .label {
  118. height: 40rpx;
  119. // height: 110rpx;
  120. overflow: hidden;
  121. > view {
  122. color: #acf934;
  123. font-family: "PingFang SC-Medium";
  124. font-weight: 400;
  125. font-size: 24rpx;
  126. background: #1f1f1f;
  127. border-radius: 6px 6px 6px 6px;
  128. display: inline-block;
  129. margin-right: 10rpx;
  130. margin-bottom: 10rpx;
  131. padding: 6rpx 16rpx;
  132. }
  133. }
  134. }
  135. }
  136. .intro_row {
  137. width: 100%;
  138. display: flex;
  139. align-items: center;
  140. padding-right: 24rpx;
  141. padding-left: 24rpx;
  142. padding-top: 12rpx;
  143. padding-bottom: 12rpx;
  144. .intro_text {
  145. color: #1f1f1f;
  146. font-size: 24rpx;
  147. font-family: "PingFang SC-Bold";
  148. font-weight: 400;
  149. padding-right: 0rpx;
  150. ::v-deep.uv-text__value {
  151. font-size: 26rpx !important;
  152. }
  153. }
  154. .add_icon {
  155. width: 28rpx;
  156. margin-left: 10rpx;
  157. }
  158. }
  159. .line {
  160. width: 100%;
  161. height: 2rpx;
  162. background-color: #f2f6f2;
  163. margin: 10rpx 0;
  164. margin-bottom: 20rpx;
  165. }
  166. .bom {
  167. display: flex;
  168. align-items: center;
  169. justify-content: space-between;
  170. padding-right: 24rpx;
  171. padding-left: 24rpx;
  172. .follow_info {
  173. display: flex;
  174. align-items: center;
  175. justify-content: space-between;
  176. max-width: 300rpx;
  177. .follow-box {
  178. display: flex;
  179. flex-direction: column;
  180. align-items: center;
  181. justify-content: center;
  182. text-align: center;
  183. }
  184. .num {
  185. width: 100%;
  186. font-size: 36rpx;
  187. font-weight: bold;
  188. color: #333;
  189. }
  190. .label {
  191. width: 100%;
  192. font-size: 24rpx;
  193. color: #999;
  194. }
  195. .separator {
  196. width: 2rpx;
  197. height: 24rpx;
  198. background-color: #e5e5e5;
  199. margin: 0 30rpx;
  200. }
  201. }
  202. .points-box {
  203. display: flex;
  204. justify-content: space-between;
  205. .points {
  206. display: flex;
  207. align-items: center;
  208. background: #f2f6f2;
  209. border-radius: 30rpx;
  210. padding: 6rpx 12rpx 6rpx 8rpx;
  211. &:first-child {
  212. margin-right: 18rpx;
  213. }
  214. image {
  215. width: 40rpx;
  216. height: 40rpx;
  217. }
  218. text {
  219. display: inline-block;
  220. padding-left: 4rpx;
  221. line-height: 0;
  222. }
  223. }
  224. }
  225. }
  226. .follow_info {
  227. // display: none;
  228. }
  229. }
  230. }
  231. .benner-box {
  232. .setUp-box {
  233. display: flex;
  234. align-items: center;
  235. justify-content: space-between;
  236. .my-box {
  237. font-family: "CustomFont" !important;
  238. font-size: 36rpx;
  239. font-weight: 700;
  240. color: #fff;
  241. }
  242. .settingBtn-box {
  243. width: 148rpx;
  244. display: flex;
  245. align-items: center;
  246. justify-content: space-between;
  247. image {
  248. width: 64rpx;
  249. height: 64rpx;
  250. }
  251. }
  252. }
  253. .profilePicture-box {
  254. display: flex;
  255. align-items: center;
  256. justify-content: flex-start;
  257. padding-top: 60rpx;
  258. padding-bottom: 28rpx;
  259. .avator {
  260. width: 156rpx;
  261. height: 156rpx;
  262. margin-right: 16rpx;
  263. }
  264. .one-omit {
  265. max-width: 400rpx;
  266. font-size: 40rpx;
  267. font-family: "PingFang SC-Bold";
  268. font-weight: 400;
  269. color: #fff;
  270. }
  271. .profilePicture-box-right {
  272. image {
  273. width: 80rpx;
  274. height: 38rpx;
  275. margin-top: 10rpx;
  276. }
  277. }
  278. }
  279. .intro_row {
  280. width: 100%;
  281. display: flex;
  282. align-items: center;
  283. padding-right: 24rpx;
  284. padding-left: 0;
  285. padding-top: 12rpx;
  286. padding-bottom: 24rpx;
  287. color: #fff;
  288. .intro_text {
  289. color: #fff;
  290. font-size: 24rpx;
  291. font-family: "PingFang SC-Bold";
  292. font-weight: 400;
  293. padding-right: 0rpx;
  294. ::v-deep.uv-text__value {
  295. font-size: 26rpx !important;
  296. }
  297. }
  298. .add_icon {
  299. width: 28rpx;
  300. margin-left: 10rpx;
  301. }
  302. }
  303. .label-box {
  304. display: flex;
  305. flex-wrap: wrap;
  306. align-items: center;
  307. height: 50rpx;
  308. width: 100%;
  309. overflow: hidden;
  310. .label-item {
  311. background: rgba(255, 255, 255, 0.1);
  312. border-radius: 12rpx;
  313. border: 2rpx solid rgba(255, 255, 255, 0.1);
  314. display: inline-block;
  315. color: #fff;
  316. font-size: 20rpx;
  317. font-family: "PingFang SC-Bold";
  318. font-weight: 400;
  319. padding: 6rpx 16rpx;
  320. margin-right: 10rpx;
  321. margin-bottom: 20rpx;
  322. image {
  323. width: 30rpx;
  324. }
  325. &.sex-item {
  326. border-radius: 50%;
  327. width: 40rpx;
  328. height: 40rpx;
  329. display: inline-flex;
  330. align-items: center;
  331. justify-content: center;
  332. padding: 0;
  333. margin-right: 0;
  334. margin-right: 10rpx;
  335. margin-bottom: 20rpx;
  336. }
  337. }
  338. }
  339. .follow_info {
  340. display: flex;
  341. align-items: center;
  342. justify-content: space-between;
  343. max-width: 300rpx;
  344. padding-bottom: 28rpx;
  345. padding-top: 28rpx;
  346. .follow-box {
  347. display: flex;
  348. flex-direction: column;
  349. align-items: center;
  350. justify-content: center;
  351. text-align: center;
  352. }
  353. .num {
  354. width: 100%;
  355. font-size: 36rpx;
  356. font-weight: bold;
  357. color: #fff;
  358. }
  359. .label {
  360. width: 100%;
  361. font-size: 24rpx;
  362. color: rgba(255, 255, 255, 0.5);
  363. }
  364. .separator {
  365. width: 2rpx;
  366. height: 24rpx;
  367. background-color: #e5e5e5;
  368. margin: 0 30rpx;
  369. }
  370. }
  371. .bom-box {
  372. display: flex;
  373. align-items: center;
  374. justify-content: space-between;
  375. .bom-item {
  376. width: 228rpx;
  377. height: 96rpx;
  378. border-radius: 16rpx;
  379. // border: 2rpx solid rgba(255, 255, 255, 0.1);
  380. padding: 14rpx 18rpx;
  381. padding-bottom: 18rpx;
  382. display: flex;
  383. flex-direction: column;
  384. justify-content: space-between;
  385. background: url("../../static/me/box-bg-1.png") center center / 100%
  386. 100%;
  387. &.bom-item2 {
  388. background: url("../../static/me/box-bg-2.png") center center / 100%
  389. 100%;
  390. }
  391. &.bom-item3 {
  392. background: url("../../static/me/box-bg-3.png") center center / 100%
  393. 100%;
  394. }
  395. .bom-item-title {
  396. font-size: 26rpx;
  397. color: #fff;
  398. }
  399. .bom-item-subtitle {
  400. font-size: 22rpx;
  401. color: rgba(255, 255, 255, 0.5);
  402. }
  403. }
  404. }
  405. }
  406. }
  407. .vip-box {
  408. width: 100%;
  409. height: 96rpx;
  410. background: url("../../static/me/vip-box.png") center center / 100% auto;
  411. padding: 0 28rpx;
  412. box-sizing: border-box;
  413. display: flex;
  414. align-items: center;
  415. justify-content: space-between;
  416. transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  417. margin-bottom: 20rpx;
  418. &:active {
  419. transform: scale(0.98);
  420. // box-shadow: 0 -1rpx 4rpx rgba(0, 0, 0, 0.05);
  421. }
  422. .vip-btn {
  423. width: 122rpx;
  424. height: 48rpx;
  425. background: linear-gradient(354deg, #acf934 0%, #e8ffc3 100%);
  426. border-radius: 28rpx;
  427. font-size: 24rpx;
  428. color: #1f1f1f;
  429. display: flex;
  430. align-items: center;
  431. justify-content: center;
  432. }
  433. > image {
  434. width: 44rpx;
  435. height: 44rpx;
  436. transition: all 0.3s ease;
  437. }
  438. .content-box {
  439. height: 100%;
  440. display: flex;
  441. align-items: center;
  442. color: #acf934;
  443. transition: all 0.3s ease;
  444. image {
  445. width: 34rpx;
  446. height: 34rpx;
  447. margin-right: 8rpx;
  448. transition: all 0.3s ease;
  449. }
  450. }
  451. }
  452. .thread {
  453. height: 210rpx;
  454. padding: 50rpx;
  455. font-size: 52rpx;
  456. color: #6e6a6a;
  457. padding-top: 80rpx;
  458. }
  459. .myinfo {
  460. width: 100%;
  461. display: flex;
  462. flex-direction: column;
  463. border-radius: 28rpx 28rpx 0 0;
  464. padding: 24rpx 20rpx;
  465. padding-top: 14rpx;
  466. justify-content: flex-start;
  467. box-sizing: border-box;
  468. background: #fff;
  469. .line {
  470. width: 100%;
  471. height: 2rpx;
  472. background: #f2f6f2;
  473. margin-bottom: 8rpx;
  474. margin-top: 10rpx;
  475. }
  476. .subtitle {
  477. display: flex;
  478. .item {
  479. // margin: 0 43rpx;
  480. margin-right: 43rpx;
  481. margin-left: 20rpx;
  482. font-weight: 400;
  483. font-size: 28rpx;
  484. color: #999999;
  485. font-family: "PingFang SC-Medium";
  486. // display: flex;
  487. // align-items: center;
  488. // justify-content: flex-start;
  489. &.active {
  490. font-family: "PingFang SC-Bold";
  491. font-weight: 400;
  492. font-size: 28rpx;
  493. color: #1f1f1f;
  494. }
  495. }
  496. }
  497. .tablist {
  498. display: flex;
  499. justify-content: flex-start;
  500. box-sizing: border-box;
  501. background: #ffffff;
  502. padding-left: 20rpx;
  503. .item {
  504. padding: 15rpx 0;
  505. color: #1f1f1f;
  506. font-size: 28rpx;
  507. margin-right: 64rpx;
  508. border-radius: 30rpx;
  509. position: relative;
  510. left: 0;
  511. top: 0;
  512. line-height: 1;
  513. transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  514. // box-shadow: 0 2rpx 8rpx rgba(0, 0, 0, 0.05);
  515. transition: all 0.5s;
  516. ::after {
  517. content: "";
  518. position: absolute;
  519. right: -15rpx;
  520. top: 0;
  521. width: 96rpx;
  522. height: 48rpx;
  523. background-image: url("../../static/me/wd_img_qiehuan.png");
  524. background-size: auto 100%;
  525. background-repeat: no-repeat;
  526. opacity: 0;
  527. }
  528. &.active {
  529. color: #1f1f1f;
  530. // text {
  531. font-family: "CustomFont";
  532. // }
  533. ::after {
  534. opacity: 0.7;
  535. }
  536. }
  537. }
  538. }
  539. .numlist {
  540. display: flex;
  541. flex-direction: row;
  542. justify-content: center;
  543. align-items: center;
  544. .item {
  545. display: flex;
  546. justify-content: center;
  547. padding: 20rpx;
  548. border-radius: 38rpx;
  549. width: 316rpx;
  550. height: 186rpx;
  551. image {
  552. width: 64rpx;
  553. }
  554. .num {
  555. color: #fff;
  556. font-size: 36rpx;
  557. text-align: center;
  558. display: flex;
  559. flex-direction: column;
  560. justify-content: center;
  561. align-items: center;
  562. .name {
  563. font-size: 28rpx;
  564. color: #bababa;
  565. margin-top: 12rpx;
  566. }
  567. }
  568. }
  569. }
  570. .numlist1 {
  571. display: grid;
  572. grid-template-columns: repeat(2, 1fr);
  573. }
  574. .numlist2 {
  575. display: grid;
  576. grid-template-columns: repeat(2, 1fr);
  577. .num {
  578. position: relative;
  579. left: 0;
  580. top: 0;
  581. transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  582. &.clickable {
  583. cursor: pointer;
  584. // box-shadow: 0 2rpx 8rpx rgba(0, 0, 0, 0.05);
  585. &:active {
  586. transform: scale(0.98);
  587. // box-shadow: 0 1rpx 4rpx rgba(0, 0, 0, 0.05);
  588. }
  589. }
  590. .incomplete-bg {
  591. position: absolute;
  592. left: 0;
  593. top: 0;
  594. width: 346rpx;
  595. height: 520rpx;
  596. transition: all 0.3s ease;
  597. border-radius: 16rpx;
  598. }
  599. .incomplete-bg2 {
  600. position: absolute;
  601. left: 0;
  602. top: 50%;
  603. width: 346rpx;
  604. transform: translateY(-50%);
  605. transition: all 0.3s ease;
  606. border-radius: 16rpx;
  607. }
  608. .maskLayer {
  609. background: rgba(0, 0, 0, 0.4);
  610. position: absolute;
  611. left: 0;
  612. top: 0;
  613. width: 346rpx;
  614. height: 520rpx;
  615. transition: all 0.3s ease;
  616. border-radius: 16rpx;
  617. }
  618. .queue-status {
  619. position: absolute;
  620. left: 0;
  621. top: 0;
  622. width: 346rpx;
  623. height: 520rpx;
  624. color: #fff;
  625. transition: all 0.3s ease;
  626. .status-text {
  627. position: absolute;
  628. left: 0;
  629. top: 0;
  630. width: 100%;
  631. height: 100%;
  632. display: flex;
  633. justify-content: center;
  634. align-items: center;
  635. transition: all 0.3s ease;
  636. .state-img {
  637. height: 104rpx;
  638. width: 220rpx;
  639. position: absolute;
  640. left: 50%;
  641. top: 50%;
  642. transform: translate(-50%, -50%);
  643. transition: all 0.3s ease;
  644. }
  645. }
  646. }
  647. .name {
  648. transition: all 0.3s ease;
  649. }
  650. }
  651. .loading-more,
  652. .no-more {
  653. text-align: center;
  654. padding: 20rpx 0;
  655. color: #999;
  656. font-size: 28rpx;
  657. }
  658. }
  659. .btn_submit {
  660. width: 660rpx;
  661. height: 96rpx;
  662. margin: 0 auto;
  663. border: 2rpx solid #404040;
  664. border-radius: 28rpx;
  665. font-weight: bold;
  666. font-size: 32rpx;
  667. color: #ff2a95;
  668. display: flex;
  669. flex-direction: row;
  670. justify-content: center;
  671. align-items: center;
  672. }
  673. .blankHeight {
  674. height: 100rpx;
  675. position: absolute;
  676. left: 50%;
  677. top: 50%;
  678. transform: translate(-50%, -50%);
  679. }
  680. }
  681. .reserveASeatBom {
  682. width: 100%;
  683. height: calc(var(--window-bottom) + 200rpx);
  684. }