|
@@ -14,46 +14,29 @@
|
|
.vip-bar>div>a.link{font-size:14px;color:#55331D}
|
|
.vip-bar>div>a.link{font-size:14px;color:#55331D}
|
|
.vip-bar>div>a.btn{width:104px;height:36px;background:-webkit-gradient(linear,right top,left top,from(#585658),to(#323031));background:-o-linear-gradient(right,#585658 0%,#323031 100%);background:linear-gradient(270deg,#585658 0%,#323031 100%);border-radius:2px;line-height:36px;text-align:center;font-size:16px;color:#F0CB72}
|
|
.vip-bar>div>a.btn{width:104px;height:36px;background:-webkit-gradient(linear,right top,left top,from(#585658),to(#323031));background:-o-linear-gradient(right,#585658 0%,#323031 100%);background:linear-gradient(270deg,#585658 0%,#323031 100%);border-radius:2px;line-height:36px;text-align:center;font-size:16px;color:#F0CB72}
|
|
/*记录列表*/
|
|
/*记录列表*/
|
|
- .record-list {
|
|
|
|
- width: 100%;
|
|
|
|
- background: #fff;
|
|
|
|
- box-sizing: border-box;
|
|
|
|
- padding: 0 24px;
|
|
|
|
- }
|
|
|
|
- .record-list .record{
|
|
|
|
- display: flex;
|
|
|
|
- justify-content: space-between;
|
|
|
|
- align-items: center;
|
|
|
|
- width: 100%;
|
|
|
|
- padding: 24px 0;
|
|
|
|
- box-sizing: border-box;
|
|
|
|
- border-top:1px solid #E2E7EF;
|
|
|
|
- }
|
|
|
|
- .record-list .record:first-child{
|
|
|
|
- border-top: 0;
|
|
|
|
- }
|
|
|
|
- .record-list .record .desc{
|
|
|
|
- display: flex;
|
|
|
|
- flex-direction: column;
|
|
|
|
- align-items: flex-start;
|
|
|
|
- justify-content: center;
|
|
|
|
- }
|
|
|
|
- .record-list .record .desc>span:first-child{
|
|
|
|
- font-size: 16px;
|
|
|
|
- font-weight: 400;
|
|
|
|
- color: #22272E;
|
|
|
|
- }
|
|
|
|
- .record-list .record .desc>span:last-child{
|
|
|
|
- font-size: 14px;
|
|
|
|
- font-weight: 400;
|
|
|
|
- color: #627386;
|
|
|
|
- margin-top: 12px;
|
|
|
|
- }
|
|
|
|
- .record-list .record .amount span{
|
|
|
|
- font-size: 16px;
|
|
|
|
- font-weight: 400;
|
|
|
|
- color: #E15616;
|
|
|
|
- }
|
|
|
|
|
|
+.record-list{width:100%;background:#fff;-webkit-box-sizing:border-box;box-sizing:border-box;padding:0 24px}
|
|
|
|
+.record-list .record{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;padding:24px 0;-webkit-box-sizing:border-box;box-sizing:border-box;border-top:1px solid #E2E7EF}
|
|
|
|
+.record-list .record:first-child{border-top:0}
|
|
|
|
+.record-list .record .desc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}
|
|
|
|
+.record-list .record .desc>span:first-child{font-size:16px;font-weight:400;color:#22272E}
|
|
|
|
+.record-list .record .desc>span:last-child{font-size:14px;font-weight:400;color:#627386;margin-top:12px}
|
|
|
|
+.record-list .record .amount span{font-size:16px;font-weight:400;color:#E15616}
|
|
|
|
+/*续费弹窗*/
|
|
|
|
+.renew-popup{position:fixed;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:540px;height:424px;background:#FFFFFF;opacity:1;border-radius:2px;z-index:9999}
|
|
|
|
+.renew-popup .popup-title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:50px;padding:0 16px 0 24px;-webkit-box-sizing:border-box;box-sizing:border-box;font-size:16px;font-weight:bold;color:#4A4F58;opacity:1;border-bottom:1px solid #E2E7EF}
|
|
|
|
+.renew-popup .popup-title .close{color: #d4d4d4;font-size:30px;font-weight:400;cursor:pointer}
|
|
|
|
+.renew-popup .combo-list{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}
|
|
|
|
+.renew-popup .combo-list>div:first-child{margin-top:37px}
|
|
|
|
+.renew-popup .combo-list>div:last-child{margin-top:56px}
|
|
|
|
+/*遮罩*/
|
|
|
|
+.mask{content:"";display:block;position:fixed;width:100vw;height:100vh;background:#333333;opacity:0.7;left:0;top:0;z-index:9998}
|
|
|
|
+/*确认支付 立即支付弹窗*/
|
|
|
|
+.payment-confirm-popup{position:fixed;top:50%;left:50%;z-index:99999;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:338px;height:168px;padding:16px;background:#FFFFFF;opacity:1;border-radius:2px;-webkit-box-sizing:border-box;box-sizing:border-box}
|
|
|
|
+.payment-confirm-popup .popup-title{padding-bottom:16px;font-size:16px;font-weight:bold;color:#4A4F58}
|
|
|
|
+.payment-confirm-popup .popup-title .close{position:absolute;right:16px;top:4px;color:#d4d4d4;font-size:30px;font-weight:400;cursor:pointer}
|
|
|
|
+.payment-confirm-popup .content{font-size:14px;font-weight:400;line-height:24px;color:#22272E;opacity:1}
|
|
|
|
+.payment-confirm-popup .popup-btn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:48px}
|
|
|
|
+.payment-confirm-popup .popup-btn .confirm-btn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:104px;height:32px;background:#E15616;opacity:1;border-radius:2px;font-size:14px;font-weight:400;color:#FFFFFF}
|
|
}
|
|
}
|
|
|
|
|
|
/*h5*/
|
|
/*h5*/
|
|
@@ -68,5 +51,41 @@
|
|
.vip-bar .right-box a{display:block}
|
|
.vip-bar .right-box a{display:block}
|
|
.vip-bar .right-box a.link{font-size:2.8vw;color:#55331D}
|
|
.vip-bar .right-box a.link{font-size:2.8vw;color:#55331D}
|
|
.vip-bar .right-box a.btn{width:19.2vw;height:7.2vw;background:-webkit-gradient(linear,right top,left top,from(#585658),to(#323031));background:-o-linear-gradient(right,#585658 0%,#323031 100%);background:linear-gradient(270deg,#585658 0%,#323031 100%);border-radius:2px;line-height:7.2vw;text-align:center;font-size:3.2vw;color:#F0CB72;margin-top:2.4vw}
|
|
.vip-bar .right-box a.btn{width:19.2vw;height:7.2vw;background:-webkit-gradient(linear,right top,left top,from(#585658),to(#323031));background:-o-linear-gradient(right,#585658 0%,#323031 100%);background:linear-gradient(270deg,#585658 0%,#323031 100%);border-radius:2px;line-height:7.2vw;text-align:center;font-size:3.2vw;color:#F0CB72;margin-top:2.4vw}
|
|
-
|
|
|
|
|
|
+/*记录列表*/
|
|
|
|
+.record-list{padding:0 3.2vw;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff}
|
|
|
|
+.record-list .record{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;padding:3.2vw 0;-webkit-box-sizing:border-box;box-sizing:border-box;border-top:1px solid #B8BFCA}
|
|
|
|
+.record-list .record:first-child{border-top:0}
|
|
|
|
+.record-list .record:first-child{border-top:0}
|
|
|
|
+.record-list .record .desc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}
|
|
|
|
+.record-list .record .desc > span:first-child{font-size:3.6vw;font-weight:400;color:#22272E}
|
|
|
|
+.record-list .record .desc > span:last-child{font-size:2.8vw;font-weight:400;color:#627386;margin-top:2vw}
|
|
|
|
+.record-list .record .amount span{font-size:3.8vw;font-weight:400;color:#E15616}
|
|
|
|
+/*续费弹窗*/
|
|
|
|
+.renew-popup{position:fixed;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:74.6vw;height:72.8vw;background:#fff;-webkit-box-shadow:0px 10px 20px rgba(0,0,0,0.16);box-shadow:0px 10px 20px rgba(0,0,0,0.16);opacity:1;border-radius:1.2vw;z-index:9999}
|
|
|
|
+.renew-popup .popup-title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:4.8vw 4vw 0;-webkit-box-sizing:border-box;box-sizing:border-box;font-size:3.6vw;font-weight:bold;color:#4A4F58;opacity:1}
|
|
|
|
+.renew-popup .popup-title .close{position:absolute;right:2.4vw;top:1vw;font-size:7vw;font-weight:normal;cursor:pointer}
|
|
|
|
+.renew-popup .combo-list{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}
|
|
|
|
+.renew-popup .combo-list>div:first-child{-webkit-box-pack:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly;width:100%;margin-top:5.8vw}
|
|
|
|
+.renew-popup .combo-list>div:last-child{width:100%;margin-top:8vw}
|
|
|
|
+.renew-popup .combo-list .combo{width:20.6vw;height:22.4vw}
|
|
|
|
+.renew-popup .combo-list .combo.recommend::after{width:8vw;height:4vw;line-height:4vw;top:-1.55vw}
|
|
|
|
+.renew-popup .combo-list .combo .how-mounts{font-size:3.2vw}
|
|
|
|
+.renew-popup .combo-list .combo .price{font-size:3.9vw;padding:1.2vw 0}
|
|
|
|
+.renew-popup .combo-list .combo .price i{font-size:2.6vw}
|
|
|
|
+.renew-popup .combo-list .combo .average{font-size:2.6vw}
|
|
|
|
+.renew-popup .combo-list .pay-btn{width:66.6vw;height:9.9vw;font-size:3.2vw}
|
|
|
|
+.renew-popup .combo-list .pay-btn.plain{margin-top:3.3vw}
|
|
|
|
+/*遮罩*/
|
|
|
|
+.mask{content:"";display:block;position:fixed;width:100vw;height:100vh;background:#333333;opacity:0.7;left:0;top:0;z-index:9998}
|
|
|
|
+/*确认支付,立即支付弹窗*/
|
|
|
|
+.payment-confirm-popup{position:fixed;top:50%;left:50%;z-index:99999;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:74.6vw;height:46vw;padding:4.4vw;background:#FFFFFF;opacity:1;border-radius:1.2vw;-webkit-box-sizing:border-box;box-sizing:border-box}
|
|
|
|
+.payment-confirm-popup .popup-title{padding-bottom:3.2vw;padding-top:2.4vw;font-size:3.8vw;font-weight:bold;color:#4A4F58}
|
|
|
|
+.payment-confirm-popup .popup-title .close{position:absolute;right:3.2vw;top:1.2vw;color:#d4d4d4;font-size:5.6vw;font-weight:400;cursor:pointer}
|
|
|
|
+.payment-confirm-popup .content{font-size:3.6vw;font-weight:400;line-height:6.4vw;color:#22272E;opacity:1}
|
|
|
|
+.payment-confirm-popup .popup-btn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:10.4vw}
|
|
|
|
+.payment-confirm-popup .popup-btn .confirm-btn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:66.6vw;height:9.9vw;background:#E15616;opacity:1;border-radius:2px;font-size:14px;font-weight:400;color:#FFFFFF}
|
|
|
|
+/*加载更多*/
|
|
|
|
+.show-more{width:100vw;margin:2.4vw 0;text-align:center}
|
|
|
|
+.show-more .more-btn{display:inline-block;width:20vw;height:6vw;font-size:3vw;line-height:6vw;border:1px solid #ccc}
|
|
|
|
+.show-more .more-btn::after{content:'';width:4vw;height:2.4vw;display:inline-block;background:url(/img/base/icon_m.png) no-repeat;background-size:100vw auto;background-position:-51.5vw -2vw}
|
|
}
|
|
}
|