123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579 |
- .memberCenter {
- min-height: 100vh;
- background: url('./new-images/icon-banner.png') no-repeat top center;
- background-size: contain;
- box-sizing: border-box;
- :global {
- .van-nav-bar__left .van-icon {
- color: #000000;
- }
- }
- .shareBtn {
- width: 16px;
- height: 16px;
- }
- }
- .userSection {
- position: absolute;
- top: 10px;
- left: 16px;
- display: flex;
- align-items: center;
- .userImgSection {
- position: relative;
- width: 48px;
- height: 48px;
- margin-right: 13px;
- flex-shrink: 0;
- .userImg {
- width: 48px;
- height: 48px;
- border-radius: 50%;
- overflow: hidden;
- border: 1px solid #F2F6F7;
- }
- .showMemeber {
- position: absolute;
- bottom: 1px;
- right: -3px;
- width: 18px;
- height: 18px;
- background: url('./new-images/icon-vip-disabled.png') no-repeat center;
- background-size: contain;
- }
- }
- .userInfo {
- padding-top: 5px;
- .userName {
- display: flex;
- align-items: center;
- padding-bottom: 4px;
- }
- .name {
- font-weight: 500;
- font-size: 18px;
- color: #000000;
- max-width: 90px;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- }
- .phone {
- font-size: 13px;
- color: #777777;
- }
- .member_time {
- font-size: 12px;
- color: #777777;
- span {
- color: #FF623A;
- }
- }
- }
- }
- .memberContainer {
- position: relative;
- padding-top: 100px;
- .showBrid {
- position: absolute;
- right: 0;
- top: -17px;
- display: inline-block;
- width: 129px;
- height: 144px;
- background: url('./new-images/icon-banner-brid.png') no-repeat center;
- background-size: contain;
- }
- }
- .shareVip {
- position: relative;
- margin-top: 50px;
- display: flex;
- flex: 1;
- align-items: center;
- padding: 11px 6px 11px;
- background: #ffffff;
- border-radius: 10px;
- .icon {
- width: 36px;
- height: 36px;
- border-radius: 10px;
- }
- .info {
- margin-left: 6px;
- flex: 1;
- word-break: break-all;
- >h4 {
- color: var(--music-list-item-title-color);
- font-size: 14px;
- 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;
- }
- .memberSection {
- position: relative;
- z-index: 1;
- background: linear-gradient(179deg, #FFFFFF 0%, #FFFFFF 45%, #BEF5D8 70%, #CDF7CB 100%);
- border-radius: 16px 16px 0px 0px;
- padding-bottom: 10px;
- }
- .member_tabs {
- display: flex;
- align-items: center;
- justify-content: space-around;
- .member_tab {
- flex: 1;
- text-align: center;
- padding: 12px 0;
- cursor: pointer;
- opacity: 0.3;
- }
- .member_tab_active {
- opacity: 1;
- }
- .icon_member {
- display: inline-block;
- width: 24px;
- height: 24px;
- margin-right: 6px;
- }
- .icon_text {
- position: relative;
- margin-top: 3px;
- }
- .bottom_line {
- position: absolute;
- left: 0;
- right: 0;
- bottom: -3px;
- z-index: -1;
- height: 7px;
- width: 100%;
- display: inline-block;
- }
- .top_tab {
- display: flex;
- align-items: center;
- justify-content: center;
- padding-bottom: 5px;
- }
- .vip_member_tip {
- width: 71px;
- height: 14px;
- background: url('./new-images/vip-bottom-tip.png') no-repeat center;
- background-size: contain;
- display: inline-block;
- }
- .top_tab_vip {
- .icon_member {
- background: url('./new-images/icon-vip.png') no-repeat center;
- background-size: contain;
- }
- .icon_text {
- background: url('./new-images/icon-vip-text.png') no-repeat center;
- background-size: contain;
- width: 59px;
- height: 15px;
- }
- .bottom_line {
- background: url('./new-images/icon-vip-bottom-line.png') no-repeat center;
- background-size: contain;
- }
- }
- .svip_member_tip {
- width: 122px;
- height: 14px;
- background: url('./new-images/svip-bottom-tip.png') no-repeat center;
- background-size: contain;
- display: inline-block;
- }
- .top_tab_svip {
- .icon_member {
- background: url('./new-images/icon-svip.png') no-repeat center;
- background-size: contain;
- }
- .icon_text {
- background: url('./new-images/icon-svip-text.png') no-repeat center;
- background-size: contain;
- width: 68px;
- height: 15px;
- }
- .bottom_line {
- background: url('./new-images/icon-svip-bottom-line.png') no-repeat center;
- background-size: contain;
- }
- }
- .member_tab_single {
- display: flex;
- align-items: center;
- justify-content: space-between;
- padding: 11px 16px 0;
- }
- }
- .memberDiscount {
- margin: 10px 16px 0;
- position: relative;
- background: url('./new-images/icon-discount-bg.png') no-repeat center;
- background-size: contain;
- display: flex;
- align-items: center;
- height: 40px;
- font-size: 14px;
- color: #6B4429;
- line-height: 18px;
- .discountAvatar {
- margin-left: 15px;
- width: 34px;
- height: 34px;
- border-radius: 50%;
- overflow: hidden;
- border: 1px solid #ffaf59;
- }
- .discountName {
- padding-left: 30px;
- max-width: 200px;
- white-space: nowrap;
- overflow: hidden;
- text-overflow: ellipsis;
- span {
- color: #FF491A;
- }
- }
- .discountGift {
- position: absolute;
- right: 11px;
- top: 0;
- width: 40px;
- height: 40px;
- }
- }
- .btnGroup {
- padding: 18px 15px;
- background-color: #fff;
- .btn {
- border-radius: 12px;
- font-weight: bold;
- font-size: 20px;
- color: #662610 !important;
- line-height: 24px;
- }
- }
- .system_list_section {
- margin: 0 6px;
- }
- .system-list::-webkit-scrollbar {
- display: none;
- /* Chrome Safari */
- }
- .system-list {
- width: 100%;
- overflow-x: auto;
- overflow-y: hidden;
- display: flex;
- position: relative;
- user-select: none;
- box-sizing: content-box;
- padding-top: 16px;
- &.list_two {
- .system-item {
- width: 141px;
- &.active {
- width: 191px;
- }
- }
- }
- }
- .system-item {
- position: relative;
- display: flex;
- flex-direction: column;
- align-items: center;
- justify-content: flex-start;
- width: 96px;
- min-height: 120px;
- box-sizing: border-box;
- background: #ffffff;
- border-radius: 8px;
- border: 1px solid #E7E7E7;
- margin-left: 10px;
- // &:first-child {
- // margin-left: 0;
- // }
- .iconPermanent {
- position: absolute;
- left: -1px;
- top: -7px;
- width: 77px;
- height: 20px;
- background: url('./new-images/icon-permanent.png') no-repeat center;
- background-size: contain;
- }
- .s_title {
- font-weight: 500;
- font-size: 13px;
- color: #333333;
- line-height: 18px;
- padding-top: 25px;
- width: 100%;
- text-align: center;
- }
- .price {
- font-family: DINAlternate, DINAlternate;
- font-weight: bold;
- font-size: 30px;
- color: #333333;
- padding: 6px 0 9px;
- span {
- font-size: 16px;
- }
- }
- .originalPrice {
- color: #999999;
- font-size: 12px;
- line-height: 16px;
- }
- .extraTip {
- position: absolute;
- bottom: 0;
- left: 0;
- right: 0;
- width: 100%;
- box-sizing: border-box;
- background: #FFF5E0;
- line-height: 21px;
- text-align: center;
- text-overflow: ellipsis;
- white-space: nowrap;
- overflow: hidden;
- padding: 0 8px;
- border-radius: 0px 0px 7px 7px;
- }
- &.active {
- border: 2px solid #0ED8B0;
- background: linear-gradient(51deg, #E3F9F2 0%, #BCF8E5 100%);
- width: 130px;
- .iconPermanent {
- left: -2px;
- }
- .extraTip {
- background: #0ED8B0;
- color: #FFFFFF;
- font-weight: 500;
- }
- }
- }
- .list_one {
- .system-item {
- flex-direction: row;
- justify-content: space-between;
- padding: 0 20px;
- width: 100%;
- margin: 0 16px;
- min-height: 81px;
- border: 2px solid #0ED8B0;
- background: linear-gradient(51deg, #E3F9F2 0%, #BCF8E5 100%);
- .iconPermanent {
- left: -2px;
- }
- .itemBg {
- position: absolute;
- right: 71px;
- top: 0;
- bottom: 0;
- width: 100px;
- background: url('./new-images/icon-svip-big-icon.png') no-repeat center;
- background-size: contain;
- }
- }
- .priceS {
- position: relative;
- z-index: 1;
- display: flex;
- align-items: center;
- .price {
- color: #03A385;
- padding-bottom: 0;
- padding-top: 0;
- }
- .s_title {
- padding-top: 4px;
- padding-left: 10px;
- font-weight: 500;
- font-size: 15px;
- color: #333333;
- line-height: 21px;
- }
- }
- .oneMaxNum {
- margin-left: 4px;
- display: inline-block;
- background: linear-gradient(90deg, #BEFCE8 0%, #BFFAE8 100%);
- border-radius: 2px;
- font-size: 12px;
- color: #03A385;
- padding: 1px 2px;
- }
- .oneBtn {
- position: relative;
- z-index: 1;
- width: 71px;
- height: 30px;
- background: url('./new-images/btn-svip.png') no-repeat center;
- background-size: contain;
- cursor: pointer;
- &.onBtnRenew {
- background: url('./new-images/btn-svip-review.png') no-repeat center;
- background-size: contain;
- }
- }
- }
- .system_list_vip {
- .system-item {
- &.active {
- border: 2px solid #FFDB66;
- background: linear-gradient(90deg, #FFF7C4 0%, #FEF098 100%);
- width: 130px;
- }
- }
- &.list_two {
- .system-item {
- width: 141px;
- &.active {
- width: 191px;
- }
- }
- }
- &.list_one {
- .system-item {
- background: linear-gradient(90deg, #FFF7C4 0%, #FEF098 100%);
- border: 2px solid #FFDB66;
- .itemBg {
- background: url('./new-images/icon-vip-big-icon.png') no-repeat center;
- background-size: contain;
- }
- }
- .priceS {
- .price {
- color: #FF7452;
- }
- }
- .oneMaxNum {
- background: linear-gradient(90deg, #FEDA66 0%, #FEDA66 100%);
- color: #FF7452;
- text-decoration: line-through;
- }
- .oneBtn {
- background: url('./new-images/btn-vip.png') no-repeat center;
- background-size: contain;
- cursor: pointer;
- &.onBtnRenew {
- background: url('./new-images/btn-vip-review.png') no-repeat center;
- background-size: contain;
- }
- }
- }
- }
|