new-index.module.less 11 KB

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