my.scss 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699
  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: 24rpx;
  285. padding-top: 12rpx;
  286. padding-bottom: 12rpx;
  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: 55rpx;
  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: 24rpx;
  317. font-family: "PingFang SC-Bold";
  318. font-weight: 400;
  319. padding: 6rpx 16rpx;
  320. margin-right: 10rpx;
  321. margin-bottom: 10rpx;
  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-bottom: 0;
  335. margin-right: 10rpx;
  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: 218rpx;
  377. height: 96rpx;
  378. border-radius: 16rpx;
  379. border: 2rpx solid rgba(255, 255, 255, 0.1);
  380. padding: 10rpx 18rpx;
  381. background: url("../../static/me/box-bg-1.png") center center / 100% 100%;
  382. &.bom-item2{
  383. background: url("../../static/me/box-bg-2.png") center center / 100% 100%;
  384. }
  385. &.bom-item3{
  386. background: url("../../static/me/box-bg-3.png") center center / 100% 100%;
  387. }
  388. .bom-item-title {
  389. font-size: 24rpx;
  390. color: #fff;
  391. }
  392. .bom-item-subtitle {
  393. font-size: 20rpx;
  394. color: rgba(255, 255, 255, 0.5);
  395. }
  396. }
  397. }
  398. }
  399. }
  400. .vip-box {
  401. width: 100%;
  402. height: 96rpx;
  403. background: url("../../static/me/vip-box.png") center center / 100% auto;
  404. padding: 0 28rpx;
  405. box-sizing: border-box;
  406. display: flex;
  407. align-items: center;
  408. justify-content: space-between;
  409. transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  410. margin-bottom: 20rpx;
  411. &:active {
  412. transform: scale(0.98);
  413. box-shadow: 0 -1rpx 4rpx rgba(0, 0, 0, 0.05);
  414. }
  415. .vip-btn {
  416. width: 122rpx;
  417. height: 48rpx;
  418. background: linear-gradient(354deg, #acf934 0%, #e8ffc3 100%);
  419. border-radius: 28rpx;
  420. font-size: 24rpx;
  421. color: #1f1f1f;
  422. display: flex;
  423. align-items: center;
  424. justify-content: center;
  425. }
  426. > image {
  427. width: 44rpx;
  428. height: 44rpx;
  429. transition: all 0.3s ease;
  430. }
  431. .content-box {
  432. height: 100%;
  433. display: flex;
  434. align-items: center;
  435. color: #acf934;
  436. transition: all 0.3s ease;
  437. image {
  438. width: 34rpx;
  439. height: 34rpx;
  440. margin-right: 8rpx;
  441. transition: all 0.3s ease;
  442. }
  443. }
  444. }
  445. .thread {
  446. height: 210rpx;
  447. padding: 50rpx;
  448. font-size: 52rpx;
  449. color: #6e6a6a;
  450. padding-top: 80rpx;
  451. }
  452. .myinfo {
  453. width: 100%;
  454. display: flex;
  455. flex-direction: column;
  456. border-radius: 28rpx 28rpx 0 0;
  457. padding: 24rpx 20rpx;
  458. padding-top: 14rpx;
  459. justify-content: flex-start;
  460. box-sizing: border-box;
  461. background: #fff;
  462. .line {
  463. width: 100%;
  464. height: 2rpx;
  465. background: #f2f6f2;
  466. margin-bottom: 8rpx;
  467. margin-top: 32rpx;
  468. }
  469. .subtitle {
  470. display: flex;
  471. .item {
  472. padding: 0 43rpx;
  473. font-weight: 400;
  474. font-size: 28rpx;
  475. color: #999999;
  476. font-family: "PingFang SC-Medium";
  477. &.active {
  478. font-family: "PingFang SC-Bold";
  479. font-weight: 400;
  480. font-size: 28rpx;
  481. color: #1f1f1f;
  482. }
  483. }
  484. }
  485. .tablist {
  486. display: flex;
  487. justify-content: flex-start;
  488. box-sizing: border-box;
  489. background: #ffffff;
  490. .item {
  491. padding: 15rpx 38rpx;
  492. color: #1f1f1f;
  493. font-size: 28rpx;
  494. background: #f2f6f2;
  495. margin-right: 20rpx;
  496. border-radius: 30rpx;
  497. position: relative;
  498. left: 0;
  499. top: 0;
  500. line-height: 1;
  501. transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  502. // box-shadow: 0 2rpx 8rpx rgba(0, 0, 0, 0.05);
  503. &:active {
  504. transform: scale(0.95);
  505. // box-shadow: 0 1rpx 4rpx rgba(0, 0, 0, 0.05);
  506. }
  507. .indicator-triangle {
  508. position: absolute;
  509. bottom: -10rpx;
  510. left: 50%;
  511. transform: translateX(-50%);
  512. width: 0;
  513. height: 0;
  514. border-left: 10rpx solid transparent;
  515. border-right: 10rpx solid transparent;
  516. border-top: 10rpx solid #acf934;
  517. display: none;
  518. transition: all 0.3s ease;
  519. }
  520. &.active {
  521. background: #acf934;
  522. font-family: "CustomFont" !important;
  523. box-shadow: 0 4rpx 12rpx rgba(172, 249, 52, 0.3);
  524. .indicator-triangle {
  525. display: block;
  526. transform: translateX(-50%) scale(1.2);
  527. }
  528. }
  529. }
  530. }
  531. .numlist {
  532. display: flex;
  533. flex-direction: row;
  534. justify-content: center;
  535. align-items: center;
  536. .item {
  537. display: flex;
  538. justify-content: center;
  539. padding: 20rpx;
  540. border-radius: 38rpx;
  541. width: 316rpx;
  542. height: 186rpx;
  543. image {
  544. width: 64rpx;
  545. }
  546. .num {
  547. color: #fff;
  548. font-size: 36rpx;
  549. text-align: center;
  550. display: flex;
  551. flex-direction: column;
  552. justify-content: center;
  553. align-items: center;
  554. .name {
  555. font-size: 28rpx;
  556. color: #bababa;
  557. margin-top: 12rpx;
  558. }
  559. }
  560. }
  561. }
  562. .numlist1 {
  563. display: grid;
  564. grid-template-columns: repeat(2, 1fr);
  565. }
  566. .numlist2 {
  567. display: grid;
  568. grid-template-columns: repeat(2, 1fr);
  569. .num {
  570. position: relative;
  571. left: 0;
  572. top: 0;
  573. transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  574. &.clickable {
  575. cursor: pointer;
  576. box-shadow: 0 2rpx 8rpx rgba(0, 0, 0, 0.05);
  577. &:active {
  578. transform: scale(0.98);
  579. box-shadow: 0 1rpx 4rpx rgba(0, 0, 0, 0.05);
  580. }
  581. }
  582. .incomplete-bg {
  583. position: absolute;
  584. left: 0;
  585. top: 0;
  586. width: 346rpx;
  587. height: 520rpx;
  588. transition: all 0.3s ease;
  589. border-radius: 16rpx;
  590. }
  591. .incomplete-bg2 {
  592. position: absolute;
  593. left: 0;
  594. top: 50%;
  595. width: 346rpx;
  596. transform: translateY(-50%);
  597. transition: all 0.3s ease;
  598. border-radius: 16rpx;
  599. }
  600. .maskLayer {
  601. background: rgba(0, 0, 0, 0.4);
  602. position: absolute;
  603. left: 0;
  604. top: 0;
  605. width: 346rpx;
  606. height: 520rpx;
  607. transition: all 0.3s ease;
  608. border-radius: 16rpx;
  609. }
  610. .queue-status {
  611. position: absolute;
  612. left: 0;
  613. top: 0;
  614. width: 346rpx;
  615. height: 520rpx;
  616. color: #fff;
  617. transition: all 0.3s ease;
  618. .status-text {
  619. position: absolute;
  620. left: 0;
  621. top: 0;
  622. width: 100%;
  623. height: 100%;
  624. display: flex;
  625. justify-content: center;
  626. align-items: center;
  627. transition: all 0.3s ease;
  628. .state-img {
  629. height: 104rpx;
  630. width: 220rpx;
  631. position: absolute;
  632. left: 50%;
  633. top: 50%;
  634. transform: translate(-50%, -50%);
  635. transition: all 0.3s ease;
  636. }
  637. }
  638. }
  639. .name {
  640. transition: all 0.3s ease;
  641. }
  642. }
  643. .loading-more,
  644. .no-more {
  645. text-align: center;
  646. padding: 20rpx 0;
  647. color: #999;
  648. font-size: 28rpx;
  649. }
  650. }
  651. .btn_submit {
  652. width: 660rpx;
  653. height: 96rpx;
  654. margin: 0 auto;
  655. border: 2rpx solid #404040;
  656. border-radius: 28rpx;
  657. font-weight: bold;
  658. font-size: 32rpx;
  659. color: #ff2a95;
  660. display: flex;
  661. flex-direction: row;
  662. justify-content: center;
  663. align-items: center;
  664. }
  665. .blankHeight {
  666. height: 100rpx;
  667. position: absolute;
  668. left: 50%;
  669. top: 50%;
  670. transform: translate(-50%, -50%);
  671. }
  672. }
  673. .reserveASeatBom {
  674. width: 100%;
  675. height: calc(var(--window-bottom) + 200rpx);
  676. }