my.scss 16 KB

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