123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624 |
- .base>div {
- background: url(./header-bg.png) no-repeat top center;
-
- }
- .detail {
- overflow: hidden;
- --van-nav-bar-background-color: transparent;
- --van-nav-bar-icon-color: #fff;
- --van-nav-bar-text-color: #fff;
- --van-nav-bar-title-text-color: #fff;
-
- --plyr-color-main: var(--van-primary);
- --plyr-control-icon-size: 12px;
- :global {
- .plyr__controls .plyr__controls__item:first-child {
- background-color: var(--van-primary);
- color: #fff;
- border-radius: 50%;
- }
- }
- }
- .base {
- :global(.van-sticky--fixed) {
- box-shadow: 10px 10px 10px var(--box-shadow-color);
- }
- }
- .shareBtn {
- display: flex;
- align-items: flex-start;
- color: #fff;
- font-size: 14px;
- line-height: 20px !important;
- :global(.van-image) {
- width: 18px;
- height: 18px;
- margin-right: 6px;
- }
- }
- .bgImg {
- position: absolute;
- left: 0;
- top: 0;
- width: 100%;
- height: 265px;
- object-fit: cover;
- filter: blur(10px);
- }
- .bgContent {
- position: absolute;
- top: 0;
- height: 265px;
- width: 100%;
- background-color: rgba(0, 0, 0, 0.5);
- backdrop-filter: blur(20px);
- -webkit-backdrop-filter: blur(20px);
- }
- .musicContent {
- position: relative;
- width: 100%;
- height: 500px;
- overflow: hidden;
- &::after {
- content: ' ';
- position: absolute;
- bottom: 0;
- left: 0;
- right: 0;
- background: linear-gradient(180deg,
- rgba(255, 255, 255, 0) 0%,
- #ffffff 100%);
- height: 287px;
- }
- .musicTitle {
- text-align: center;
- font-size: 16px;
- }
- .musicImg {
- width: 100%;
- img {
- width: 100%;
- }
- }
- .finch {
- width: 150px;
- margin: 80px auto 0;
- }
- .finchLoad {
- text-align: center;
- color: #333;
- font-size: 15px;
- margin-top: 4px;
- }
- :global {
- iframe {
-
- border: none;
- width: 100%;
- height: 500px;
- overflow: hidden;
- body {
- ::-webkit-scrollbar-thumb {
- background-color: #efeff0;
- border: 1px solid transparent;
- background-clip: padding-box;
- border-radius: 5px;
- }
- }
- }
- }
- }
- .collectCell {
- margin: 10px 16px 0;
- background: #ffffff;
- border-radius: 10px;
- box-shadow: 0px 0px 6px 0px rgba(229, 229, 229, 0.7);
- overflow: hidden;
- }
- .videoOperation {
- position: absolute;
- left: 0;
- right: 0;
- bottom: 5px;
- z-index: 1;
- }
- .audition {
- display: flex;
- align-items: center;
- margin: 10px 16px 0;
- background: linear-gradient(180deg, #fff0d9 0%, #ffdfb8 100%);
- border-radius: 16px;
- padding: 7px 12px;
- font-size: 12px;
- font-weight: 600;
- color: #ff731d;
- height: 18px;
- img {
- margin-top: -2px;
- width: 21px;
- height: 15px;
- margin-right: 11px;
- }
- }
- .collect {
- display: flex;
- align-items: center;
- justify-content: space-between;
- padding: 11px;
- font-size: 14px;
- color: #666666;
- .userInfo {
- display: flex;
- align-items: center;
- padding: 3px 6px;
- background: #d5f3ee;
- border-radius: 16px;
- img {
- width: 26px;
- height: 26px;
- border-radius: 50%;
- }
- span {
- padding-left: 8px;
- max-width: 60px;
- white-space: nowrap;
- overflow: hidden;
- text-overflow: ellipsis;
- color: #2dc7aa;
- }
- }
- .collectSection {
- display: flex;
- align-items: center;
- img {
- margin-top: -2px;
- margin-left: 5px;
- width: 18px;
- height: 18px;
- }
- :global {
- .van-icon {
- font-size: 20px;
- margin-top: -2px;
- margin-left: 5px;
- color: var(--van-primary);
- }
- }
- &:first-child {
- margin-right: 14px;
- }
- }
- }
- .lookAlbum {
- padding: 17px 20px;
- margin-bottom: 15px;
- font-size: 14px;
- color: #333333;
- line-height: 20px;
- display: flex;
- align-items: center;
- justify-content: space-between;
- &>div {
- display: flex;
- align-items: center;
- line-height: 1;
- img {
- width: 20px;
- height: 20px;
- margin-right: 10px;
- }
- }
- }
- .bg {
- position: relative;
- height: 100%;
- padding: 16px;
- z-index: 11;
- }
- .musicContainer {
- position: relative;
-
- z-index: 12;
- border-radius: 18px 18px 0 0;
- background-color: #fff;
- overflow-y: auto;
- }
- .shareMate {
- position: relative;
- margin-top: 50px;
- display: flex;
- flex: 1;
- align-items: center;
- padding: 11px 12px;
- background: #ffffff;
- border-radius: 10px;
-
- .icon {
- width: 36px;
- height: 36px;
- border-radius: 10px;
- }
- .info {
- margin-left: 14px;
- flex: 1;
- margin-right: 14px;
- word-break: break-all;
- >h4 {
- color: var(--music-list-item-title-color);
- font-size: 14px;
- font-weight: 600;
- width: 200px;
- }
- >p {
- color: var(--music-list-item-mate-color);
- line-height: 17px;
- }
- }
- .tagDiscount {
- position: absolute;
- top: -26px;
- left: 15px;
- padding: 2px 10px 1px;
- height: 23px;
- background: linear-gradient(180deg, #ffb635 0%, #ff4e18 100%);
- border-radius: 8px 8px 0px 0px;
- font-size: 14px;
- font-weight: 600;
- color: #ffffff;
- line-height: 20px;
- }
- }
- .shareVip {
- position: relative;
- margin-top: 35px;
- display: flex;
- flex: 1;
- align-items: center;
- padding: 7px;
- background: #ffffff;
- border-radius: 10px;
- .icon {
- width: 72px;
- height: 72px;
- border-radius: 10px;
- }
- .info {
- margin-left: 6px;
- flex: 1;
- word-break: break-all;
- >h4 {
- color: var(--music-list-item-title-color);
- font-size: 16px;
- font-weight: 600;
- }
- >p {
- color: var(--music-list-item-mate-color);
- line-height: 17px;
- }
- }
- }
- .tagDiscount {
- position: absolute;
- top: -23px;
- left: 15px;
- padding: 0 10px;
- height: 23px;
- background: linear-gradient(180deg, #ffb635 0%, #ff4e18 100%);
- border-radius: 8px 8px 0px 0px;
- font-size: 14px;
- font-weight: 600;
- color: #ffffff;
- line-height: 24px;
- }
- .buttonDiscount {
- position: absolute;
- top: -18px;
- right: 15px;
- padding: 0 5px;
- height: 18px;
- background: linear-gradient(180deg, #ffb635 0%, #ff4e18 100%);
- border-radius: 8px 8px 0px 0px;
- font-size: 12px;
- font-weight: 600;
- color: #ffffff;
- line-height: 20px;
- }
- .pImg {
- width: 46px;
- height: 46px;
- border-radius: 10px;
- overflow: hidden;
- flex-shrink: 0;
- }
- .musicInfo {
- padding-top: 23px !important;
- padding-bottom: 23px !important;
- margin-bottom: 10px;
- .coomposer {
- padding-top: 2px;
- padding-left: 6px;
- max-width: 120px;
- white-space: nowrap;
- overflow: hidden;
- text-overflow: ellipsis;
- }
- .tag {
- flex-shrink: 0;
- padding: 2px 4px 0;
- border-radius: 4px;
- &+.tag {
- margin-left: 5px;
- }
- }
- .info {
- margin-left: 14px;
- flex: 1;
- margin-right: 14px;
- word-break: break-all;
- >h4 {
- font-size: 16px;
- font-weight: bold;
- color: #1a1a1a;
- width: 160px;
- padding-bottom: 3px;
- }
- >p {
- font-size: 12px;
- color: #999;
- line-height: 17px;
- }
- }
- .download {
- display: flex;
- flex-direction: column;
- justify-content: center;
- align-items: center;
- font-size: 12px;
- img {
- height: 24px;
- width: 24px;
- }
- .iconExchange {
- display: flex;
- align-items: center;
- justify-content: center;
- background: rgba(246, 246, 246, 1);
- border-radius: 50%;
- font-size: 16px;
- width: 24px;
- height: 24px;
- }
- }
- .exquisiteFlag {
- width: 14px;
- margin-left: 5px;
- flex-shrink: 0;
- }
- .songAlbum {
- width: 15px;
- height: 15px;
- margin-left: 5px;
- flex-shrink: 0;
- }
- :global {
- .van-cell__value {
- display: flex;
- justify-content: space-around;
- }
- }
- }
- .colSticky {
- display: flex;
- align-items: center;
- justify-content: space-between;
-
- .priceSection {
- font-size: 14px;
- font-weight: 400;
- color: #999999;
- .price {
- font-size: 22px;
- font-weight: bold;
- color: #ff4e19;
- i {
- font-style: normal;
- font-size: 16px;
- }
- }
- }
- }
- .buyBtn {
- --van-button-default-height: 42px;
- flex: 1;
- display: flex;
- align-items: center;
- justify-content: flex-end;
- :global {
- .van-button {
- padding: 0 22px;
- font-weight: 600;
- &+.van-button {
- margin-left: 12px;
- }
- }
- }
- .primry {
- box-shadow: 0px 2px 7px 0px rgba(45, 199, 170, 0.25);
- }
- .member {
- box-shadow: 0px 2px 7px 0px rgba(187, 156, 83, 0.25);
- }
- }
- .functionSection {
- display: flex;
- }
- .empty {
- margin: 0 auto;
- font-size: 14px;
- color: #999999;
- line-height: 20px;
- text-align: center;
- padding-top: 60px;
- .emptyImg {
- width: 172px;
- }
- }
- .staffContainer {
-
- padding: 15px 15px 24px;
- .staffTitle {
- padding-bottom: 25px;
- font-size: 16px;
- color: #1a1a1a;
- line-height: 22px;
- }
- .staffImg {
- width: 32px;
- height: 20px;
- }
- .name {
- padding-left: 17px;
- font-size: 13px;
- font-weight: 500;
- color: #333333;
- }
- .boxStyle {
- background: transparent !important;
- width: 15px;
- height: 15px;
- border: transparent !important;
- }
- .active {
- background: #f7f8f9;
- border-radius: 8px;
- .name {
- color: #2dc7aa;
- }
- }
- :global {
- .van-cell {
- padding: 9px 16px 9px;
- margin-bottom: 6px;
- &:hover,
- &:active,
- &.active {
- background: #f7f8f9;
- border-radius: 8px;
- .name {
- color: #2dc7aa;
- }
- }
- &:last-child {
- margin-bottom: 0;
- }
- }
- .van-cell__value {
- display: flex;
- justify-content: flex-end;
- }
- .van-checkbox {
- overflow: inherit;
- height: 18px;
- display: flex;
- align-items: center;
- justify-content: flex-end;
- }
- .van-checkbox__icon {
- height: 15px;
- line-height: 15px;
- display: inline-block;
- vertical-align: middle;
- }
- .van-checkbox__label {
- line-height: 15px;
- }
- }
- }
|