index.module.less 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912
  1. .creationBg{
  2. position: fixed;
  3. z-index: -1;
  4. width: 100%;
  5. height: 100%;
  6. min-height: 100vh;
  7. top: 0;
  8. left: 0;
  9. background: url("./images/bg.png") no-repeat;
  10. background-size: 100% 100%;
  11. }
  12. .creation{
  13. :global{
  14. .van-nav-bar .van-icon{
  15. color: #ffffff;
  16. }
  17. }
  18. &.isScreenScroll,&.isShareScreenScroll{
  19. :global{
  20. .van-nav-bar .van-icon{
  21. color: #333333;
  22. }
  23. }
  24. }
  25. }
  26. .singer{
  27. text-align: center;
  28. font-weight: 400;
  29. font-size: 14px;
  30. color: rgba(255,255,255,0.7);
  31. line-height: 20px;
  32. margin-bottom: 14vh;
  33. }
  34. .playSection{
  35. height: 210px;
  36. position: relative;
  37. &::after{
  38. position: absolute;
  39. content: "";
  40. width: 100%;
  41. height: 40px;
  42. bottom: -40px;
  43. left: 0;
  44. background: linear-gradient( 180deg, #444B68 0%, rgba(57,77,95,0) 100%);
  45. pointer-events: none;
  46. }
  47. :global {
  48. .plyr {
  49. width: 100%;
  50. height: 100%;
  51. z-index: initial;
  52. .plyr__controls{
  53. background: initial;
  54. padding: 0 12px 2px;
  55. opacity: 1 !important;
  56. transform: translateY(0) !important;
  57. pointer-events: initial !important;
  58. .plyr__controls__item.plyr__progress__container{
  59. input[type=range]{
  60. color: #73C1FF;
  61. height: 10px;
  62. }
  63. input[type="range"]::-webkit-slider-runnable-track {
  64. height: 2px;
  65. }
  66. input[type="range"]::-webkit-slider-thumb {
  67. width: 6px;
  68. height: 6px;
  69. margin-top: -2px;
  70. box-shadow: initial;
  71. }
  72. .plyr__progress__buffer{
  73. height: 2px;
  74. color: rgba(115,193,255,0.8);
  75. background-color: #fff;
  76. margin-top: -1px;
  77. }
  78. }
  79. .plyr__controls__item.plyr__time{
  80. display: none;
  81. }
  82. .plyr__controls__item.plyr__control{
  83. display: none;
  84. }
  85. }
  86. }
  87. }
  88. .videoBox{
  89. width: 100%;
  90. height: 100%;
  91. }
  92. .audioBox{
  93. width: 100%;
  94. height: 100%;
  95. background: url("./images/audioBg.png") no-repeat;
  96. background-size: 100% 100%;
  97. position: relative;
  98. overflow: hidden;
  99. .audioBga {
  100. position: absolute;
  101. left: 50%;
  102. top: 50%;
  103. transform: translate(-50%, -60%);
  104. width: 100%;
  105. height: 82%;
  106. }
  107. .audioBga1 {
  108. position: absolute;
  109. left: 0;
  110. top: 16px;
  111. width: 94px;
  112. }
  113. .audioBga2 {
  114. width: 192px;
  115. position: absolute;
  116. right: -24px;
  117. top: 0;
  118. }
  119. :global {
  120. .plyr {
  121. position: absolute;
  122. height: initial;
  123. left: 0;
  124. bottom: 0;
  125. z-index: 2;
  126. }
  127. }
  128. .audioVisualizer{
  129. position: absolute;
  130. top: 50%;
  131. left: 50%;
  132. transform: translate(-50%,-50%);
  133. width: 280px;
  134. height: 55px;
  135. }
  136. }
  137. .playLarge{
  138. position: absolute;
  139. left: 50%;
  140. top: 50%;
  141. transform: translate(-50%, -50%);
  142. width: 48px;
  143. height: 48px;
  144. background: url("./images/midPlay.png") no-repeat;
  145. background-size: 100% 100%;
  146. z-index: 12;
  147. display: none;
  148. &.playIngShow{
  149. display: initial;
  150. }
  151. }
  152. .mediaTimeCon{
  153. display: none;
  154. position: absolute;
  155. top: 0;
  156. left: 0;
  157. width: 100%;
  158. height: 100%;
  159. background-color: rgba(0, 0, 0, .3);
  160. }
  161. &.mediaTimeShow{
  162. .mediaTimeCon{
  163. display: block;
  164. }
  165. }
  166. .mediaTime{
  167. position: absolute;
  168. left: 50%;
  169. transform: translateX(-50%);
  170. bottom: 95px;
  171. display: flex;
  172. font-weight: 500;
  173. font-size: 16px;
  174. color: #B8E8FF;
  175. line-height: 20px;
  176. z-index: 10;
  177. text-shadow: 0px 1px 1px rgba(0,0,0,0.5);
  178. & div:first-child{
  179. width: 50px;
  180. text-align: right;
  181. }
  182. .note{
  183. margin: 0 4px;
  184. }
  185. .duration{
  186. color: #fff;
  187. }
  188. }
  189. .landscapeScreen{
  190. width: 32px;
  191. height: 32px;
  192. position: absolute;
  193. background: url("./images/Landscape.png") no-repeat;
  194. background-size: 26px 26px;
  195. background-position: center center;
  196. right: 7px;
  197. top: 7px;
  198. z-index: 15;
  199. }
  200. .staffBoxCon{
  201. position: absolute;
  202. width: 100%;
  203. height: 100%;
  204. left: 0;
  205. top: 0;
  206. z-index: 1;
  207. overflow: hidden;
  208. visibility: hidden;
  209. &.staffBoxShow{
  210. visibility: initial;
  211. }
  212. }
  213. .staffBox{
  214. width: 100%;
  215. height: calc(var(--staffBoxHeight) + 12px);
  216. position: absolute;
  217. bottom: 0;
  218. padding-bottom: 12px;
  219. background: linear-gradient( 180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 100%);
  220. .staff{
  221. width: 100%;
  222. height: 100%;
  223. padding-left: 10px;
  224. }
  225. .mask{
  226. position: absolute;
  227. z-index: 6;
  228. width: 100%;
  229. height: 100%;
  230. }
  231. }
  232. }
  233. .musicSection {
  234. width: 100%;
  235. min-height: calc(var(--creationHeight, 100vh) - var(--barheight) - 20px - 14vh - 210px - 55px - 80px);
  236. display: flex;
  237. flex-direction: column;
  238. justify-content: flex-end;
  239. padding: 10px 12px 0;
  240. .avatarInfoBox{
  241. display: flex;
  242. justify-content: space-between;
  243. align-items: center;
  244. .avatar{
  245. display: flex;
  246. align-items: center;
  247. .userLogo{
  248. width: 44px;
  249. height: 44px;
  250. border: 1px solid #FFFFFF;
  251. margin-right: 10px;
  252. border-radius: 50%;
  253. overflow: hidden;
  254. }
  255. .infoCon{
  256. .info{
  257. display: flex;
  258. align-items: center;
  259. .userName{
  260. font-weight: 500;
  261. font-size: 16px;
  262. color: #FFFFFF;
  263. line-height: 22px;
  264. overflow: hidden;
  265. white-space: nowrap;
  266. text-overflow: ellipsis;
  267. max-width: 160px;
  268. }
  269. .iconMember{
  270. margin-left: 6px;
  271. width: 14px;
  272. height: 14px;
  273. }
  274. }
  275. .sub{
  276. margin-top: 2px;
  277. font-weight: 400;
  278. font-size: 12px;
  279. color: #FFFFFF;
  280. line-height: 17px;
  281. }
  282. }
  283. }
  284. .linkes{
  285. display: flex;
  286. align-items: center;
  287. border-radius: 13px;
  288. padding: 4px 8px 3px;
  289. background-color: rgba(255,255,255,.12);
  290. font-weight: 400;
  291. font-size: 14px;
  292. color: #FFFFFF;
  293. .iconZan{
  294. width: 18px;
  295. height: 18px;
  296. margin-right: 2px;
  297. }
  298. }
  299. }
  300. .textEllipsis{
  301. margin-top: 10px;
  302. font-weight: 400;
  303. font-size: 14px;
  304. color: #FFFFFF;
  305. line-height: 20px;
  306. :global{
  307. .van-text-ellipsis__action{
  308. color: #5CCEFF;
  309. font-weight: 500;
  310. margin-left: 2px;
  311. &:active{
  312. opacity: 1;
  313. }
  314. }
  315. }
  316. }
  317. }
  318. .likeSection {
  319. margin: 20px 12px;
  320. background: rgba(255,255,255,.09);
  321. border-radius: 10px;
  322. padding: 12px 12px 0 12px;
  323. overflow: hidden;
  324. .likeTitle {
  325. display: flex;
  326. align-items: center;
  327. font-size: 17px;
  328. font-weight: 600;
  329. color: #ffffff;
  330. line-height: 24px;
  331. &::before {
  332. display: inline-block;
  333. content: '';
  334. width: 4px;
  335. height: 14px;
  336. border-radius: 2px;
  337. background: linear-gradient(to bottom, #5BECFF, #259CFE);
  338. margin-right: 6px;
  339. }
  340. }
  341. .likeItem {
  342. padding: 13px 0 16px;
  343. background-color: initial;
  344. border-bottom: 1px solid rgba(242,242,242,0.12);
  345. &.likeItemLast{
  346. border-bottom: none;
  347. }
  348. .userLogo {
  349. border-radius: 50%;
  350. overflow: hidden;
  351. width: 42px;
  352. height: 42px;
  353. margin-right: 7px;
  354. }
  355. .userInfo {
  356. .name {
  357. font-size: 16px;
  358. font-weight: 500;
  359. color: #ffffff;
  360. line-height: 22px;
  361. }
  362. .sub {
  363. padding-top: 2px;
  364. font-size: 13px;
  365. color: #ffffff;
  366. line-height: 18px;
  367. }
  368. }
  369. .time {
  370. font-weight: 400;
  371. font-size: 13px;
  372. color: #FFFFFF;
  373. line-height: 18px;
  374. }
  375. }
  376. .mEmpty{
  377. padding: 0;
  378. }
  379. .btnImg{
  380. display: flex;
  381. justify-content: center;
  382. margin-top: 3px;
  383. margin-bottom: 12px;
  384. &>img{
  385. width: 88px;
  386. height: 31px;
  387. &:active{
  388. opacity: 0.8;
  389. }
  390. }
  391. }
  392. }
  393. .upward{
  394. padding-top: 12px;
  395. display: flex;
  396. justify-content: center;
  397. height: 55px;
  398. background: linear-gradient( 180deg, rgba(20,39,85,0) 0%, rgba(24,46,85,0.77) 44%, #1B3454 100%);
  399. > img{
  400. width: 19px;
  401. height: 15px;
  402. }
  403. }
  404. .bottomSection {
  405. display: flex;
  406. align-items: center;
  407. justify-content: space-between;
  408. padding: 0 12px 0 20px;
  409. width: 100%;
  410. height: 80px;
  411. background: #1F1F1F;
  412. box-shadow: 0px -1px 10px 0px rgba(0,0,0,0.05);
  413. .bottomShare {
  414. display: flex;
  415. align-items: center;
  416. p {
  417. display: flex;
  418. flex-direction: column;
  419. align-items: center;
  420. justify-content: center;
  421. margin-right: 28px;
  422. &:last-child{
  423. margin-right: 0;
  424. }
  425. }
  426. img {
  427. width: 18px;
  428. height: 18px;
  429. }
  430. span {
  431. margin-top: 8px;
  432. font-weight: 400;
  433. font-size: 12px;
  434. color: #ffffff;
  435. line-height: 17px;
  436. }
  437. }
  438. .btnEdit {
  439. width: 80px;
  440. height: 30px;
  441. }
  442. }
  443. .popupContainer {
  444. width: 287px;
  445. background: rgba(255,255,255,0.31);
  446. border-radius: 12px !important;
  447. border: 1px solid rgba(255,252,252,0.53);
  448. padding: 9px 8px;
  449. overflow: initial;
  450. .prompt{
  451. width: 151px;
  452. height: 32px;
  453. position: absolute;
  454. top: -7px;
  455. left: 50%;
  456. transform: translateX(-50%);
  457. }
  458. .deleteBox{
  459. background: linear-gradient( 224deg, #ECF5FF 0%, #D5E8FF 100%);
  460. border-radius: 12px;
  461. padding: 37px 0 15px;
  462. }
  463. .popupContent {
  464. text-align: center;
  465. font-weight: 400;
  466. font-size: 16px;
  467. color: #334A64;
  468. line-height: 26px;
  469. }
  470. .popupBtnGroup {
  471. margin-top: 18px;
  472. display: flex;
  473. align-items: center;
  474. justify-content: center;
  475. >img{
  476. width: 118px;
  477. height: 37px;
  478. & + img{
  479. margin-left: 11px;
  480. }
  481. }
  482. }
  483. }
  484. // 分享样式
  485. .playSection.notLoaded{
  486. :global{
  487. .plyr .plyr__controls {
  488. display: none;
  489. }
  490. }
  491. }
  492. .logoDownload{
  493. display: flex;
  494. justify-content: space-between;
  495. align-items: center;
  496. padding: 10px 13px;
  497. position: relative;
  498. &::after{
  499. content: "";
  500. position: absolute;
  501. bottom: 0;
  502. left: 13px;
  503. width: calc(100% - 26px);
  504. height: 1px;
  505. background-color: rgba(255, 255, 255, 0.3) ;
  506. }
  507. .logoImg{
  508. width: 159px;
  509. height: 29px;
  510. }
  511. .logTit{
  512. font-weight: 400;
  513. font-size: 14px;
  514. color: #FFFFFF;
  515. line-height: 20px;
  516. padding: 2px 10px;
  517. border-radius: 20px;
  518. border: 1px solid rgba(255, 255, 255, 0.5);
  519. }
  520. }
  521. .isShareScreenScroll{
  522. .logoDownload{
  523. background-color: #ffffff;
  524. .logTit{
  525. background: linear-gradient( 90deg, #44C9FF 0%, #259CFE 100%);
  526. border: none;
  527. padding: 3px 11px;
  528. }
  529. }
  530. }
  531. .singerBox{
  532. height: 20vh;
  533. display: flex;
  534. flex-direction: column;
  535. justify-content: flex-end;
  536. .musicSheetName{
  537. width: 200px;
  538. margin: 0 auto 10px;
  539. :global{
  540. .van-notice-bar{
  541. padding: 0;
  542. height: 28px;
  543. font-weight: 600;
  544. font-size: 20px;
  545. color: #FFFFFF;
  546. line-height: 28px;
  547. .van-notice-bar__content{
  548. min-width: 100%;
  549. text-align: center;
  550. }
  551. }
  552. }
  553. }
  554. .singerName{
  555. text-align: center;
  556. font-weight: 400;
  557. font-size: 14px;
  558. color: rgba(255,255,255,0.7);
  559. line-height: 20px;
  560. margin-bottom: 10px;
  561. }
  562. }
  563. .musicShareSection{
  564. min-height: calc(var(--creationHeight, 100vh) - var(--barheight) - 20vh - 210px - 55px);
  565. }
  566. .likeShareItem{
  567. background-color: initial;
  568. padding: 0;
  569. margin-top: 25px;
  570. &:first-child{
  571. margin-top: 20px;
  572. }
  573. &.likeShareItemLast{
  574. padding-bottom: 20px;
  575. }
  576. .audioImgBox{
  577. position: relative;
  578. width: 51px;
  579. height: 51px;
  580. margin-right: 14px;
  581. .audioPan{
  582. position: absolute;
  583. width: 100%;
  584. height: 100%;
  585. right: -6px;
  586. top: 0;
  587. }
  588. .muploader{
  589. position: relative;
  590. z-index: 1;
  591. width: 100%;
  592. height: 100%;
  593. border-radius: 8.5px;
  594. }
  595. .imgLabel{
  596. position: absolute;
  597. right: 0;
  598. top: 0;
  599. width: 28px;
  600. height: 14px;
  601. z-index: 10;
  602. }
  603. }
  604. .userInfo{
  605. .musicSheetName{
  606. font-weight: 600;
  607. font-size: 16px;
  608. color: #FFFFFF;
  609. line-height: 22px;
  610. width: 200px;
  611. }
  612. .usernameCon{
  613. display: flex;
  614. align-items: center;
  615. margin-top: 6px;
  616. .likeNum{
  617. display: flex;
  618. align-items: center;
  619. border-radius: 3px;
  620. background-color: rgba(255,255,255,.22);
  621. padding: 1px 2px;
  622. img{
  623. width: 14px;
  624. height: 15px;
  625. }
  626. span{
  627. font-weight: 400;
  628. font-size: 10px;
  629. color: #FFFFFF;
  630. line-height: 1;
  631. margin-left: 2px;
  632. }
  633. }
  634. .username{
  635. max-width: 160px;
  636. margin-left: 4px;
  637. font-weight: 400;
  638. font-size: 13px;
  639. color: #DEDEDE;
  640. line-height: 13px;
  641. }
  642. }
  643. }
  644. :global{
  645. .van-cell__value{
  646. display: flex;
  647. align-items: center;
  648. justify-content: flex-end;
  649. }
  650. }
  651. .playImg{
  652. width: 20px;
  653. height: 20px;
  654. }
  655. }
  656. .isEmpty{
  657. height: calc(var(--creationHeight, 100vh) - var(--barheight));
  658. display: flex;
  659. align-items: center;
  660. }
  661. // 平板样式
  662. .creation{
  663. &.creationTablet{
  664. .playSection{
  665. height: 340px;
  666. .audioBox {
  667. .audioBga{
  668. width: 80%;
  669. height: 62%;
  670. }
  671. }
  672. }
  673. .musicSection{
  674. min-height: calc(var(--creationHeight, 100vh) - var(--barheight) - 20px - 14vh - 340px - 55px - 80px);
  675. }
  676. .musicShareSection{
  677. min-height: calc(var(--creationHeight, 100vh) - var(--barheight) - 20vh - 340px - 55px);
  678. }
  679. .wxpopup{
  680. img{
  681. width: 54%;
  682. margin-right: 18px;
  683. }
  684. }
  685. }
  686. }
  687. @keyframes rotate {
  688. from {
  689. transform: rotate(0deg);
  690. }
  691. to {
  692. transform: rotate(360deg);
  693. }
  694. }
  695. .loadingPop {
  696. position: fixed;
  697. left: 0;
  698. top: 0;
  699. right: 0;
  700. bottom: 0;
  701. width: 100%;
  702. height: 100%;
  703. min-height: 100vh;
  704. display: flex;
  705. flex-direction: column;
  706. justify-content: center;
  707. align-items: center;
  708. z-index: 9999999;
  709. background: rgba(0, 0, 0, .5);
  710. .loadingCssBox{
  711. width: 27px;
  712. height: 27px;
  713. display: flex;
  714. justify-content: space-between;
  715. flex-wrap: wrap;
  716. align-content: space-between;
  717. margin-bottom: 24px;
  718. animation: rotate 1.5s linear infinite;
  719. .loadingCssItem{
  720. width: 11px;
  721. height: 11px;
  722. border-radius: 50%;
  723. background: #20BDFF;
  724. opacity: 0.5;
  725. &:nth-child(2){
  726. opacity:1;
  727. }
  728. }
  729. }
  730. .loadingTip {
  731. font-size: 14px;
  732. color: #fff;
  733. }
  734. }
  735. .wxpopup {
  736. width: 100%;
  737. height: 100%;
  738. min-height: 100vh;
  739. position: fixed;
  740. top: 0;
  741. left: 0;
  742. background: rgba(0, 0, 0, 0.5);
  743. z-index: 9999;
  744. text-align: right;
  745. img {
  746. width: 88%;
  747. margin-right: 6%;
  748. }
  749. }
  750. // :global{
  751. // .dialogMusicClass.van-dialog{
  752. // width: 300px;
  753. // .van-dialog__message{
  754. // font-weight: 500;
  755. // line-height: 24px;
  756. // }
  757. // }
  758. // }
  759. // 横屏样式
  760. .creation.creationTablet{
  761. .playSection.isLandscapeScreen{
  762. .audioBox {
  763. .audioBga{
  764. width: 72%;
  765. height: 56%;
  766. }
  767. }
  768. }
  769. }
  770. .playSection.isLandscapeScreen{
  771. overflow: hidden;
  772. position: fixed;
  773. top: 0;
  774. left: 0;
  775. bottom: 0;
  776. right: 0;
  777. width: 100%;
  778. height: 100%;
  779. min-height: 100vh;
  780. z-index: 1000;
  781. .landscapeScreen{
  782. display: none;
  783. }
  784. :global {
  785. .plyr{
  786. .plyr__controls{
  787. padding: 0 20px 20px;
  788. .plyr__controls__item.plyr__control{
  789. display: block;
  790. padding: 0;
  791. width: 18px;
  792. height: 18px;
  793. &:hover{
  794. background: initial;
  795. }
  796. .icon--pressed{
  797. width: 100%;
  798. height: 100%;
  799. background: url("./images/pause1.png") no-repeat;
  800. background-size: 100% 100%;
  801. use{
  802. display: none;
  803. }
  804. }
  805. .icon--not-pressed{
  806. width: 100%;
  807. height: 100%;
  808. background: url("./images/play1.png") no-repeat;
  809. background-size: 100% 100%;
  810. use{
  811. display: none;
  812. }
  813. }
  814. }
  815. .plyr__controls__item.plyr__progress__container{
  816. margin-left: 9px;
  817. input[type=range]{
  818. color: #73C1FF;
  819. height: 20px;
  820. }
  821. input[type="range"]::-webkit-slider-runnable-track {
  822. height: 4px;
  823. }
  824. input[type="range"]::-webkit-slider-thumb {
  825. width: 12px;
  826. height: 12px;
  827. margin-top: -4px;
  828. box-shadow: initial;
  829. }
  830. .plyr__progress__buffer{
  831. height: 4px;
  832. color: rgba(115,193,255,0.8);
  833. background-color: #fff;
  834. margin-top: -2px;
  835. }
  836. }
  837. .plyr__controls__item.plyr__time{
  838. font-weight: 500;
  839. font-size: 14px;
  840. color: #FFFFFF;
  841. display: initial;
  842. &.plyr__time--current{
  843. margin-left: 9px;
  844. }
  845. }
  846. }
  847. }
  848. }
  849. .backBox{
  850. position: absolute;
  851. left: 30px;
  852. top: 20px;
  853. display: flex;
  854. z-index: 10;
  855. .backImg{
  856. width: 32px;
  857. height: 32px;
  858. }
  859. .musicDetail{
  860. margin-left: 20px;
  861. .musicSheetName{
  862. width: 300px;
  863. margin-top: 4px;
  864. :global{
  865. .van-notice-bar{
  866. padding: 0;
  867. height: 20px;
  868. font-weight: 600;
  869. font-size: 18px;
  870. color: #FFFFFF;
  871. line-height: 20px;
  872. }
  873. }
  874. }
  875. .username{
  876. margin-top: 2px;
  877. font-weight: 400;
  878. font-size: 12px;
  879. color: rgba(255, 255, 255, 0.7);
  880. line-height: 18px
  881. }
  882. }
  883. }
  884. .staffBox{
  885. height: calc(var(--staffBoxHeight) + 44px);
  886. padding-bottom: 44px;
  887. .staff{
  888. padding-left: 20px;
  889. }
  890. }
  891. }