index.module.less 18 KB

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