123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436 |
- body {
- color: #515a6e;
- font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, \\5FAE\8F6F\96C5\9ED1, Arial, sans-serif;
- }
- p {
- margin: 0;
- }
- .v-title{
- position: absolute;
- bottom: 0;
- left: 0;
- background-color: #4c4c50;
- color: #fabf64;
- width: 150px;
- height: 50px;
- line-height: 50px;
- text-align: center;
- font-weight: 600;
- border-top-left-radius: 10px;
- border-top-right-radius:10px;
- }
- /* 会员中心 */
- .vip-model {
- display: flex;
- flex-wrap: nowrap;
- justify-content: flex-start;
- font-size: 14px;
- position: relative;
- padding-top: 10px;
- }
- .v-left {
- width: 320px;
- border-right: 1px solid #f8f8f8;
- padding: 0 20px;
- }
- .v-left .v-name {
- font-size: 16px;
- font-weight: 600;
- margin-bottom: 10px;
- }
- .v-left .v-logo {
- width: 100px;
- height: 100px;
- border-radius: 100px;
- border: 1px solid #ddd;
- }
- .v-left .vip-interest {
- margin: 20px 0;
- line-height: 2.8;
- }
- .v-left .vip-title {
- font-size: 24px;
- font-weight: 600;
- color: #ed4014;
- }
- .v-right {
- flex: 1;
- padding: 0 16px;
- }
- .vip-list {
- display: flex;
- flex-wrap: nowrap;
- justify-content: space-around;
- }
- .vip-list .vip-item {
- width: 200px;
- font-weight: 600;
- border-radius: 10px;
- text-align: center;
- padding-bottom: 10px;
- cursor: pointer;
- margin-bottom: 12px;
- position: relative;
- box-shadow: 1px 1px 2px #ddd, -1px -1px 2px #ddd;
- }
- .vip-list .vip-item.active {
- color: #4c4c50;
- background: linear-gradient(to bottom, #fabf6440, #fabf64);
- }
- .vip-list .vip-item.active .vip-red {
- color: #ed4014;
- }
- .vip-list .vip-name {
- font-size: 16px;
- padding: 10px 0;
- }
- .vip-list .vip-price {
- font-size: 14px;
- margin-bottom: 15px;
- }
- .vip-list .vip-market-price {
- margin-left: 10px;
- text-decoration: line-through;
- opacity: 0.8;
- }
- .vip-list .price-value {
- font-size: 28px;
- font-weight: 600;
- margin-left: 3px;
- }
- .vip-list .vip-desc {
- color: #999;
- font-size: 12px;
- }
- .vip-list .vip-red {
- color: #e12424;
- font-weight: 600;
- }
- .vip-tips {
- color: #999;
- font-size: 12px;
- margin: 10px 0;
- text-align: center;
- position: relative;
- }
- .vip-tips::before {
- content: '';
- position: absolute;
- width: 25%;
- height: 1px;
- top: 0;
- bottom: 0;
- left: 5%;
- margin: auto;
- background-color: #f8f8f8;
- }
- .vip-tips::after {
- content: '';
- position: absolute;
- width: 25%;
- height: 1px;
- top: 0;
- bottom: 0;
- right: 5%;
- margin: auto;
- background-color: #f8f8f8;
- }
- .pay-line .pay-icon {
- width: 25px;
- height: 25px;
- }
- .pay-tips {
- color: #e12424;
- font-weight: 600;
- font-size: 12px;
- margin-top: 8px;
- }
- .pay-item {
- border: 1px solid #ddd;
- padding: 0 15px;
- border-radius: 5px;
- cursor: pointer;
- height: 35px;
- margin-right: 15px;
- }
- .pay-item .iconfont {
- margin-right: 5px;
- }
- .pay-item .icon-zhifubaozhifu {
- color: #027AFF;
- }
- .pay-item .icon-weixinzhifu {
- color: #62b900;
- }
- .pay-cont {
- padding: 10px 10px 10px 0;
- display: flex;
- flex-wrap: nowrap;
- justify-content: flex-start;
- }
- .pay-cont .pay-img {
- width: 120px;
- height: 120px;
- background-color: #eee;
- position: relative;
- }
- .pay-cont .pay-desc {
- padding-left: 20px;
- line-height: 2.2;
- font-size: 14px;
- }
- .pay-cont .iconfont {
- vertical-align: middle;
- font-size: 16px;
- margin: 0 5px 0 10px;
- }
- .iconfont {
- vertical-align: middle;
- }
- .dis-agreement {
- display: none;
- text-align: center;
- height: 140px;
- line-height: 140px;
- font-size: 18px;
- font-weight: 600;
- color: #ed4014;
- }
- .pay-agreement {
- margin-top: 5px;
- }
- .pay-agreement span {
- font-size: 12px;
- color: #999;
- margin: 0 !important;
- }
- .agreement-txt {
- cursor: pointer;
- }
- .agreement-txt:hover {
- color: #ed4014;
- }
- .money-color {
- color: #ed4014;
- font-size: 30px;
- font-weight: 600;
- margin-left: 2px;
- }
- .vip-banner {
- background-color: #eee;
- height: 60px;
- width: 100%;
- margin-bottom: 15px;
- border-radius: 30px;
- }
- .font-12 {
- font-size: 12px !important;
- }
- .font-13 {
- font-size: 13px !important;
- }
- .open-member {
- width: 100px;
- height: 24px;
- border-radius: 24px;
- vertical-align: middle;
- cursor: pointer;
- margin-right: 10px;
- }
- .vip-top {
- height: 70px;
- background: url('/static/logo/v-topbgs.png') no-repeat center center;
- margin: 0 0 8px 0;
- display: flex;
- flex-wrap: nowrap;
- justify-content: flex-end;
- padding: 10px 40px;
- color: #333;
- position: relative;
- }
- .vip-top .vt-logo {
- width: 50px;
- height: 50px;
- border-radius: 50px;
- border: 1px solid #eee;
- margin-right: 10px;
- }
- .vip-top .vt-name {
- font-size: 16px;
- font-weight: 600;
- padding-top: 5px;
- margin: 0;
- }
- .il-vip {
- text-align: center;
- }
- .il-vip img {
- width: 40px;
- height: 40px;
- }
- .il-interest {
- line-height: 3.8;
- text-align: left;
- font-size: 14px;
- position: relative;
- display: flex;
- flex-wrap: wrap;
- justify-content: space-between;
- }
- .il-interest .il-item {
- width: 50%;
- }
- .il-interest .il-item img {
- width: 35px;
- height: 35px;
- }
- .member-model {
- line-height: 1.8;
- padding: 10px;
- display: none;
- position: absolute;
- left: 0;
- top: 0;
- z-index: 3;
- background-color: #fff;
- }
- .member-model .member-btn {
- text-align: right;
- margin-top: 20px;
- }
- .agreement-content {
- height: 500px;
- overflow: auto;
- text-indent: 2em;
- }
- .agreement-content .font-600 {
- font-weight: 600;
- font-size: 18px;
- }
- .member-btn button {
- background-color: #F56C6C;
- border: 1px solid transparent;
- border-color: #F56C6C;
- font-size: 14px;
- border-radius: 4px;
- padding: 0 15px;
- height: 32px;
- color: #fff;
- }
- .member-btn button:hover {
- background-color: #F56C6C90;
- border-color: #F56C6C90;
- }
- .i-cost {
- position: absolute;
- width: 30px;
- top: -10px;
- left: 5px;
- }
- .coupon-modal {
- position: absolute;
- bottom: 0;
- right: 0;
- background: #ed4014;
- padding: 20px;
- z-index: 2;
- font-size: 12px;
- color: #999;
- border-radius: 10px;
- display: none;
- }
- .coupon-bg {
- background: #fff;
- border-radius: 10px;
- padding: 10px 20px;
- }
- .coupon-price {
- color: #ed4014;
- font-size: 26px;
- font-weight: 600;
- }
- .coupon-desc {
- font-size: 14px;
- }
- .coupon-tips {
- border-top: 1px dashed #ddd;
- margin-top: 10px;
- padding-top: 10px;
- font-size: 12px;
- }
- .coupon-close {
- position: absolute;
- left: 0px;
- top: 0;
- line-height: 1;
- color: #fff;
- font-size: 30px;
- transform: rotateZ(45deg);
- cursor: pointer;
- }
|