123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659 |
- .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;
- --van-overlay-background-color: rgba(0, 0, 0, .6);
- height: 100vh;
- --plyr-color-main: #FF3C81;
- --plyr-control-icon-size: 10px;
- --plyr-range-track-height: 4px;
- // --plyr-range-thumb-height: 4px;
- :global {
- .plyr__controls {
- padding: 20px 20px 20px 12px !important;
- }
- .plyr__controls .plyr__controls__item:first-child {
- background: linear-gradient(270deg, #FF3C81 0%, #FF76A6 100%);
- color: #fff;
- border-radius: 50%;
- }
- .plyr__controls .plyr__controls__item.plyr__progress__container {
- padding-left: 8px
- }
- .icon--not-pressed {
- padding-left: 1px;
- }
- }
- }
- .base {
- :global(.van-sticky--fixed) {
- box-shadow: 10px 10px 10px var(--box-shadow-color);
- }
- }
- .img {
- width: 81px;
- height: 81px;
- margin-right: 16px !important;
- position: relative;
- >img,
- >div {
- position: absolute;
- border-radius: 10px;
- overflow: hidden;
- }
- // &::before {
- // content: '';
- // width: 94px;
- // height: 94px;
- // border-radius: 50%;
- // // background-color: var(--music-list-item-background-color);
- // // box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.08);
- // background: linear-gradient(180deg, #434343 0%, #666666 50%, #434343 100%);
- // position: absolute;
- // right: -9px;
- // top: 0px;
- // }
- .albumType {
- position: absolute;
- left: 0;
- top: 0;
- background: linear-gradient(180deg, #ff8900 0%, #ff5100 100%);
- box-shadow: 0px 1px 2px 0px rgba(150, 13, 0, 0.11);
- border-radius: 10px 0px 10px 0px;
- font-size: 12px;
- padding: 0 6px;
- line-height: 20px;
- color: #ffffff;
- z-index: 9;
- }
- }
- .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;
- }
- }
- .detailContent {
- background-color: white;
- padding: 0 14px;
- border-radius: 17px 17px 0px 0px;
- .main {
- padding-top: 24px;
- padding-bottom: 20px;
- display: flex;
- }
- .favorite {
- font-size: 16px;
- margin-right: 5px;
- }
- }
- .bgImg {
- position: absolute;
- left: 0;
- top: 0;
- width: 100%;
- height: 265px;
- object-fit: cover;
- filter: blur(10px);
- backdrop-filter: blur(22px);
- }
- .musicContentBg {
- position: absolute;
- top: 0;
- height: 265px;
- width: 100%;
- padding-top: 55px;
- z-index: 10;
- background-color: rgba(0, 0, 0, 0.6);
- backdrop-filter: blur(20px);
- -webkit-backdrop-filter: blur(20px);
- }
- .bg {
- position: relative;
- // height: 100%;
- padding: 5px 16px 12px;
- z-index: 11;
- }
- .alumWrap {
- display: flex;
- align-items: center;
- .img {
- width: 81px;
- height: 81px;
- flex-shrink: 0;
- border-radius: 6px;
- // overflow: hidden;
- margin-right: 26px;
- }
- .alumTitle {
- font-size: 16px;
- font-weight: 600;
- color: #fff;
- padding-bottom: 8px;
- }
- .alumDes {
- width: calc(100% - 129px);
- .des {
- color: #999;
- line-height: 16px;
- }
- }
- }
- .tags {
- margin: 12px -2px 6px -2px;
- .tag {
- margin: 0 2px;
- padding: 1px 6px;
- color: #000;
- // background-color: rgba(113, 138, 147, 1);
- border-radius: 4px;
- color: #FFFFFF;
- border: 1px solid #FFFFFF;
- font-size: 12px;
- }
- }
- .alumCollect {
- display: flex;
- align-items: center;
- justify-content: space-between;
- padding-top: 20px;
- color: #999;
- font-size: 14px;
- &.alumCollectCencert {
- .alumCollectItem {
- width: 48.5%;
- }
- }
- .alumCollectItem {
- display: flex;
- align-items: center;
- justify-content: center;
- width: 32%;
- height: 36px;
- font-size: 14px;
- color: #fff;
- background-color: rgba(255, 255, 255, 0.2);
- border-radius: 99px;
- font-weight: 600;
- img {
- width: 20px;
- height: 20px;
- margin-right: 6px;
- }
- }
- .alumCollectItemActive {
- opacity: 0.5;
- }
- }
- .albumTips {
- background: url('../album-detail/charge_bg.png') no-repeat center;
- background-size: cover;
- padding: 10px 10px;
- margin-top: 12px;
- border-radius: 10px;
- overflow: hidden;
- font-size: 13px;
- font-weight: 500;
- color: #5E3314;
- line-height: 1;
- display: flex;
- justify-content: space-between;
- align-items: center;
- .albumPrice {
- font-size: 13px;
- color: #FFE1AE;
- background: #262626;
- border-radius: 13px;
- padding: 4px 7px 2px;
- }
- .iconMemberSmall {
- width: 18px;
- height: 16px;
- margin-right: 8px;
- margin-top: -4px;
- }
- &>span {
- display: flex;
- align-items: center;
- padding-top: 1px;
- }
- }
- .alumnContainer {
- position: relative;
- padding: 0;
- z-index: 12;
- .alumnList {
- padding: 16px 20px 0 12px;
- border-radius: 18px;
- background-color: #fff;
- margin-bottom: 16px;
- }
- .alumnTitle {
- display: flex;
- align-items: center;
- font-size: 16px;
- font-weight: 600;
- color: #2F384E;
- line-height: 22px;
- .iconMenu {
- width: 22px;
- height: 24px;
- margin-right: 8px;
- }
- span {
- font-size: 12px;
- color: #808593;
- padding-left: 3px;
- }
- }
- }
- .musicContent {
- position: relative;
- width: 100%;
- height: 800px;
- overflow: hidden;
- background-color: #fff;
- padding: 0;
- z-index: 12;
- border-radius: 16px;
- padding-top: 26px;
- &::after {
- content: ' ';
- position: absolute;
- bottom: 0;
- left: 0;
- right: 0;
- background: linear-gradient(180deg,
- rgba(255, 255, 255, 0) 0%,
- #ffffff 100%);
- height: 287px;
- }
- .iconTransfer {
- position: absolute;
- right: 0;
- top: 0;
- height: 26px;
- background: linear-gradient(270deg, #FF3C81 0%, #FF76A6 100%);
- border-radius: 0px 0px 0px 16px;
- display: flex;
- align-items: center;
- padding: 0 10px;
- font-size: 13px;
- font-weight: 500;
- color: #FFFFFF;
- cursor: pointer;
- &::before {
- display: inline-block;
- content: ' ';
- width: 14px;
- height: 13px;
- background: url('./images/icon-transfer.png') no-repeat center;
- background-size: contain;
- margin-right: 5px;
- }
- }
- .musicTitle {
- font-weight: 600;
- text-align: center;
- font-size: 16px;
- color: #131415;
- line-height: 22px;
- }
- .musicImg {
- width: 100%;
- min-height: 50vh;
- }
- .finch {
- width: 150px;
- margin: 80px auto 0;
- }
- .finchLoad {
- text-align: center;
- color: #333;
- font-size: 15px;
- margin-top: 4px;
- margin-bottom: 120px;
- }
- :global {
- iframe {
- // visibility: hidden;
- 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;
- }
- }
- }
- }
- }
- .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;
- }
- }
- .footers {
- padding: 0 25px 20px; // height: 45px;
- :global {
- .van-button {
- font-size: 16px;
- font-weight: 600;
- color: #FFFFFF;
- line-height: 25px;
- }
- }
- }
- .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;
- // width: 48%;
- width: 100%;
- &+.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 {
- background: linear-gradient(180deg, #FFEAEE 0%, #FFFFFF 100%) no-repeat;
- background-size: 100% 59px;
- // text-align: center;
- padding: 15px 15px 24px;
- .staffTitle {
- padding-bottom: 25px;
- font-size: 16px;
- color: #1a1a1a;
- line-height: 22px;
- text-align: center;
- }
- .staffImg {
- width: 32px;
- height: 20px;
- }
- .name {
- padding-left: 17px;
- font-size: 14px;
- color: #333333;
- }
- .boxStyle {
- background: transparent !important;
- width: 15px;
- height: 15px;
- font-size: 20px;
- border: transparent !important;
- }
- .active {
- background: #f7f8f9;
- border-radius: 8px;
- .name {
- font-weight: 600;
- }
- }
- :global {
- .van-cell {
- padding: 9px 16px 9px;
- margin-bottom: 6px;
- &:hover,
- &:active,
- &.active {
- background: #f7f8f9;
- border-radius: 8px;
- .name {
- color: var(--van-primary);
- }
- }
- &: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;
- }
- }
- }
- .shareMate {
- position: relative;
- margin-top: 50px;
- display: flex;
- flex: 1;
- align-items: center;
- padding: 11px 12px;
- background: #ffffff;
- border-radius: 10px;
- // border: 1px solid #2dc7aa;
- .icon {
- width: 40px;
- height: 40px;
- 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;
- padding-top: 3px;
- }
- }
- .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;
- }
- }
- .staffChange {
- --van-popup-close-icon-color: #4C4949;
- --van-popup-close-icon-size: 18px;
- }
- .staffIframe {
- // margin-top: -60px;
- }
|