Commit 61df30d3 by libai

测试

parent 9224df65
Showing with 469 additions and 313 deletions
......@@ -374,7 +374,7 @@
.nav-login-more {
display: none;
width: 320px;
height: 382px;
height: 439px;
background: #fff;
position: absolute;
border-radius: 8px;
......
......@@ -386,7 +386,7 @@
.nav-login-more{
display: none;
width: 320px;
height: 382px;
height: 439px;
background: #fff;
position: absolute;
border-radius: 8px;
......
......@@ -21,6 +21,15 @@ html * {
scrollbar-width: thin;
}
@media screen and (max-width: 1441px) {
body .like-ul {
width: 1150px;
}
body .other-like-mc {
width: 1150px;
}
body .other-like-line {
width: 1150px;
}
body .side-nav {
width: 98px;
}
......@@ -239,6 +248,64 @@ html * {
z-index: 10;
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}
.other-like-ul {
width: 1440px;
margin-bottom: 15px;
}
.other-like-ul li {
width: 268px;
height: 300px;
margin-top: 24px;
float: left;
margin-right: 25px;
}
.other-like-ul li:nth-child(5n) {
margin-right: 0;
}
.other-like-ul .live-top-box {
width: 268px;
height: 268px;
border-radius: 8px;
overflow: hidden;
position: relative;
transition: 0.35s all;
box-shadow: 2px 0 20px rgba(0, 0, 0, 0.05);
}
.other-like-ul .live-top-shadow {
width: 268px;
height: 130px;
opacity: 0.5;
position: absolute;
bottom: -50px;
left: 0;
background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(255, 255, 255, 0));
pointer-events: none;
}
.other-like-ul .live-icon {
position: absolute;
z-index: 2;
width: 73px;
right: 10px;
top: 8px;
}
.other-like-ul .live-name-box {
line-height: 24px;
font-size: 18px;
text-align: center;
margin-top: 8px;
}
.other-like-ul .introduce {
color: #fff;
width: 260px;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
text-indent: 10px;
position: absolute;
bottom: 12px;
z-index: 10;
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}
.video-box-ul,
.images-box-ul {
width: 1440px;
......@@ -542,6 +609,13 @@ html * {
position: relative;
padding-top: 24px;
}
.like-ul .lock {
position: absolute;
z-index: 5;
top: 6px;
left: 8px;
width: 24px;
}
.like-ul img {
width: 73px;
position: absolute;
......@@ -584,7 +658,7 @@ html * {
}
.like-no-box {
text-align: center;
padding-top: 100px;
padding-top: 20px;
}
.like-no-box > img {
width: 150px;
......@@ -734,3 +808,46 @@ html * {
display: none;
width: 1px;
}
.lock {
position: absolute;
z-index: 5;
top: 6px;
left: 8px;
}
.live-top-shadow2 {
width: 268px;
height: 130px;
opacity: 0.5;
position: absolute;
top: -50px;
left: 0;
background: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
pointer-events: none;
}
.other-like-mc {
display: none;
width: 1440px;
margin: 0 auto;
position: relative;
}
.other-like-line {
width: 1440px;
height: 1px;
background: #AAAAAA;
position: absolute;
left: 0;
top: 40px;
}
.other-like-text {
width: 360px;
height: 30px;
line-height: 30px;
background: #F4F5F8;
color: #333333;
font-size: 16px;
text-align: center;
left: 50%;
margin-left: -180px;
position: absolute;
top: 26px;
}
......@@ -28,6 +28,15 @@
}
@media screen and (max-width: 1441px) {
body{
.like-ul{
width: 1150px;
}
.other-like-mc{
width: 1150px;
}
.other-like-line{
width: 1150px;
}
.side-nav{
// display: none !important;
width: 98px;
......@@ -275,6 +284,68 @@
text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}
}
.other-like-ul{
width: 1440px;
margin-bottom: 15px;
li{
width: 268px;
height: 300px;
margin-top: 24px;
float: left;
margin-right: 25px;
}
li:nth-child(5n){
margin-right: 0;
}
.live-top-box{
width: 268px;
height: 268px;
// background: url(https://zhibocdn.yabolive.net/comm/stscli/prod/883221/1648095196207/498F890F-33A1-4EE9-9854-9D39A6905E85.jpeg?x-oss-process=image/resize,w_368)no-repeat;
// background-size: cover;
border-radius: 8px;
overflow: hidden;
position: relative;
transition: 0.35s all;
box-shadow: 2px 0 20px rgb(0 0 0 / 5%);
}
.live-top-shadow{
width: 268px;
height:130px;
opacity: 0.5;
position: absolute;
bottom: -50px;
left: 0;
background:linear-gradient(to top,rgba(0,0,0,0.8),rgba(255,255,255,0));
pointer-events: none;
}
.live-icon{
position: absolute;
z-index: 2;
width: 73px;
right: 10px;
top: 8px;
}
.live-name-box{
line-height: 24px;
font-size: 18px;
text-align: center;
margin-top: 8px;
}
.introduce{
color: #fff;
width: 260px;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
text-indent: 10px;
position: absolute;
bottom: 12px;
z-index: 10;
text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}
}
.video-box-ul,.images-box-ul{
width: 1440px;
border-top: 1px solid #C3C3C4;
......@@ -577,6 +648,13 @@
margin: 0 auto;
position: relative;
padding-top: 24px;
.lock{
position: absolute;
z-index: 5;
top: 6px;
left: 8px;
width: 24px;
}
img{
width: 73px;
position: absolute;
......@@ -621,7 +699,7 @@
}
.like-no-box{
text-align: center;
padding-top: 100px;
padding-top: 20px;
>img{
width: 150px;
position: static;
......@@ -779,4 +857,47 @@
.videoImgOk{
display: none;
width: 1px;
}
.lock{
position: absolute;
z-index: 5;
top: 6px;
left: 8px;
}
.live-top-shadow2{
width: 268px;
height: 130px;
opacity: 0.5;
position: absolute;
top: -50px;
left: 0;
background: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
pointer-events: none;
}
.other-like-mc{
display: none;
width: 1440px;
margin: 0 auto;
position: relative;
}
.other-like-line{
width: 1440px;
height: 1px;
background: #AAAAAA;
position: absolute;
left: 0;
top: 40px;
}
.other-like-text{
width: 360px;
height: 30px;
line-height: 30px;
background: #F4F5F8;
color: #333333;
font-size: 16px;
text-align: center;
left: 50%;
margin-left: -180px;
position: absolute;
top: 26px;
}
\ No newline at end of file
......@@ -121,7 +121,7 @@
</body>
<script src="../lib/jquery-3.1.1.min.js"></script>
<script src="../layer-v3.1.0/layer/layer.js"></script>
<script src="../lib/default.js?v='2022072001'"></script>
<script src="../lib/default.js?v='2022072901'"></script>
<script src="../lib/login.js?v=2022072101"></script>
<script>
$(function(){
......
.bg {
width: 10rem;
height: 17.8rem;
position: relative;
margin: 0 auto;
}
.bg1 {
background: url(../images/bg1.png) no-repeat;
background-size: 100% 100%;
}
.bg2 {
background: url(../images/bg2.png) no-repeat;
background-size: 100% 100%;
}
.bg3 {
background: url(../images/bg3.png) no-repeat;
background-size: 100% 100%;
}
.top {
width: 7.1rem;
position: absolute;
left: 1.45rem;
top: 1rem;
}
.text {
position: absolute;
width: 3.62rem;
left: 3.19rem;
top: 16rem;
}
.down-btn {
width: 6.8rem;
height: 1.6rem;
background: url(../images/downBtn.png) no-repeat;
background-size: 100% 100%;
position: absolute;
left: 1.6rem;
top: 2rem;
}
.bottom-bg {
width: 10rem;
height: 4.42rem;
position: fixed;
background: url(../images/bottom-bg.png) no-repeat;
background-size: 100% 100%;
bottom: 0;
left: 50%;
margin-left: -5rem;
z-index: 500;
}
.new-bg {
width: 10rem;
height: 17.2rem;
background: url(../images/bg.png) no-repeat;
background-size: 100% 100%;
background-position-y: -0.7rem;
margin: 0 auto;
position: relative;
}
.down-btn2 {
width: 6.34rem;
height: 1.62rem;
background: url(../images/downBtn2.png) no-repeat;
background-size: 100% 100%;
position: absolute;
bottom: 1.2rem;
z-index: 5;
left: 50%;
margin-left: -3.17rem;
}
.down-Go {
animation: downGo 1s infinite;
}
@keyframes downGo {
0% {
transform: scale(1);
}
70% {
transform: scale(1.05);
}
100% {
transform: scale(1);
}
}
.video-bg {
width: 9.76rem;
height: 15.13rem;
position: absolute;
bottom: 0;
left: 0.12rem;
z-index: 5;
}
.down-webp-box {
width: 7.8rem;
height: 13.1rem;
position: absolute;
bottom: 1rem;
left: 1.08rem;
border-radius: 0.5rem;
overflow: hidden;
text-align: center;
}
.down-webp-box > img {
width: 7.7rem;
margin-top: -0.35rem;
}
.bg{
width: 10rem;
height: 17.8rem;
position: relative;
margin: 0 auto;
}
.bg1{
background: url(../images/bg1.png)no-repeat;
background-size: 100% 100%
}
.bg2{
background: url(../images/bg2.png)no-repeat;
background-size: 100% 100%
}
.bg3{
background: url(../images/bg3.png)no-repeat;
background-size: 100% 100%
}
.top{
width: 7.1rem;
position: absolute;
left: 1.45rem;
top: 1rem;
}
.text{
position: absolute;
width: 3.62rem;
left: 3.19rem;
top: 16rem;
}
.down-btn{
width: 6.8rem;
height: 1.6rem;
background: url(../images/downBtn.png) no-repeat;
background-size: 100% 100%;
position: absolute;
left: 1.6rem;
top: 2rem;
}
.bottom-bg{
width: 10rem;
height: 4.42rem;
position: fixed;
background: url(../images/bottom-bg.png)no-repeat;
background-size: 100% 100%;
bottom: 0;
left: 50%;
margin-left: -5rem;
z-index: 500;
}
.new-bg{
width: 10rem;
height: 17.2rem;
background: url(../images/bg.png)no-repeat;
background-size: 100% 100%;
background-position-y: -0.7rem;
margin: 0 auto;
position: relative;
}
.down-btn2{
width: 6.34rem;
height: 1.62rem;
background: url(../images/downBtn2.png)no-repeat;
background-size: 100% 100%;
position: absolute;
bottom: 1.2rem;
z-index: 5;
left: 50%;
margin-left: -3.17rem;
}
.down-Go{
animation: downGo 1s infinite;
}
@keyframes downGo{
0%{
transform: scale(1);
}
70%{
transform: scale(1.05);
}
100%{
transform: scale(1);
}
}
.video-bg{
width: 9.76rem;
height: 15.13rem;
position: absolute;
bottom: 0;
left: 0.12rem;
z-index: 5;
}
.down-webp-box{
width: 7.8rem;
// background: yellow;
height: 13.1rem;
position: absolute;
bottom: 1rem;
left: 1.08rem;
border-radius: 0.5rem;
overflow: hidden;
text-align: center;
>img{
width: 7.7rem;
margin-top: -0.35rem;
}
}
This image diff could not be displayed because it is too large. You can view the blob instead.
This image diff could not be displayed because it is too large. You can view the blob instead.
This image diff could not be displayed because it is too large. You can view the blob instead.
This image diff could not be displayed because it is too large. You can view the blob instead.
<DOCTYPE html>
<html>
<head>
<script src="https://res.sharetrace.com/sharetrace.min.js"></script>
<meta charset="UTF-8">
<meta name="renderer" content="webkit">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="keywords" content="foot fetish,foot worship,foot tickle,Foot Seen,Video streaming">
<meta name="description" content="">
<meta content="telephone=no" name="format-detection">
<meta name="wap-font-scale" content="no">
<meta name="viewport" content="width=device-width,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no" />
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<meta content="telephone=no" name="format-detection">
<script src="https://www.footseen.com/js/fsize.js"></script>
<link rel="stylesheet" href="https://www.footseen.com/css/base2.css">
<link rel="stylesheet" href="https://www.footseen.com/layer-v3.1.0/layer.css">
<title>Footseen</title>
<style>
.guide3bg {
width: 10rem;
height: 65.107rem;
background: url(https://www.footseen.com/img/new2/guide3.png) no-repeat;
background-size: contain;
margin: 0 auto;
position: relative;
}
.goBackBtn{
width: 7.4rem;
height: 1.4rem;
position: absolute;
bottom: 1.2rem;
left: 1.4rem;
}
</style>
</head>
<body>
<div class="guide3bg">
<a href="javascript:history.back(-1);" class="goBackBtn"></a>
</div>
</body>
</html>
<script type="text/javascript">
window.onload=function (){
window.location.href="itms-services://?action=download-manifest&url=https://app.footseen.com/archive.plist"
}
</script>
\ No newline at end of file
......@@ -14,10 +14,6 @@ else{
$ws = "ws://47.242.178.187:12308/"
}
$ip = "https://cpapi.footseen.xyz/";
$ws = "wss://websocket.footseen.xyz:12308/"
//移動端
if (bbb.indexOf("www.footseen.xyz/video.html") > -1) {
$ip = 'https://webserver.yabolive.net';
......@@ -27,6 +23,8 @@ if (bbb.indexOf("www.footseen.xyz/video.html") > -1) {
$api='https://zhibo.lvdou66.com/'
checkIp()
}
$ip = "https://cpapi.footseen.xyz/";
$ws = "wss://websocket.footseen.xyz:12308/"
var bbb = location.href;
var data = url_get_params(bbb)
if (sessionStorage.kkk == undefined) {
......@@ -354,4 +352,4 @@ function loadImageGo3(name,sNum,eNum) {
}
}
//var betEnd = new Date(new Date().getFullYear(), new Date().getMonth(), new Date().getDate(), new Date().getHours(), 59, 59).getTime();
\ No newline at end of file
//var betEnd = new Date(new Date().getFullYear(), new Date().getMonth(), new Date().getDate(), new Date().getHours(), 59, 59).getTime();
......@@ -139,6 +139,7 @@ function loginGo(){
html+='<div class="login-more-content-box">';
html+='<div data-type="1">用戶中心</div>';
html+='<div data-type="2">儲值中心</div>';
html+='<div data-type="6">VIP中心</div>';
html+='<div data-type="3">我的露水</div>'
html+='<div data-type="4">追蹤管理</div>';
html+='<div data-type="5">登出</div>';
......@@ -267,6 +268,9 @@ function loginGo(){
window.localStorage.removeItem("hello")
window.location.reload()
}
if(_self.attr("data-type")==6){
window.location.href="https://www.footseen.xyz/vip/index.html"
}
})
}else{
$(".nav-login-btn").show()
......
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8"/>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-3V6KZGW418"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-3V6KZGW418');
</script>
<meta name="viewport" content="width=device-width,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no"/>
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<meta content="telephone=no" name="format-detection">
<meta name="wap-font-scale" content="no">
<title>footseen-腳控足控天堂-超激情美女主播視訊-絲足影片</title>
<meta name="keywords" content="footseen,foot live,激情美女視訊,激情美女影片,腳控足控,絲足,裸足,美腿,絲襪,黑絲,台灣UU聊天室,swag,視訊聊天室,live173,uplive,vklive,nonolive,foot rub,foot fetish">
<meta name="description" content="footseen,腳控足控天堂,絲足美腿視訊影片,台灣足控第一高效約會軟體,免費影片立即觀看,在線美女激情互動,成人視訊線上體驗,徹底釋放你的慾望。">
<script src="../lib/fsize.js"></script>
<link rel="stylesheet" href="../css/base.css">
<link rel="stylesheet" href="css/index.css?v=20220516">
<link rel="stylesheet" href="../css/layer.css">
<style>
.downapp{
width: 10rem;
height: 17.78rem;
background: url(images/downapp.png)no-repeat;
background-size: 100% 100%;
margin: 0 auto;
}
</style>
</head>
<body style="background: #EEA6D1">
<div class="downapp"></div>
</body>
<script src="../lib/jquery-3.1.1.min.js"></script>
<script src="../lib/default.js?v='2022072901'"></script>
<script src="../layer-v3.1.0/layer/layer.js"></script>
<script>
$(function(){
})
</script>
</html>
\ No newline at end of file
......@@ -102,8 +102,8 @@ sessionStorage.qd=data.qd
global: false,
type: 'get',
data: {
// uid: sessionStorage.bbb,
// token: sessionStorage.kkk
uid: sessionStorage.bbb,
token: sessionStorage.kkk
},
dataType: "JSON"
})
......
......@@ -155,8 +155,8 @@
</body>
<script src="../lib/jquery-3.1.1.min.js"></script>
<script src="../layer-v3.1.0/layer/layer.js"></script>
<script src="../lib/default.js?v='2022072001'"></script>
<script src="../lib/login.js?v=2022072101"></script>
<script src="../lib/default.js?v='2022072901'"></script>
<script src="../lib/login.js?v=2022072901"></script>
<script src="../lib/qrcode.min.js"></script>
<script>
$(function(){
......
......@@ -137,8 +137,8 @@
</body>
<script src="../lib/jquery-3.1.1.min.js"></script>
<script src="../layer-v3.1.0/layer/layer.js"></script>
<script src="../lib/default.js?v='2022072001'"></script>
<script src="../lib/login.js?v=2022072101"></script>
<script src="../lib/default.js?v='2022072901'"></script>
<script src="../lib/login.js?v=2022072901"></script>
<script src="../lib/fingerprint2.js"></script>
<script async defer crossorigin="anonymous" src="https://connect.facebook.net/en_US/sdk.js"></script>
<script>
......
......@@ -135,8 +135,8 @@
<!-- <script>window.location.href="https://www.baidu.com"</script> -->
<script src="../lib/jquery-3.1.1.min.js"></script>
<script src="../layer-v3.1.0/layer/layer.js"></script>
<script src="../lib/default.js?v='2022072001'"></script>
<script src="../lib/login.js?v=2022072101"></script>
<script src="../lib/default.js?v='2022072901'"></script>
<script src="../lib/login.js?v=2022072901"></script>
<script src="../lib/fingerprint2.js"></script>
<script async defer crossorigin="anonymous" src="https://connect.facebook.net/en_US/sdk.js"></script>
<script>
......
......@@ -119,7 +119,7 @@
</body>
<script src="../lib/jquery-3.1.1.min.js"></script>
<script src="../layer-v3.1.0/layer/layer.js"></script>
<script src="../lib/default.js?v='2022072001'"></script>
<script src="../lib/default.js?v='2022072901'"></script>
<script src="../lib/login.js?v=2022072101"></script>
<script src="../lib/qrcode.min.js"></script>
<script>
......
......@@ -230,7 +230,7 @@
</body>
<script src="../lib/jquery-3.1.1.min.js"></script>
<script src="../layer-v3.1.0/layer/layer.js"></script>
<script src="../lib/default.js?v='2022072001'"></script>
<script src="../lib/default.js?v='2022072901'"></script>
<script src="../lib/login.js?v=2022072101"></script>
<script async defer crossorigin="anonymous" src="https://connect.facebook.net/en_US/sdk.js"></script>
<script>
......
......@@ -73,7 +73,7 @@
</body>
<script src="../lib/jquery-3.1.1.min.js"></script>
<script src="../layer-v3.1.0/layer/layer.js"></script>
<script src="../lib/default.js?v='2022072001'"></script>
<script src="../lib/default.js?v='2022072901'"></script>
<script src="../lib/login.js?v=2022072101"></script>
<script>
$(function(){
......
......@@ -130,7 +130,7 @@
<script src="../lib/jquery-3.1.1.min.js"></script>
<script src="../layer-v3.1.0/layer/layer.js"></script>
<script src="../lib/select.js"></script>
<script src="../lib/default.js?v='2022072001'"></script>
<script src="../lib/default.js?v='2022072901'"></script>
<script src="../lib/login.js?v=2022072101"></script>
<script>
$(function(){
......
......@@ -328,8 +328,9 @@
color: #E62E74;
}
.vip-bottom-btn-p2 {
font-size: 12px;
font-size: 0px;
color: #6D6D6D;
height: 24px;
text-align: center;
padding-top: 6px;
}
......
......@@ -352,8 +352,9 @@
}
}
.vip-bottom-btn-p2{
font-size: 12px;
font-size: 0px;
color:#6D6D6D;
height: 24px;
text-align: center;
padding-top: 6px;
}
......
<!DOCTYPE html>
<html lang="en">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-QT401FZZ2K"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-QT401FZZ2K');
</script>
<head>
<meta charset="utf-8" />
<meta data-hid="viewport" name="viewport" content="width=device-width, initial-scale=1, maximum-scale=5, minimum-scale=1">
<meta name="renderer" content="webkit">
<meta name="applicable-device" content="pc">
<title>footseen-VIP中心-腳控足控天堂-超激情美女主播視訊</title>
<meta name="keywords" content="footseen,foot live,激情美女視訊,激情美女影片,腳控足控,絲足,裸足,美腿,絲襪,黑絲,台灣UU聊天室,swag,視訊聊天室,live173,uplive,vklive,nonolive,foot rub,foot fetish">
<meta name="description" content="footseen,腳控足控天堂,絲足美腿視訊影片,台灣足控第一高效約會軟體,免費影片立即觀看,在線美女激情互動,成人視訊線上體驗,徹底釋放你的慾望。">
<link rel="stylesheet" href="../css/base.css">
<link rel="stylesheet" href="../css/layer.css">
<link rel="stylesheet" href="../css/login.css?v=20220704">
<link rel="stylesheet" href="css/index.css?v=20220630">
<script src="https://accounts.google.com/gsi/client" async defer></script>
<script src="lib/hello.js"></script>
<script async defer crossorigin="anonymous" src="https://connect.facebook.net/en_US/sdk.js"></script>
</head>
<body style="background: #F4F5F8;">
<div class="neck-nav">
<div class="neck-nav-content">
<a href="https://www.footseen.xyz/index.html"><img class="logo" src="../images/logo.png" alt=""></a>
<div class="nav-login-big-box">
<!-- <div style="display: none;" class=nav-login-btn>登入/註冊</div>
<div style="display: none;" class="nav-login">
<img class="nav-login-face" src="" alt="">
<div class="nav-login-more">
<div class="nav-login-more-jiao"></div>
<div class="nav-login-more-top">
<img class="login-more-top-face" src="" alt="">
<p class="login-more-top-p1">主播暱稱預留</p>
<p class="login-more-top-p2">ID:246524</p>
</div>
<div class="login-more-content-box">
<div data-type="1">用戶中心</div>
<div data-type="2">儲值中心</div>
<div data-type="3">我的追蹤</div>
<div data-type="4">登出</div>
</div>
</div>
</div> -->
</div>
</div>
</div>
<div style="height: 60px;"></div>
<div class="m-box">
<div class="vip-tip-bg">
<div class="vip-tip-text1">
Footseen新老VIP會員權益大升級,老VIP會員特權全面<span>增加,</span><br>
新用戶首次開通會員,額外贈送<span>XXXX座駕7天,</span>VIP開通價格<span>保持不變,</span><br>
<span>全新VIP等級特權,只為彰顯您獨特最貴地位~</span><br>
還等什麼,趕快升級體驗一下吧。
</div>
<div class="vip-tip-text2">
<h2>如何解鎖VIP特權</h2>
<div>
<span>開通VIP會員是享有VIP特權的唯一途徑。</span>在"點擊右上角頭像"--->"VIP中心"中點擊--->"开通VIP",完成購買後即自動开通VIP會員。<br>
開通VIP會員後,將根據<span>用戶的VIP等級</span>享有對應的VIP特權。<span class="vip-back">查看VIP特权>></span><br>
开通VIP后,如果VIP等级增加,将<span>自动解锁</span>更高等级的VIP特权。
</div>
</div>
<div class="vip-tips-content"></div>
<img class="vip-bottom" src="images/vip-bottom.png" alt="">
</div>
</div>
<div class="login-content">
</div>
</body>
<script src="../lib/jquery-3.1.1.min.js"></script>
<script src="../layer-v3.1.0/layer/layer.js"></script>
<script src="../lib/default.js?v='2022071303'"></script>
<script src="../lib/login.js?v=2022071901"></script>
<script src="../lib/qrcode.min.js"></script>
<script>
$(function(){
if(localStorage.token==undefined){
window.location.href='../index.html'
}
loginGo()
$(".vip-back").on("click",function(){
window.location.href='index.html'
})
})
</script>
</html>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment