new-index.module.less 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700
  1. .detail {
  2. overflow: hidden;
  3. display: flex;
  4. flex-direction: column;
  5. --van-nav-bar-background-color: transparent;
  6. --van-nav-bar-icon-color: #fff;
  7. --van-nav-bar-text-color: #fff;
  8. --van-nav-bar-title-text-color: #fff;
  9. --van-overlay-background-color: rgba(0, 0, 0, 0.6);
  10. height: 100vh;
  11. --plyr-color-main: #ff436a;
  12. --plyr-control-icon-size: 10px;
  13. --plyr-range-track-height: 4px;
  14. // --plyr-range-thumb-height: 4px;
  15. :global {
  16. .plyr__controls {
  17. padding: 20px 20px 20px 12px !important;
  18. }
  19. .plyr__controls .plyr__controls__item:first-child {
  20. background: linear-gradient(90deg, #ff6d8b 0%, #ff436a 100%);
  21. color: #fff;
  22. border-radius: 50%;
  23. }
  24. .plyr__controls .plyr__controls__item.plyr__progress__container {
  25. padding-left: 8px;
  26. }
  27. .icon--not-pressed {
  28. padding-left: 1px;
  29. }
  30. }
  31. }
  32. .base {
  33. :global(.van-sticky--fixed) {
  34. box-shadow: 10px 10px 10px var(--box-shadow-color);
  35. }
  36. }
  37. .img {
  38. width: 81px;
  39. height: 81px;
  40. margin-right: 16px !important;
  41. position: relative;
  42. >img,
  43. >div {
  44. position: absolute;
  45. border-radius: 10px;
  46. overflow: hidden;
  47. }
  48. // &::before {
  49. // content: '';
  50. // width: 94px;
  51. // height: 94px;
  52. // border-radius: 50%;
  53. // // background-color: var(--music-list-item-background-color);
  54. // // box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.08);
  55. // background: linear-gradient(180deg, #434343 0%, #666666 50%, #434343 100%);
  56. // position: absolute;
  57. // right: -9px;
  58. // top: 0px;
  59. // }
  60. .albumType {
  61. position: absolute;
  62. left: 0;
  63. top: 0;
  64. background: linear-gradient(180deg, #ff8900 0%, #ff5100 100%);
  65. box-shadow: 0px 1px 2px 0px rgba(150, 13, 0, 0.11);
  66. border-radius: 10px 0px 10px 0px;
  67. font-size: 12px;
  68. padding: 0 6px;
  69. line-height: 20px;
  70. color: #ffffff;
  71. z-index: 9;
  72. }
  73. }
  74. .shareBtn {
  75. display: flex;
  76. align-items: flex-start;
  77. color: #fff;
  78. font-size: 14px;
  79. line-height: 20px !important;
  80. :global(.van-image) {
  81. width: 18px;
  82. height: 18px;
  83. margin-right: 6px;
  84. }
  85. }
  86. .detailContent {
  87. background-color: white;
  88. padding: 0 14px;
  89. border-radius: 17px 17px 0px 0px;
  90. .main {
  91. padding-top: 24px;
  92. padding-bottom: 20px;
  93. display: flex;
  94. }
  95. .favorite {
  96. font-size: 16px;
  97. margin-right: 5px;
  98. }
  99. }
  100. .bgImg {
  101. position: absolute;
  102. left: 0;
  103. top: 0;
  104. width: 100%;
  105. height: 265px;
  106. object-fit: cover;
  107. filter: blur(10px);
  108. backdrop-filter: blur(22px);
  109. }
  110. .musicContentBg {
  111. position: absolute;
  112. top: 0;
  113. height: 265px;
  114. width: 100%;
  115. padding-top: 55px;
  116. z-index: 10;
  117. background-color: rgba(0, 0, 0, 0.6);
  118. backdrop-filter: blur(20px);
  119. -webkit-backdrop-filter: blur(20px);
  120. }
  121. .bg {
  122. position: relative;
  123. // height: 100%;
  124. padding: 5px 16px 12px;
  125. z-index: 11;
  126. }
  127. .alumWrap {
  128. display: flex;
  129. align-items: center;
  130. .img {
  131. width: 81px;
  132. height: 81px;
  133. flex-shrink: 0;
  134. border-radius: 6px;
  135. // overflow: hidden;
  136. margin-right: 26px;
  137. }
  138. .alumTitle {
  139. font-size: 16px;
  140. font-weight: 600;
  141. color: #fff;
  142. padding-bottom: 8px;
  143. }
  144. .alumDes {
  145. width: calc(100% - 129px);
  146. .des {
  147. color: #999;
  148. line-height: 16px;
  149. }
  150. }
  151. }
  152. .tags {
  153. margin: 12px -2px 6px -2px;
  154. .tag {
  155. margin: 0 2px;
  156. padding: 1px 6px;
  157. color: #000;
  158. // background-color: rgba(113, 138, 147, 1);
  159. border-radius: 4px;
  160. color: #ffffff;
  161. border: 1px solid #ffffff;
  162. font-size: 12px;
  163. }
  164. }
  165. .alumCollect {
  166. display: flex;
  167. align-items: center;
  168. justify-content: space-between;
  169. padding-top: 20px;
  170. color: #999;
  171. font-size: 14px;
  172. &.alumCollectCencert {
  173. .alumCollectItem {
  174. width: 48.5%;
  175. }
  176. }
  177. .alumCollectItem {
  178. display: flex;
  179. align-items: center;
  180. justify-content: center;
  181. // width: 50%;
  182. flex: 1;
  183. height: 36px;
  184. font-size: 14px;
  185. color: #fff;
  186. background-color: rgba(255, 255, 255, 0.2);
  187. border-radius: 99px;
  188. font-weight: 600;
  189. & + .alumCollectItem {
  190. margin-left: 15px;
  191. }
  192. img {
  193. width: 20px;
  194. height: 20px;
  195. margin-right: 8px;
  196. }
  197. }
  198. .alumCollectItemActive {
  199. opacity: 0.5;
  200. }
  201. }
  202. .albumTips {
  203. background: url('../album-detail/charge_bg.png') no-repeat center;
  204. background-size: cover;
  205. padding: 10px 10px;
  206. margin-top: 12px;
  207. border-radius: 10px;
  208. overflow: hidden;
  209. font-size: 13px;
  210. font-weight: 500;
  211. color: #5e3314;
  212. line-height: 1;
  213. display: flex;
  214. justify-content: space-between;
  215. align-items: center;
  216. .albumPrice {
  217. font-size: 13px;
  218. color: #ffe1ae;
  219. background: #262626;
  220. border-radius: 13px;
  221. padding: 4px 7px 2px;
  222. }
  223. .iconMemberSmall {
  224. width: 18px;
  225. height: 16px;
  226. margin-right: 8px;
  227. margin-top: -4px;
  228. }
  229. &>span {
  230. display: flex;
  231. align-items: center;
  232. padding-top: 1px;
  233. }
  234. }
  235. .alumnContainer {
  236. position: relative;
  237. padding: 0;
  238. z-index: 12;
  239. .alumnList {
  240. padding: 16px 20px 0 12px;
  241. border-radius: 18px;
  242. background-color: #fff;
  243. margin-bottom: 16px;
  244. }
  245. .alumnTitle {
  246. display: flex;
  247. align-items: center;
  248. font-size: 16px;
  249. font-weight: 600;
  250. color: #2f384e;
  251. line-height: 22px;
  252. .iconMenu {
  253. width: 22px;
  254. height: 24px;
  255. margin-right: 8px;
  256. }
  257. span {
  258. font-size: 12px;
  259. color: #808593;
  260. padding-left: 3px;
  261. }
  262. }
  263. }
  264. .musicContent {
  265. position: relative;
  266. width: 100%;
  267. // height: 800px;
  268. flex: 1 auto;
  269. overflow: hidden;
  270. background-color: #fff;
  271. padding: 0;
  272. z-index: 12;
  273. border-radius: 16px;
  274. padding-top: 26px;
  275. display: flex;
  276. flex-direction: column;
  277. // &::after {
  278. // content: ' ';
  279. // position: absolute;
  280. // bottom: 0;
  281. // left: 0;
  282. // right: 0;
  283. // background: linear-gradient(180deg,
  284. // rgba(255, 255, 255, 0) 0%,
  285. // #ffffff 100%);
  286. // height: 287px;
  287. // }
  288. .iconTransfer {
  289. position: absolute;
  290. right: 0;
  291. top: 0;
  292. height: 26px;
  293. background: linear-gradient(270deg, #ff436a 0%, #ff6d8b 100%);
  294. border-radius: 0px 0px 0px 16px;
  295. display: flex;
  296. align-items: center;
  297. padding: 0 10px;
  298. font-size: 13px;
  299. font-weight: 500;
  300. color: #ffffff;
  301. cursor: pointer;
  302. &::before {
  303. display: inline-block;
  304. content: ' ';
  305. width: 14px;
  306. height: 13px;
  307. background: url('./images/icon-transfer.png') no-repeat center;
  308. background-size: contain;
  309. margin-right: 5px;
  310. }
  311. }
  312. .musicTitle {
  313. padding-top: 4px;
  314. font-weight: 600;
  315. text-align: center;
  316. font-size: 16px;
  317. color: #131415;
  318. line-height: 22px;
  319. }
  320. .musicDetail {
  321. flex: 1;
  322. margin: 0 11px;
  323. }
  324. .musicImg {
  325. padding: 0 8px;
  326. height: 100%;
  327. flex: 1 auto;
  328. overflow-x: hidden;
  329. overflow-y: auto;
  330. img {
  331. width: 100%;
  332. }
  333. }
  334. .imgSection {
  335. overflow: hidden;
  336. flex: 1;
  337. height: 100%;
  338. display: flex;
  339. flex-direction: column;
  340. }
  341. .finch {
  342. width: 150px;
  343. margin: 150px auto 0;
  344. }
  345. .finchLoad {
  346. text-align: center;
  347. color: #333;
  348. font-size: 15px;
  349. margin-top: 4px;
  350. margin-bottom: 120px;
  351. }
  352. :global {
  353. iframe {
  354. // visibility: hidden;
  355. border: none;
  356. width: 100%;
  357. // height: 500px;
  358. // overflow: hidden;
  359. min-height: 100%;
  360. body {
  361. ::-webkit-scrollbar-thumb {
  362. background-color: #efeff0;
  363. border: 1px solid transparent;
  364. background-clip: padding-box;
  365. border-radius: 5px;
  366. }
  367. }
  368. }
  369. }
  370. }
  371. .videoOperation {
  372. // position: absolute;
  373. // left: 0;
  374. // right: 0;
  375. // bottom: 5px;
  376. z-index: 1;
  377. }
  378. .audition {
  379. display: flex;
  380. align-items: center;
  381. margin: 10px 16px 0;
  382. background: linear-gradient(180deg, #fff0d9 0%, #ffdfb8 100%);
  383. border-radius: 16px;
  384. padding: 7px 12px;
  385. font-size: 12px;
  386. font-weight: 600;
  387. color: #ff731d;
  388. height: 18px;
  389. img {
  390. margin-top: -2px;
  391. width: 21px;
  392. height: 15px;
  393. margin-right: 11px;
  394. }
  395. }
  396. .footers {
  397. padding: 0 25px 20px; // height: 45px;
  398. :global {
  399. .van-button {
  400. font-size: 18px;
  401. font-weight: 500;
  402. color: #ffffff;
  403. line-height: 25px;
  404. &.van-button--disabled {
  405. opacity: initial;
  406. background: linear-gradient(270deg,
  407. #ff7a93 0%,
  408. #ff9daa 100%) !important;
  409. }
  410. }
  411. }
  412. }
  413. .colSticky {
  414. display: flex;
  415. align-items: center;
  416. justify-content: space-between;
  417. .priceSection {
  418. font-size: 14px;
  419. font-weight: 400;
  420. color: #999999;
  421. .price {
  422. font-size: 22px;
  423. font-weight: bold;
  424. color: #ff4e19;
  425. i {
  426. font-style: normal;
  427. font-size: 16px;
  428. }
  429. }
  430. }
  431. }
  432. .buyBtn {
  433. --van-button-default-height: 42px;
  434. flex: 1;
  435. display: flex;
  436. align-items: center;
  437. justify-content: flex-end;
  438. :global {
  439. .van-button {
  440. padding: 0 22px;
  441. font-weight: 600;
  442. // width: 48%;
  443. width: 100%;
  444. &+.van-button {
  445. margin-left: 12px;
  446. }
  447. }
  448. }
  449. .primry {
  450. box-shadow: 0px 2px 7px 0px rgba(45, 199, 170, 0.25);
  451. }
  452. .member {
  453. box-shadow: 0px 2px 7px 0px rgba(187, 156, 83, 0.25);
  454. }
  455. }
  456. .functionSection {
  457. display: flex;
  458. }
  459. .empty {
  460. margin: 0 auto;
  461. font-size: 14px;
  462. color: #999999;
  463. line-height: 20px;
  464. text-align: center;
  465. padding-top: 60px;
  466. .emptyImg {
  467. width: 172px;
  468. }
  469. }
  470. .staffChange {
  471. --van-popup-close-icon-color: #999495;
  472. --van-popup-close-icon-size: 19px;
  473. :global {
  474. .van-popup__close-icon {
  475. // color: #999495;
  476. right: 20px !important;
  477. }
  478. }
  479. }
  480. .staffContainer {
  481. background: linear-gradient(180deg, #ffeaee 0%, #ffffff 100%) no-repeat;
  482. background-size: 100% 59px;
  483. // text-align: center;
  484. padding: 15px 15px 24px;
  485. .staffTitle {
  486. padding-bottom: 20px;
  487. font-size: 18px;
  488. color: #131415;
  489. font-weight: 600;
  490. line-height: 22px;
  491. text-align: center;
  492. }
  493. .staffImg {
  494. width: 32px;
  495. height: 20px;
  496. }
  497. .name {
  498. padding-left: 14px;
  499. font-size: 15px;
  500. color: #333333;
  501. }
  502. .boxStyle {
  503. background: transparent !important;
  504. width: 15px;
  505. height: 15px;
  506. font-size: 20px;
  507. border: transparent !important;
  508. }
  509. .active {
  510. background: #f7f8f9;
  511. border-radius: 8px;
  512. .name {
  513. font-weight: 600;
  514. }
  515. }
  516. :global {
  517. .van-cell {
  518. padding: 9px 16px 9px;
  519. margin-bottom: 6px;
  520. &:hover,
  521. &:active,
  522. &.active {
  523. background: #f7f8f9;
  524. border-radius: 8px;
  525. .name {
  526. color: var(--van-primary);
  527. }
  528. }
  529. &:last-child {
  530. margin-bottom: 0;
  531. }
  532. }
  533. .van-cell__value {
  534. display: flex;
  535. justify-content: flex-end;
  536. }
  537. .van-checkbox {
  538. overflow: inherit;
  539. height: 18px;
  540. display: flex;
  541. align-items: center;
  542. justify-content: flex-end;
  543. }
  544. .van-checkbox__icon {
  545. height: 15px;
  546. line-height: 15px;
  547. display: inline-block;
  548. vertical-align: middle;
  549. }
  550. .van-checkbox__label {
  551. line-height: 15px;
  552. }
  553. }
  554. }
  555. .shareMate {
  556. position: relative;
  557. margin-top: 50px;
  558. display: flex;
  559. flex: 1;
  560. align-items: center;
  561. padding: 11px 12px;
  562. background: #ffffff;
  563. border-radius: 10px;
  564. // border: 1px solid #2dc7aa;
  565. .icon {
  566. width: 40px;
  567. height: 40px;
  568. border-radius: 10px;
  569. }
  570. .info {
  571. margin-left: 14px;
  572. flex: 1;
  573. margin-right: 14px;
  574. word-break: break-all;
  575. >h4 {
  576. color: var(--music-list-item-title-color);
  577. font-size: 14px;
  578. font-weight: 600;
  579. width: 200px;
  580. }
  581. >p {
  582. color: var(--music-list-item-mate-color);
  583. line-height: 17px;
  584. padding-top: 3px;
  585. }
  586. }
  587. .tagDiscount {
  588. position: absolute;
  589. top: -26px;
  590. left: 15px;
  591. padding: 2px 10px 1px;
  592. height: 23px;
  593. background: linear-gradient(180deg, #ffb635 0%, #ff4e18 100%);
  594. border-radius: 8px 8px 0px 0px;
  595. font-size: 14px;
  596. font-weight: 600;
  597. color: #ffffff;
  598. line-height: 20px;
  599. }
  600. }
  601. .staffIframe {
  602. // margin-top: -60px;
  603. }