new-index.module.less 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659
  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, .6);
  8. height: 100vh;
  9. --plyr-color-main: #FF3C81;
  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(270deg, #FF3C81 0%, #FF76A6 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(180deg,
  275. rgba(255, 255, 255, 0) 0%,
  276. #ffffff 100%);
  277. height: 287px;
  278. }
  279. .iconTransfer {
  280. position: absolute;
  281. right: 0;
  282. top: 0;
  283. height: 26px;
  284. background: linear-gradient(270deg, #FF3C81 0%, #FF76A6 100%);
  285. border-radius: 0px 0px 0px 16px;
  286. display: flex;
  287. align-items: center;
  288. padding: 0 10px;
  289. font-size: 13px;
  290. font-weight: 500;
  291. color: #FFFFFF;
  292. cursor: pointer;
  293. &::before {
  294. display: inline-block;
  295. content: ' ';
  296. width: 14px;
  297. height: 13px;
  298. background: url('./images/icon-transfer.png') no-repeat center;
  299. background-size: contain;
  300. margin-right: 5px;
  301. }
  302. }
  303. .musicTitle {
  304. font-weight: 600;
  305. text-align: center;
  306. font-size: 16px;
  307. color: #131415;
  308. line-height: 22px;
  309. }
  310. .musicImg {
  311. width: 100%;
  312. min-height: 50vh;
  313. }
  314. .finch {
  315. width: 150px;
  316. margin: 80px auto 0;
  317. }
  318. .finchLoad {
  319. text-align: center;
  320. color: #333;
  321. font-size: 15px;
  322. margin-top: 4px;
  323. margin-bottom: 120px;
  324. }
  325. :global {
  326. iframe {
  327. // visibility: hidden;
  328. border: none;
  329. width: 100%;
  330. height: 500px;
  331. overflow: hidden;
  332. body {
  333. ::-webkit-scrollbar-thumb {
  334. background-color: #efeff0;
  335. border: 1px solid transparent;
  336. background-clip: padding-box;
  337. border-radius: 5px;
  338. }
  339. }
  340. }
  341. }
  342. }
  343. .videoOperation {
  344. // position: absolute;
  345. // left: 0;
  346. // right: 0;
  347. // bottom: 5px;
  348. z-index: 1;
  349. }
  350. .audition {
  351. display: flex;
  352. align-items: center;
  353. margin: 10px 16px 0;
  354. background: linear-gradient(180deg, #fff0d9 0%, #ffdfb8 100%);
  355. border-radius: 16px;
  356. padding: 7px 12px;
  357. font-size: 12px;
  358. font-weight: 600;
  359. color: #ff731d;
  360. height: 18px;
  361. img {
  362. margin-top: -2px;
  363. width: 21px;
  364. height: 15px;
  365. margin-right: 11px;
  366. }
  367. }
  368. .footers {
  369. padding: 0 25px 20px; // height: 45px;
  370. :global {
  371. .van-button {
  372. font-size: 16px;
  373. font-weight: 600;
  374. color: #FFFFFF;
  375. line-height: 25px;
  376. }
  377. }
  378. }
  379. .colSticky {
  380. display: flex;
  381. align-items: center;
  382. justify-content: space-between;
  383. .priceSection {
  384. font-size: 14px;
  385. font-weight: 400;
  386. color: #999999;
  387. .price {
  388. font-size: 22px;
  389. font-weight: bold;
  390. color: #ff4e19;
  391. i {
  392. font-style: normal;
  393. font-size: 16px;
  394. }
  395. }
  396. }
  397. }
  398. .buyBtn {
  399. --van-button-default-height: 42px;
  400. flex: 1;
  401. display: flex;
  402. align-items: center;
  403. justify-content: flex-end;
  404. :global {
  405. .van-button {
  406. padding: 0 22px;
  407. font-weight: 600;
  408. // width: 48%;
  409. width: 100%;
  410. &+.van-button {
  411. margin-left: 12px;
  412. }
  413. }
  414. }
  415. .primry {
  416. box-shadow: 0px 2px 7px 0px rgba(45, 199, 170, 0.25);
  417. }
  418. .member {
  419. box-shadow: 0px 2px 7px 0px rgba(187, 156, 83, 0.25);
  420. }
  421. }
  422. .functionSection {
  423. display: flex;
  424. }
  425. .empty {
  426. margin: 0 auto;
  427. font-size: 14px;
  428. color: #999999;
  429. line-height: 20px;
  430. text-align: center;
  431. padding-top: 60px;
  432. .emptyImg {
  433. width: 172px;
  434. }
  435. }
  436. .staffContainer {
  437. background: linear-gradient(180deg, #FFEAEE 0%, #FFFFFF 100%) no-repeat;
  438. background-size: 100% 59px;
  439. // text-align: center;
  440. padding: 15px 15px 24px;
  441. .staffTitle {
  442. padding-bottom: 25px;
  443. font-size: 16px;
  444. color: #1a1a1a;
  445. line-height: 22px;
  446. text-align: center;
  447. }
  448. .staffImg {
  449. width: 32px;
  450. height: 20px;
  451. }
  452. .name {
  453. padding-left: 17px;
  454. font-size: 14px;
  455. color: #333333;
  456. }
  457. .boxStyle {
  458. background: transparent !important;
  459. width: 15px;
  460. height: 15px;
  461. font-size: 20px;
  462. border: transparent !important;
  463. }
  464. .active {
  465. background: #f7f8f9;
  466. border-radius: 8px;
  467. .name {
  468. font-weight: 600;
  469. }
  470. }
  471. :global {
  472. .van-cell {
  473. padding: 9px 16px 9px;
  474. margin-bottom: 6px;
  475. &:hover,
  476. &:active,
  477. &.active {
  478. background: #f7f8f9;
  479. border-radius: 8px;
  480. .name {
  481. color: var(--van-primary);
  482. }
  483. }
  484. &:last-child {
  485. margin-bottom: 0;
  486. }
  487. }
  488. .van-cell__value {
  489. display: flex;
  490. justify-content: flex-end;
  491. }
  492. .van-checkbox {
  493. overflow: inherit;
  494. height: 18px;
  495. display: flex;
  496. align-items: center;
  497. justify-content: flex-end;
  498. }
  499. .van-checkbox__icon {
  500. height: 15px;
  501. line-height: 15px;
  502. display: inline-block;
  503. vertical-align: middle;
  504. }
  505. .van-checkbox__label {
  506. line-height: 15px;
  507. }
  508. }
  509. }
  510. .shareMate {
  511. position: relative;
  512. margin-top: 50px;
  513. display: flex;
  514. flex: 1;
  515. align-items: center;
  516. padding: 11px 12px;
  517. background: #ffffff;
  518. border-radius: 10px;
  519. // border: 1px solid #2dc7aa;
  520. .icon {
  521. width: 40px;
  522. height: 40px;
  523. border-radius: 10px;
  524. }
  525. .info {
  526. margin-left: 14px;
  527. flex: 1;
  528. margin-right: 14px;
  529. word-break: break-all;
  530. >h4 {
  531. color: var(--music-list-item-title-color);
  532. font-size: 14px;
  533. font-weight: 600;
  534. width: 200px;
  535. }
  536. >p {
  537. color: var(--music-list-item-mate-color);
  538. line-height: 17px;
  539. padding-top: 3px;
  540. }
  541. }
  542. .tagDiscount {
  543. position: absolute;
  544. top: -26px;
  545. left: 15px;
  546. padding: 2px 10px 1px;
  547. height: 23px;
  548. background: linear-gradient(180deg, #ffb635 0%, #ff4e18 100%);
  549. border-radius: 8px 8px 0px 0px;
  550. font-size: 14px;
  551. font-weight: 600;
  552. color: #ffffff;
  553. line-height: 20px;
  554. }
  555. }
  556. .staffChange {
  557. --van-popup-close-icon-color: #4C4949;
  558. --van-popup-close-icon-size: 18px;
  559. }
  560. .staffIframe {
  561. // margin-top: -60px;
  562. }