new-index.module.less 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699
  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. height: 36px;
  183. font-size: 14px;
  184. color: #fff;
  185. background-color: rgba(255, 255, 255, 0.2);
  186. border-radius: 99px;
  187. font-weight: 600;
  188. &:last-child {
  189. margin-left: 15px;
  190. }
  191. img {
  192. width: 20px;
  193. height: 20px;
  194. margin-right: 8px;
  195. }
  196. }
  197. .alumCollectItemActive {
  198. opacity: 0.5;
  199. }
  200. }
  201. .albumTips {
  202. background: url('../album-detail/charge_bg.png') no-repeat center;
  203. background-size: cover;
  204. padding: 10px 10px;
  205. margin-top: 12px;
  206. border-radius: 10px;
  207. overflow: hidden;
  208. font-size: 13px;
  209. font-weight: 500;
  210. color: #5e3314;
  211. line-height: 1;
  212. display: flex;
  213. justify-content: space-between;
  214. align-items: center;
  215. .albumPrice {
  216. font-size: 13px;
  217. color: #ffe1ae;
  218. background: #262626;
  219. border-radius: 13px;
  220. padding: 4px 7px 2px;
  221. }
  222. .iconMemberSmall {
  223. width: 18px;
  224. height: 16px;
  225. margin-right: 8px;
  226. margin-top: -4px;
  227. }
  228. &>span {
  229. display: flex;
  230. align-items: center;
  231. padding-top: 1px;
  232. }
  233. }
  234. .alumnContainer {
  235. position: relative;
  236. padding: 0;
  237. z-index: 12;
  238. .alumnList {
  239. padding: 16px 20px 0 12px;
  240. border-radius: 18px;
  241. background-color: #fff;
  242. margin-bottom: 16px;
  243. }
  244. .alumnTitle {
  245. display: flex;
  246. align-items: center;
  247. font-size: 16px;
  248. font-weight: 600;
  249. color: #2f384e;
  250. line-height: 22px;
  251. .iconMenu {
  252. width: 22px;
  253. height: 24px;
  254. margin-right: 8px;
  255. }
  256. span {
  257. font-size: 12px;
  258. color: #808593;
  259. padding-left: 3px;
  260. }
  261. }
  262. }
  263. .musicContent {
  264. position: relative;
  265. width: 100%;
  266. // height: 800px;
  267. flex: 1 auto;
  268. overflow: hidden;
  269. background-color: #fff;
  270. padding: 0;
  271. z-index: 12;
  272. border-radius: 16px;
  273. padding-top: 26px;
  274. display: flex;
  275. flex-direction: column;
  276. // &::after {
  277. // content: ' ';
  278. // position: absolute;
  279. // bottom: 0;
  280. // left: 0;
  281. // right: 0;
  282. // background: linear-gradient(180deg,
  283. // rgba(255, 255, 255, 0) 0%,
  284. // #ffffff 100%);
  285. // height: 287px;
  286. // }
  287. .iconTransfer {
  288. position: absolute;
  289. right: 0;
  290. top: 0;
  291. height: 26px;
  292. background: linear-gradient(270deg, #ff436a 0%, #ff6d8b 100%);
  293. border-radius: 0px 0px 0px 16px;
  294. display: flex;
  295. align-items: center;
  296. padding: 0 10px;
  297. font-size: 13px;
  298. font-weight: 500;
  299. color: #ffffff;
  300. cursor: pointer;
  301. &::before {
  302. display: inline-block;
  303. content: ' ';
  304. width: 14px;
  305. height: 13px;
  306. background: url('./images/icon-transfer.png') no-repeat center;
  307. background-size: contain;
  308. margin-right: 5px;
  309. }
  310. }
  311. .musicTitle {
  312. padding-top: 4px;
  313. font-weight: 600;
  314. text-align: center;
  315. font-size: 16px;
  316. color: #131415;
  317. line-height: 22px;
  318. }
  319. .musicDetail {
  320. flex: 1;
  321. margin: 0 11px;
  322. }
  323. .musicImg {
  324. padding: 0 8px;
  325. height: 100%;
  326. flex: 1 auto;
  327. overflow-x: hidden;
  328. overflow-y: auto;
  329. img {
  330. width: 100%;
  331. }
  332. }
  333. .imgSection {
  334. overflow: hidden;
  335. flex: 1;
  336. height: 100%;
  337. display: flex;
  338. flex-direction: column;
  339. }
  340. .finch {
  341. width: 150px;
  342. margin: 150px auto 0;
  343. }
  344. .finchLoad {
  345. text-align: center;
  346. color: #333;
  347. font-size: 15px;
  348. margin-top: 4px;
  349. margin-bottom: 120px;
  350. }
  351. :global {
  352. iframe {
  353. // visibility: hidden;
  354. border: none;
  355. width: 100%;
  356. // height: 500px;
  357. // overflow: hidden;
  358. min-height: 100%;
  359. body {
  360. ::-webkit-scrollbar-thumb {
  361. background-color: #efeff0;
  362. border: 1px solid transparent;
  363. background-clip: padding-box;
  364. border-radius: 5px;
  365. }
  366. }
  367. }
  368. }
  369. }
  370. .videoOperation {
  371. // position: absolute;
  372. // left: 0;
  373. // right: 0;
  374. // bottom: 5px;
  375. z-index: 1;
  376. }
  377. .audition {
  378. display: flex;
  379. align-items: center;
  380. margin: 10px 16px 0;
  381. background: linear-gradient(180deg, #fff0d9 0%, #ffdfb8 100%);
  382. border-radius: 16px;
  383. padding: 7px 12px;
  384. font-size: 12px;
  385. font-weight: 600;
  386. color: #ff731d;
  387. height: 18px;
  388. img {
  389. margin-top: -2px;
  390. width: 21px;
  391. height: 15px;
  392. margin-right: 11px;
  393. }
  394. }
  395. .footers {
  396. padding: 0 25px 20px; // height: 45px;
  397. :global {
  398. .van-button {
  399. font-size: 18px;
  400. font-weight: 500;
  401. color: #ffffff;
  402. line-height: 25px;
  403. &.van-button--disabled {
  404. opacity: initial;
  405. background: linear-gradient(270deg,
  406. #ff7a93 0%,
  407. #ff9daa 100%) !important;
  408. }
  409. }
  410. }
  411. }
  412. .colSticky {
  413. display: flex;
  414. align-items: center;
  415. justify-content: space-between;
  416. .priceSection {
  417. font-size: 14px;
  418. font-weight: 400;
  419. color: #999999;
  420. .price {
  421. font-size: 22px;
  422. font-weight: bold;
  423. color: #ff4e19;
  424. i {
  425. font-style: normal;
  426. font-size: 16px;
  427. }
  428. }
  429. }
  430. }
  431. .buyBtn {
  432. --van-button-default-height: 42px;
  433. flex: 1;
  434. display: flex;
  435. align-items: center;
  436. justify-content: flex-end;
  437. :global {
  438. .van-button {
  439. padding: 0 22px;
  440. font-weight: 600;
  441. // width: 48%;
  442. width: 100%;
  443. &+.van-button {
  444. margin-left: 12px;
  445. }
  446. }
  447. }
  448. .primry {
  449. box-shadow: 0px 2px 7px 0px rgba(45, 199, 170, 0.25);
  450. }
  451. .member {
  452. box-shadow: 0px 2px 7px 0px rgba(187, 156, 83, 0.25);
  453. }
  454. }
  455. .functionSection {
  456. display: flex;
  457. }
  458. .empty {
  459. margin: 0 auto;
  460. font-size: 14px;
  461. color: #999999;
  462. line-height: 20px;
  463. text-align: center;
  464. padding-top: 60px;
  465. .emptyImg {
  466. width: 172px;
  467. }
  468. }
  469. .staffChange {
  470. --van-popup-close-icon-color: #999495;
  471. --van-popup-close-icon-size: 19px;
  472. :global {
  473. .van-popup__close-icon {
  474. // color: #999495;
  475. right: 20px !important;
  476. }
  477. }
  478. }
  479. .staffContainer {
  480. background: linear-gradient(180deg, #ffeaee 0%, #ffffff 100%) no-repeat;
  481. background-size: 100% 59px;
  482. // text-align: center;
  483. padding: 15px 15px 24px;
  484. .staffTitle {
  485. padding-bottom: 20px;
  486. font-size: 18px;
  487. color: #131415;
  488. font-weight: 600;
  489. line-height: 22px;
  490. text-align: center;
  491. }
  492. .staffImg {
  493. width: 32px;
  494. height: 20px;
  495. }
  496. .name {
  497. padding-left: 14px;
  498. font-size: 15px;
  499. color: #333333;
  500. }
  501. .boxStyle {
  502. background: transparent !important;
  503. width: 15px;
  504. height: 15px;
  505. font-size: 20px;
  506. border: transparent !important;
  507. }
  508. .active {
  509. background: #f7f8f9;
  510. border-radius: 8px;
  511. .name {
  512. font-weight: 600;
  513. }
  514. }
  515. :global {
  516. .van-cell {
  517. padding: 9px 16px 9px;
  518. margin-bottom: 6px;
  519. &:hover,
  520. &:active,
  521. &.active {
  522. background: #f7f8f9;
  523. border-radius: 8px;
  524. .name {
  525. color: var(--van-primary);
  526. }
  527. }
  528. &:last-child {
  529. margin-bottom: 0;
  530. }
  531. }
  532. .van-cell__value {
  533. display: flex;
  534. justify-content: flex-end;
  535. }
  536. .van-checkbox {
  537. overflow: inherit;
  538. height: 18px;
  539. display: flex;
  540. align-items: center;
  541. justify-content: flex-end;
  542. }
  543. .van-checkbox__icon {
  544. height: 15px;
  545. line-height: 15px;
  546. display: inline-block;
  547. vertical-align: middle;
  548. }
  549. .van-checkbox__label {
  550. line-height: 15px;
  551. }
  552. }
  553. }
  554. .shareMate {
  555. position: relative;
  556. margin-top: 50px;
  557. display: flex;
  558. flex: 1;
  559. align-items: center;
  560. padding: 11px 12px;
  561. background: #ffffff;
  562. border-radius: 10px;
  563. // border: 1px solid #2dc7aa;
  564. .icon {
  565. width: 40px;
  566. height: 40px;
  567. border-radius: 10px;
  568. }
  569. .info {
  570. margin-left: 14px;
  571. flex: 1;
  572. margin-right: 14px;
  573. word-break: break-all;
  574. >h4 {
  575. color: var(--music-list-item-title-color);
  576. font-size: 14px;
  577. font-weight: 600;
  578. width: 200px;
  579. }
  580. >p {
  581. color: var(--music-list-item-mate-color);
  582. line-height: 17px;
  583. padding-top: 3px;
  584. }
  585. }
  586. .tagDiscount {
  587. position: absolute;
  588. top: -26px;
  589. left: 15px;
  590. padding: 2px 10px 1px;
  591. height: 23px;
  592. background: linear-gradient(180deg, #ffb635 0%, #ff4e18 100%);
  593. border-radius: 8px 8px 0px 0px;
  594. font-size: 14px;
  595. font-weight: 600;
  596. color: #ffffff;
  597. line-height: 20px;
  598. }
  599. }
  600. .staffIframe {
  601. // margin-top: -60px;
  602. }