Commit 86596e0d by agan

修改官网页面

parent d617662a
Showing with 1614 additions and 10 deletions
/*初始化 reset*/
@charset "utf-8"; @charset "utf-8";
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,input,button,textarea,select,p,span,font,em,i,b,strong,button{margin:0;padding:0;} body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,input,button,textarea,select,p,span,font,em,i,b,strong,button{margin:0;padding:0;}
body{margin:0;font-family: simhei; background:#fff; overflow:visible; color:#666666;} body{ margin:0;font-family: -apple-system,BlinkMacSystemFont,Helvetica Neue,PingFang SC,Microsoft YaHei,Source Han Sans SC,Noto Sans CJK SC,WenQuanYi Micro Hei,sans-serif;background:#fff; overflow:visible; color:#333333;}
html, body { height: 100%;} html, body { height: 100%;}
input,select{font-size:12px;line-height:16px; border:0 none; vertical-align:middle;} input,select{font-size:12px;line-height:16px; border:0 none; vertical-align:middle;}
button{ border:0 none;} button{ border:0 none;}
.clear{clear:both;padding:0px;margin:0px;} .clear{clear:both;padding:0px;margin:0px;}
img{border:0;} img{border:0;}
a {outline: none;} a {outline: none;}
a:active {star:expression(this.onFocus=this.blur());}
a:focus { outline:0; } a:focus { outline:0; }
input,button,select,textarea{outline:none} input,button,select,textarea{outline:none}
ul,li{list-style-type:none;_list-style:outside;} ul,li{list-style-type:none;_list-style:outside;}
...@@ -35,16 +37,29 @@ a:focus, ...@@ -35,16 +37,29 @@ a:focus,
input:focus, input:focus,
p:focus, p:focus,
div:focus{ div:focus{
-webkit-tap-highlight-color:rgba(0,0,0,0); -webkit-tap-highlight-color:rgba(0,0,0,0);
-webkit-user-modify:read-only; -webkit-user-modify:read-only;
}
/*清除浮动*/
.w{
width: 1200px;
margin: 0 auto;
}
button{
cursor: pointer;
outline:none;
}
input[type=number] {
-moz-appearance:textfield;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
-webkit-appearance: none;
margin: 0;
} }
::-webkit-scrollbar {display:none} /*版芯*/
::-webkit-scrollbar{
input {-webkit-appearance:none; /*去除input默认样式*/} display:none;
.hide{display: none;}
.L_En,.L_Ar{
display: none;
} }
\ No newline at end of file
.overflowS {
overflow: scroll;
-webkit-overflow-scrolling: touch;
}
.overflowDot {
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
}
.marginC {
margin: 0 auto;
}
.wiggle{
animation-name: wiggle;
-webkit-animation-name: wiggle;
animation-duration: 2s;
-webkit-animation-duration: 2s;
animation-iteration-count: infinite;
-webkit-animation-iteration-count: infinite;
}
@-webkit-keyframes wiggle {
10% {
-webkit-transform: rotate(3deg) scale3d(1.1, 1.1, 1.1);
transform: rotate(3deg) scale(1.1);
}
20% {
-webkit-transform: rotate(-3deg) scale3d(1.1, 1.1, 1.1);
transform: rotate(-3deg) scale(1.1);
}
30% {
-webkit-transform: rotate(3deg) scale3d(1.1, 1.1, 1.1);
transform: rotate(3deg) scale(1.1);
}
40% {
-webkit-transform: rotate(-3deg) scale3d(1.1, 1.1, 1.1);
transform: rotate(-3deg) scale(1.1);
}
50% {
-webkit-transform: rotate(3deg) scale3d(1.1, 1.1, 1.1);
transform: rotate(3deg) scale(1.1);
}
60% {
-webkit-transform: rotate(-3deg) scale(1.1);
transform: rotate(-3deg) scale(1.1);
}
70% {
-webkit-transform: rotate(0deg) scale3d(1.1, 1.1, 1.1);
transform: rotate(0deg) scale(1);
}
to {
-webkit-transform: rotate(0deg) scale3d(1.1, 1.1, 1.1);
transform: rotate(0deg) scale(1);
}
}
@keyframes wiggle {
10% {
-webkit-transform: rotate(3deg) scale3d(1.1, 1.1, 1.1);
transform: rotate(3deg) scale(1.1);
}
20% {
-webkit-transform: rotate(-3deg) scale3d(1.1, 1.1, 1.1);
transform: rotate(-3deg) scale(1.1);
}
30% {
-webkit-transform: rotate(3deg) scale3d(1.1, 1.1, 1.1);
transform: rotate(3deg) scale(1.1);
}
40% {
-webkit-transform: rotate(-3deg) scale3d(1.1, 1.1, 1.1);
transform: rotate(-3deg) scale(1.1);
}
50% {
-webkit-transform: rotate(3deg) scale3d(1.1, 1.1, 1.1);
transform: rotate(3deg) scale(1.1);
}
60% {
-webkit-transform: rotate(-3deg) scale(1.1);
transform: rotate(-3deg) scale(1.1);
}
70% {
-webkit-transform: rotate(0deg) scale3d(1.1, 1.1, 1.1);
transform: rotate(0deg) scale(1);
}
to {
-webkit-transform: rotate(0deg) scale3d(1.1, 1.1, 1.1);
transform: rotate(0deg) scale(1);
}
}
.rotateGo{
animation: rotateGo 3s linear infinite;
}
@keyframes rotateGo{
0%{
transform: rotate(0deg);
}
100%{
transform: rotate(360deg);
}
}
.layui-layer-ico {
display: none !important;
}
.layui-layer {
box-shadow: none !important;
}
.yourclass {
background: rgba(0, 0, 0, 0) !important;
border-radius: 0rem !important;
}
.layui-layer-page .layui-layer-content {
/*border-radius: 0.4rem !important;*/
}
.yourclass2 {
border-radius: 0rem !important;
background: rgba(0, 0, 0, 0) !important;
}
.yourclass2 .layui-layer-content {
border-radius: 0rem !important;
}
.layui-layer-page .layui-layer-content{
overflow: inherit !important;
}
@keyframes line {
0% {
height: 0.3rem;
}
50% {
height: 0.1rem;
}
100% {
height: 0.3rem;
}
}
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
.layui-m-layer{position:relative;z-index:19891014}.layui-m-layer *{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.layui-m-layermain,.layui-m-layershade{position:fixed;left:0;top:0;width:100%;height:100%}.layui-m-layershade{background-color:rgba(0,0,0,.7);pointer-events:auto}.layui-m-layermain{display:table;font-family:Helvetica,arial,sans-serif;pointer-events:none}.layui-m-layermain .layui-m-layersection{display:table-cell;vertical-align:middle;text-align:center}.layui-m-layerchild{position:relative;display:inline-block;text-align:left;background-color:#fff;font-size:14px;border-radius:5px;box-shadow:0 0 8px rgba(0,0,0,.1);pointer-events:auto;-webkit-overflow-scrolling:touch;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-duration:.2s;animation-duration:.2s}@-webkit-keyframes layui-m-anim-scale{0%{opacity:0;-webkit-transform:scale(.5);transform:scale(.5)}100%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes layui-m-anim-scale{0%{opacity:0;-webkit-transform:scale(.5);transform:scale(.5)}100%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}.layui-m-anim-scale{animation-name:layui-m-anim-scale;-webkit-animation-name:layui-m-anim-scale}@-webkit-keyframes layui-m-anim-up{0%{opacity:0;-webkit-transform:translateY(800px);transform:translateY(800px)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes layui-m-anim-up{0%{opacity:0;-webkit-transform:translateY(800px);transform:translateY(800px)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}.layui-m-anim-up{-webkit-animation-name:layui-m-anim-up;animation-name:layui-m-anim-up}.layui-m-layer0 .layui-m-layerchild{width:90%;max-width:640px}.layui-m-layer1 .layui-m-layerchild{border:none;border-radius:0}.layui-m-layer2 .layui-m-layerchild{width:auto;max-width:260px;min-width:40px;border:none;background:0 0;box-shadow:none;color:#fff}.layui-m-layerchild h3{padding:0 10px;height:60px;line-height:60px;font-size:16px;font-weight:400;border-radius:5px 5px 0 0;text-align:center}.layui-m-layerbtn span,.layui-m-layerchild h3{text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.layui-m-layercont{padding:50px 30px;line-height:22px;text-align:center}.layui-m-layer1 .layui-m-layercont{padding:0;text-align:left}.layui-m-layer2 .layui-m-layercont{text-align:center;padding:0;line-height:0}.layui-m-layer2 .layui-m-layercont i{width:25px;height:25px;margin-left:8px;display:inline-block;background-color:#fff;border-radius:100%;-webkit-animation:layui-m-anim-loading 1.4s infinite ease-in-out;animation:layui-m-anim-loading 1.4s infinite ease-in-out;-webkit-animation-fill-mode:both;animation-fill-mode:both}.layui-m-layerbtn,.layui-m-layerbtn span{position:relative;text-align:center;border-radius:0 0 5px 5px}.layui-m-layer2 .layui-m-layercont p{margin-top:20px}@-webkit-keyframes layui-m-anim-loading{0%,100%,80%{transform:scale(0);-webkit-transform:scale(0)}40%{transform:scale(1);-webkit-transform:scale(1)}}@keyframes layui-m-anim-loading{0%,100%,80%{transform:scale(0);-webkit-transform:scale(0)}40%{transform:scale(1);-webkit-transform:scale(1)}}.layui-m-layer2 .layui-m-layercont i:first-child{margin-left:0;-webkit-animation-delay:-.32s;animation-delay:-.32s}.layui-m-layer2 .layui-m-layercont i.layui-m-layerload{-webkit-animation-delay:-.16s;animation-delay:-.16s}.layui-m-layer2 .layui-m-layercont>div{line-height:22px;padding-top:7px;margin-bottom:20px;font-size:14px}.layui-m-layerbtn{display:box;display:-moz-box;display:-webkit-box;width:100%;height:50px;line-height:50px;font-size:0;border-top:1px solid #D0D0D0;background-color:#F2F2F2}.layui-m-layerbtn span{display:block;-moz-box-flex:1;box-flex:1;-webkit-box-flex:1;font-size:14px;cursor:pointer}.layui-m-layerbtn span[yes]{color:#40AFFE}.layui-m-layerbtn span[no]{border-right:1px solid #D0D0D0;border-radius:0 0 0 5px}.layui-m-layerbtn span:active{background-color:#F6F6F6}.layui-m-layerend{position:absolute;right:7px;top:10px;width:30px;height:30px;border:0;font-weight:400;background:0 0;cursor:pointer;-webkit-appearance:none;font-size:30px}.layui-m-layerend::after,.layui-m-layerend::before{position:absolute;left:5px;top:15px;content:'';width:18px;height:1px;background-color:#999;transform:rotate(45deg);-webkit-transform:rotate(45deg);border-radius:3px}.layui-m-layerend::after{transform:rotate(-45deg);-webkit-transform:rotate(-45deg)}body .layui-m-layer .layui-m-layer-footer{position:fixed;width:95%;max-width:100%;margin:0 auto;left:0;right:0;bottom:10px;background:0 0}.layui-m-layer-footer .layui-m-layercont{padding:20px;border-radius:5px 5px 0 0;background-color:rgba(255,255,255,.8)}.layui-m-layer-footer .layui-m-layerbtn{display:block;height:auto;background:0 0;border-top:none}.layui-m-layer-footer .layui-m-layerbtn span{background-color:rgba(255,255,255,.8)}.layui-m-layer-footer .layui-m-layerbtn span[no]{color:#FD482C;border-top:1px solid #c2c2c2;border-radius:0 0 5px 5px}.layui-m-layer-footer .layui-m-layerbtn span[yes]{margin-top:10px;border-radius:5px}body .layui-m-layer .layui-m-layer-msg{width:auto;max-width:90%;margin:0 auto;bottom:-150px;background-color:rgba(0,0,0,.7);color:#fff}.layui-m-layer-msg .layui-m-layercont{padding:10px 20px}
\ No newline at end of file
/*Plugin CSS*/
.str_wrap {
overflow:hidden;
//zoom:1;
width:100%;
font-size:12px;
line-height:16px;
position:relative;
-moz-user-select: none;
-khtml-user-select: none;
user-select: none;
white-space:nowrap;
}
.str_wrap.str_active {
background:#f1f1f1;
}
.str_move {
white-space:nowrap;
position:absolute;
top:0;
left:0;
cursor:move;
}
.str_move_clone {
display:inline-block;
//display:inline;
//zoom:1;
vertical-align:top;
position:absolute;
left:100%;
top:0;
}
.str_vertical .str_move_clone {
left:0;
top:100%;
}
.str_down .str_move_clone {
left:0;
bottom:100%;
}
.str_vertical .str_move,
.str_down .str_move {
white-space:normal;
width:100%;
}
.str_static .str_move,
.no_drag .str_move,
.noStop .str_move{
cursor:inherit;
}
.str_wrap img {
max-width:none !important;
}
\ No newline at end of file
.neck-nav {
height: 80px;
width: 100%;
background: #E43985;
position: fixed;
z-index: 500;
}
.m-box {
width: 1440px;
margin: 0 auto;
}
.neck-nav-content {
width: 1440px;
margin: 0 auto;
height: 80px;
position: relative;
}
.logo {
position: absolute;
top: 15px;
}
.box-title {
height: 70px;
line-height: 70px;
margin-top: 10px;
font-size: 0;
}
.box-title > img {
vertical-align: middle;
width: 72px;
margin-top: -22px;
}
.box-title span {
font-size: 34px;
font-weight: 700;
color: #333333;
}
.live-box-ul {
width: 1440px;
border-top: 1px solid #C3C3C4;
margin-bottom: 15px;
}
.live-box-ul li {
width: 268px;
height: 300px;
margin-top: 24px;
float: left;
margin-right: 25px;
}
.live-box-ul li:nth-child(5n) {
margin-right: 0;
}
.live-box-ul .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;
}
.live-box-ul .live-top-shadow {
width: 268px;
height: 50px;
position: absolute;
bottom: 0;
left: 0;
background: linear-gradient(to top, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
pointer-events: none;
}
.live-box-ul .live-icon {
position: absolute;
z-index: 2;
width: 73px;
right: 10px;
bottom: 12px;
}
.live-box-ul .live-name-box {
line-height: 24px;
font-size: 18px;
text-align: center;
margin-top: 8px;
}
.video-box-ul {
width: 1440px;
border-top: 1px solid #C3C3C4;
margin-bottom: 15px;
}
.video-box-ul li {
width: 342px;
height: 258px;
margin-top: 18px;
margin-right: 24px;
float: left;
border-radius: 8px;
background: #FFFFFF;
overflow: hidden;
}
.video-box-ul li:nth-child(4n) {
margin-right: 0;
}
.video-box-ul .video-top-box {
height: 193px;
width: 342px;
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;
position: relative;
}
.video-box-ul .video-top-shadow {
width: 342px;
height: 50px;
position: absolute;
bottom: 0;
left: 0;
background: linear-gradient(to top, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
}
.video-box-ul .video-time {
color: #fff;
font-size: 16px;
position: absolute;
z-index: 2;
right: 8px;
bottom: 10px;
}
.video-box-ul .video-name-box {
position: relative;
height: 65px;
width: 342px;
}
.video-box-ul .video-face {
position: absolute;
width: 40px;
height: 40px;
border-radius: 50%;
left: 6px;
top: 10px;
}
.video-box-ul .video-title {
color: #333333;
font-size: 14px;
text-indent: 56px;
padding-top: 10px;
}
.video-box-ul .video-tag-box {
margin-left: 54px;
margin-top: 4px;
}
.video-box-ul .video-tag-box > div {
width: 42px;
height: 18px;
background: #FFE8F1;
color: #E53985;
font-size: 12px;
line-height: 18px;
text-align: center;
border-radius: 4px;
float: left;
margin-right: 4px;
margin-bottom: 30px;
}
.side-nav {
position: fixed;
z-index: 500;
top: 80px;
width: 165px;
height: 890px;
background: #fff;
border-radius: 0 0 8px 8px;
}
.side-nav-top-box {
height: 360px;
margin-top: 20px;
}
.side-nav-top-box .side-nav-sort {
height: 60px;
width: 159px;
font-size: 0;
line-height: 60px;
text-indent: 38px;
position: relative;
}
.side-nav-top-box .side-nav-sort .side-icon {
vertical-align: middle;
margin-top: -9px;
margin-right: 15px;
}
.side-nav-top-box .side-nav-sort span {
font-size: 14px;
color: #333333;
}
.side-right-box {
width: 6px;
height: 800px;
right: 0;
top: 0;
position: absolute;
background: linear-gradient(to bottom, #F1C6E6, #fff);
}
.side-nav-bg {
display: none;
position: absolute;
z-index: -1;
left: -22px;
top: -15px;
}
.side-nav-sort-click span {
color: #fff !important;
}
.side-nav-sort-click .side-nav-bg {
display: block;
}
.tag-title {
text-align: center;
font-size: 0;
width: 159px;
}
.side-tag-ul {
width: 150px;
height: 450px;
margin-left: 5px;
margin-top: 6px;
overflow-y: scroll;
}
.side-tag-ul li {
width: 135px;
height: 34px;
line-height: 34px;
position: relative;
margin-left: 6px;
}
.side-tag-ul li .tag-span1 {
font-size: 16px;
display: inline-block;
width: 80px;
float: left;
text-indent: 6px;
}
.side-tag-ul li .tag-span2 {
font-size: 16px;
display: inline-block;
width: 50px;
float: left;
text-align: right;
margin-right: 5px;
}
.neck-nav{
height: 80px;
width: 100%;
background: #E43985;
position: fixed;
z-index: 500;
}
.m-box{
width: 1440px;
margin: 0 auto;
}
.neck-nav-content{
width: 1440px;
margin: 0 auto;
height: 80px;
position: relative;
}
.logo{
position: absolute;
top: 15px;
}
.box-title{
height: 70px;
line-height: 70px;
margin-top: 10px;
font-size: 0;
>img{
vertical-align:middle;
width: 72px;
margin-top: -22px;
}
span{
font-size: 34px;
font-weight: 700;
color: #333333;
}
}
.live-box-ul{
width: 1440px;
border-top: 1px solid #C3C3C4;
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;
}
.live-top-shadow{
width: 268px;
height: 50px;
position: absolute;
bottom: 0;
left: 0;
background:linear-gradient(to top,rgba(0,0,0,0.4),rgba(0,0,0,0));
pointer-events: none;
}
.live-icon{
position: absolute;
z-index: 2;
width: 73px;
right: 10px;
bottom: 12px;
}
.live-name-box{
line-height: 24px;
font-size: 18px;
text-align: center;
margin-top: 8px;
}
}
.video-box-ul{
width: 1440px;
border-top: 1px solid #C3C3C4;
margin-bottom: 15px;
li{
width: 342px;
height: 258px;
margin-top: 18px;
margin-right: 24px;
float: left;
border-radius: 8px;
background: #FFFFFF;
overflow: hidden;
}
li:nth-child(4n){
margin-right: 0;
}
.video-top-box{
height: 193px;
width: 342px;
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;
position: relative;
}
.video-top-shadow{
width: 342px;
height: 50px;
position: absolute;
bottom: 0;
left: 0;
background:linear-gradient(to top,rgba(0,0,0,0.4),rgba(0,0,0,0));
}
.video-time{
color: #fff;
font-size: 16px;
position: absolute;
z-index: 2;
right: 8px;
bottom: 10px;
}
.video-name-box{
position: relative;
height: 65px;
width: 342px;
}
.video-face{
position: absolute;
width: 40px;
height: 40px;
border-radius: 50%;
left: 6px;
top: 10px;
}
.video-title{
color: #333333;
font-size: 14px;
text-indent: 56px;
padding-top: 10px;
}
.video-tag-box{
margin-left: 54px;
margin-top: 4px;
>div{
width: 42px;
height: 18px;
background: #FFE8F1;
color: #E53985;
font-size: 12px;
line-height: 18px;
text-align: center;
border-radius: 4px;
float: left;
margin-right: 4px;
margin-bottom: 30px;
}
}
}
.side-nav{
position: fixed;
z-index: 500;
top: 80px;
width: 165px;
height: 890px;
background: #fff;
border-radius: 0 0 8px 8px;
}
.side-nav-top-box{
height: 360px;
margin-top: 20px;
.side-nav-sort{
height: 60px;
width: 159px;
font-size: 0;
line-height: 60px;
text-indent: 38px;
position: relative;
.side-icon{
vertical-align: middle;
margin-top: -9px;
margin-right: 15px;
}
span{
font-size: 14px;
color: #333333;
}
}
}
.side-right-box{
width: 6px;
height: 800px;
right: 0;
top: 0;
position: absolute;
background:linear-gradient(to bottom,#F1C6E6,#fff);
}
.side-nav-bg{
display: none;
position: absolute;
z-index: -1;
left: -22px;
top: -15px;
}
.side-nav-sort-click{
span{
color: #fff !important;
}
.side-nav-bg{
display: block;
}
}
.tag-title{
text-align: center;
font-size: 0;
width: 159px;
img{
}
}
.side-tag-ul{
width: 150px;
height: 450px;
margin-left: 5px;
margin-top: 6px;
overflow-y: scroll;
li{
width: 135px;
height: 34px;
line-height: 34px;
position: relative;
margin-left: 6px;
.tag-span1{
font-size: 16px;
display: inline-block;
width: 80px;
float: left;
text-indent: 6px;
}
.tag-span2{
font-size: 16px;
display: inline-block;
width: 50px;
float: left;
text-align: right;
margin-right: 5px;
}
}
}
\ No newline at end of file
.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;
}
}
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<script async src="https://www.googletagmanager.com/gtag/js?id=G-76NDGHTQCP"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-76NDGHTQCP');
</script>
<script src="../js/buriedPoint.js"></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-腳控足控天堂-超激情美女主播視訊-絲足影片-downSY</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/layer.css">
<link rel="stylesheet" href="css/index.css?v=2022060208">
<style>
</style>
</head>
<body style="background: #FBEFF7">
<div class="new-bg">
<img class="video-bg" src="images/video-bg.png" alt="">
<div class="down-webp-box"></div>
<!-- -->
</div>
<div class="down-btn2 down-Go"></div>
</body>
<script src="../lib/jquery-3.1.1.min.js"></script>
<script src="../lib/default.js?v='20220407'"></script>
<script src="../layer-v3.1.0/layer/layer.js"></script>
<script>
$(function () {
var browserLang = navigator.language
if (browserLang.indexOf("zh") == -1) {
$(".new-bg").css("background", 'url("images/bg-En.png")0 -0.5rem / 100% 100% no-repeat')
$(".down-btn2").css("background", 'url(images/downBtn2-En.png) 0/ 100% 100% no-repeat')
}
if (/iphone|ipad|ipod/.test(ua)) {
var videoNum = Math.ceil(Math.random() * 6)
var html = [];
html += '<img class="down-webp" src="images/down' + videoNum + '.png" alt="">'
}
else if (/android/.test(ua)) {
var videoNum = Math.ceil(Math.random() * 7)
var html = [];
html += '<img class="down-webp" src="images/down' + videoNum + '.webp" alt="">'
} else {
var videoNum = Math.ceil(Math.random() * 7)
var html = [];
html += '<img class="down-webp" src="images/down' + videoNum + '.webp" alt="">'
}
$(".down-webp-box").html(html)
$(".down-btn2").on("click", function () {
var ua = window.navigator.userAgent.toLowerCase();
if (/iphone|ipad|ipod/.test(ua)) {
clickDownload(function (data) {
var mData = '';
if (localStorage.from == 'ftsgw') {
mData = 'iosftsB';
} else if (localStorage.from == 'vip') {
mData = 'iosftsB';
} else {
if (!data) {
mData = 'iosftsB';
} else {
mData = data.iOSChannel;
}
}
copyText(mData);
window.location.href = 'https://app.footseen.com/download.html';
// window.location.href = 'https://testflight.apple.com/join/nvxognVM';
// window.location.href = 'https://tf.app6.cam/app_merge/61';
});
} else if (/android/.test(ua)) {
clickDownload(function (data) {
var mData = '';
if (localStorage.from == 'ftsgw') {
mData = 'ftsgw';
} else if (localStorage.from == 'vip') {
mData = 'ftsBVIP';
} else {
if (!data) {
mData = 'ftsB';
} else {
mData = data.AndroidChannel;
}
}
copyText(mData);
var url = 'https://big.bgp.ourpow.com/apk/nf/Release-' + mData + '.apk';
var xhr = new XMLHttpRequest();
xhr.open('GET', url);
xhr.send();
xhr.onreadystatechange = function () {
if (xhr.status == 200) {
xhr.abort();
window.location.href = url;
} else if (xhr.status == 404) {
window.location.href = 'https://big.bgp.ourpow.com/apk/nf/Release-ftsB.apk';
}
}
});
} else {
window.location.href = 'https://big.bgp.ourpow.com/apk/nf/Release-ftsB.apk';
}
})
//複製到剪切板
function copyText(text) {
var textarea = document.createElement("textarea");
var currentFocus = document.activeElement;
document.body.appendChild(textarea);
textarea.value = text;
textarea.focus();
if (textarea.setSelectionRange)
textarea.setSelectionRange(0, textarea.value.length);
else
textarea.select();
try {
var flag = document.execCommand("copy");
} catch (eo) {
var flag = false;
}
document.body.removeChild(textarea);
currentFocus.focus();
return flag;
}
})
</script>
</html>
\ No newline at end of file
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<script async src="https://www.googletagmanager.com/gtag/js?id=G-76NDGHTQCP"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-76NDGHTQCP');
</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-腳控足控天堂-超激情美女主播視訊-絲足影片-downTW</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/layer.css">
<link rel="stylesheet" href="css/index.css?v=2022060208">
<style>
.new-bg {
background: url(images/bg-new3.png) no-repeat;
background-size: 100% 100%;
background-position-y: -0.7rem;
}
</style>
</head>
<body style="background: #EFEBEF">
<div class="new-bg">
<img class="video-bg" src="images/video-bg.png" alt="">
<div class="down-webp-box"></div>
<!-- -->
</div>
<div class="down-btn2 down-Go"></div>
</body>
<script src="../lib/jquery-3.1.1.min.js"></script>
<script src="../lib/default.js?v='20220407'"></script>
<script src="../layer-v3.1.0/layer/layer.js"></script>
<script>
$(function () {
var browserLang = navigator.language
if (browserLang.indexOf("zh") == -1) {
$(".new-bg").css("background", 'url("images/bg-new3-En.png")0 -0.5rem / 100% 100% no-repeat')
$(".down-btn2").css("background", 'url(images/downBtn2-En.png) 0/ 100% 100% no-repeat')
}
var ua = window.navigator.userAgent.toLowerCase();
if (/iphone|ipad|ipod/.test(ua)) {
var videoNum = Math.ceil(Math.random() * 6)
var html = [];
html += '<img class="down-webp" src="images/down' + videoNum + '.png" alt="">'
}
else if (/android/.test(ua)) {
var videoNum = Math.ceil(Math.random() * 7)
var html = [];
html += '<img class="down-webp" src="images/down' + videoNum + '.webp" alt="">'
} else {
var videoNum = Math.ceil(Math.random() * 7)
var html = [];
html += '<img class="down-webp" src="images/down' + videoNum + '.webp" alt="">'
}
$(".down-webp-box").html(html)
$(".down-btn2").on("click", function () {
// var ua = window.navigator.userAgent.toLowerCase();
if (/iphone|ipad|ipod/.test(ua)) {
window.location.href = 'https://tf.app6.cam/app_merge/61';
} else if (/android/.test(ua)) {
window.location.href = "https://bgps2.yazhai.co/footseexyz/apk/YHXXY.apk"
} else {
window.location.href = "https://bgps2.yazhai.co/footseexyz/apk/YHXXY.apk"
}
})
})
//複製到剪切板
function copyText(text) {
var textarea = document.createElement("textarea");
var currentFocus = document.activeElement;
document.body.appendChild(textarea);
textarea.value = text;
textarea.focus();
if (textarea.setSelectionRange)
textarea.setSelectionRange(0, textarea.value.length);
else
textarea.select();
try {
var flag = document.execCommand("copy");
} catch (eo) {
var flag = false;
}
document.body.removeChild(textarea);
currentFocus.focus();
return flag;
}
</script>
</html>
\ No newline at end of file
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>
<script async src="https://www.googletagmanager.com/gtag/js?id=G-76NDGHTQCP"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-76NDGHTQCP');
</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
var _url = "https://webserver.yabolive.net";
function url_get_params() { function url_get_params() {
var url = location.href; var url = location.href;
var theRequest = new Object(); var theRequest = new Object();
......
/**
* Created by webshow on 2019/11/22.
*/
var bbb = location.href;
if (bbb.indexOf("ox244.com") > -1) {
$ip = 'https://webserver.yabolive.net';
$ws='wss://zhiboweb.ishuaji.cn/yzsocket/ws?type=2'
$url ='https://activity.ishuaji.cn/'
$pay='https://pay.ishuaji.cn/'
$api='https://zhibo.lvdou66.com/'
checkIp()
}else if(bbb.indexOf("http://test.ybact.ishuaji.cn/") > -1){
$ip = 'https://webserver.yabolive.net';
$ws = 'ws://114.55.165.186:12308/ws?type=2';
$url ='http://test.ybact.ishuaji.cn/'
$pay='http://test.pay.ishuaji.cn/'
$api='http://test.api.lvdou66.com/'
}
else{
$ip = 'https://webserver.yabolive.net';
$ws = 'ws://114.55.165.186:12308/ws?type=2';
$url ='http://test.ybact.ishuaji.cn/'
$pay='http://test.pay.ishuaji.cn/'
$api='http://test.api.lvdou66.com/'
}
var bbb = location.href;
var data = url_get_params(bbb)
if (sessionStorage.kkk == undefined) {
sessionStorage.kkk = data.token; //t
sessionStorage.bbb = data.uid; //u
sessionStorage.version = data.appversion;
sessionStorage.pkg=data.pkg
if (data.roomID != undefined && data.roomID != 'undefined') {
sessionStorage.roomId = data.roomID;
} else {
sessionStorage.roomId = data.roomId;
}
if(sessionStorage.roomId=='undefined')sessionStorage.roomId=0
}
sessionStorage.topicId=data.topicId
sessionStorage.tag=data.tag
sessionStorage.qd=data.qd
if(sessionStorage.open==undefined)sessionStorage.open=1
var ua = window.navigator.userAgent.toLowerCase();
try {
if (/iphone|ipad|ipod/.test(ua)) {
sessionStorage.os='ios'
} else if (/android/.test(ua)) {
sessionStorage.os='android'
}
} catch (e) {
}
function url_get_params(url_path) {
var url = url_path;
var theRequest = new Object();
if (url.indexOf("?") != -1) {
var str = url.substr(url.indexOf("?") + 1);
strs = str.split("&");
for (var i = 0; i < strs.length; i++) {
theRequest[strs[i].split("=")[0]] = unescape(strs[i].split("=")[1]);
}
}
return theRequest;
}
if (bbb.indexOf("http://localhost:63342") > -1) {
sessionStorage.bbb = 23871190;
sessionStorage.kkk = 'debug'
sessionStorage.roomId=23864554
}
if (bbb.indexOf("file:///") > -1) {
sessionStorage.bbb = 23868834;
sessionStorage.kkk = 'debug'
sessionStorage.roomId=23864554
if (bbb.indexOf("mc") > -1) {
sessionStorage.bbb = 23864554;
sessionStorage.kkk = 'debug'
sessionStorage.roomId=23864554
}
}
function checkIp() {
$.ajax({
url:"https://webserver.yabolive.net/user/checkIpIsChina.html",
async: false,
success: function (res) {
var result = JSON.parse(res);
if (result.code === 1) {
if (result.checkResult) {
window.location.hash = "no-back";
window.location.hash = "Again-No-back-button";
window.onhashchange = function () { window.location.hash = "no-back"; }
window.location.href = 'content.html?ip=' + result.ip;
}
}
}
})
}
//ajax设置默认参数
$.ajaxSetup({
global: false,
type: 'get',
data: {
uid: sessionStorage.bbb,
token: sessionStorage.kkk
},
dataType: "JSON"
})
//点击刷新
$(".ref").on("click", function () {
sessionStorage.jump=undefined;
window.location.reload()
})
$(".callKf").on("click",function(){
callFK()
})
function btnHref(e){
var myJson = {
"cid": 12,
"reqCode": new Date().getTime(),
"data": {
"msg":'跳转页面',
"jump": e,
}
}
var obj=JSON.stringify(myJson);
appCollaboration(obj)
}
//与客户端交互
function appCollaboration(msg) {
var ua = window.navigator.userAgent.toLowerCase();
try {
if (/iphone|ipad|ipod/.test(ua)) {
window.webkit.messageHandlers.appCollaboration.postMessage(msg);
} else if (/android/.test(ua)) {
window.yazhai.appCollaboration(msg);
}
} catch (e) {
}
}
//处理时间倒计时的函数
function timeDeal(e,time){
var endTime=e;
var newTime=time;
var Remain=Math.floor((endTime-newTime)/1000);
// if(Remain<=0)window.location.reload();
var day=Math.floor(Remain/86400);
var hour=add0(Math.floor(Remain%86400/3600));
if(hour>99)hour=99;
var min=add0(Math.floor(Remain%3600/60));
var sceond=add0(Math.floor(Remain%60));
var timeArr=[day,hour,min,sceond];
return timeArr;
}
function timeDeal2(e,time){
var endTime=e;
var newTime=time;
var Remain=Math.floor((endTime-newTime)/1000);
if(Remain<=0)Remain=0
var bbb = location.href;
if (bbb.indexOf("https://activity.ishuaji.cn/") > -1) {
if(Remain<=0)window.location.reload();
}
var day=add0(Math.floor(Remain/86400));
var hour=add0(Math.floor(Remain/3600));
if(hour>99)hour=99;
var min=add0(Math.floor(Remain%3600/60));
var sceond=add0(Math.floor(Remain%100));
var timeArr=[day,hour,min,sceond];
return timeArr;
}
function getMyTime(){
$.ajax({
url:$ip+'activesys/getSysTimeStamp',
async:false,
success:function(data){
myTime=data.timestamp
return myTime
}
})
}
//时间戳转具体 年月日时分秒
function timeGet(e){
var time = new Date(Number(e));
var y = time.getFullYear();
var m = time.getMonth()+1;
var d = time.getDate();
var h = time.getHours();
var mm = time.getMinutes();
var s = time.getSeconds();
var timeArr=[y,m,d,add0(h),add0(mm),s]
return timeArr
}
function callFK(){
var obj2 = {
"cid": 4,
"reqCode": new Date().getTime(),
"data": {
"msg": "请求客服",
}
}
var obj = JSON.stringify(obj2);
appCollaboration(obj)
}
//一位数前面加0
function add0(m) {
return m < 10 ? '0' + m : m
}
function add00(m){
if(m<10){
return '00'+m
}else if(m>10&&m<100){
return '0'+m
}else{
return m
}
}
function imgAdd(m){
if(String(m).length > 5) return m;
return (Array(5).join(0) + m).slice(-5);
}
//一万以上省略
function addw(e){
if(e>=100000000){
return Math.floor((e/100000000).toFixed(2)*10)/10+'亿';
}
else if(e>=10000){
return Math.floor((e/10000).toFixed(2)*10)/10+'万';
}else{
return Math.ceil(e);
}
}
function loadImageGo(name,sNum,eNum) {
var imgList = [];
var num = sNum;
loadImage()
function loadImage() {
var img = new Image();
img.addEventListener("load", loadHandler);
img.src = "images/" + name + "/1_" + imgAdd(num) + ".png";
}
function loadHandler() {
imgList.push(this.cloneNode());
num++;
if (num > eNum) { return; }
this.src = "images/" + name + "/1_" + imgAdd(num) + ".png";
}
}
function loadImageGo3(name,sNum,eNum) {
var imgList = [];
var num = sNum;
loadImage()
function loadImage() {
var img = new Image();
img.addEventListener("load", loadHandler);
img.src = "images/" + name + "/(" + num + ").png";
}
function loadHandler() {
imgList.push(this.cloneNode());
num++;
if (num > eNum) { return; }
this.src = "images/" + name + "/(" + num + ").png";
}
}
function addDoc(e){
if(e%1==0){
return e+'.0';
}else return e
}
//跳转充值页面
function goReg(){
if(sessionStorage.pkg=='qingliang'){
var ua = window.navigator.userAgent.toLowerCase();
if (/iphone|ipad|ipod/.test(ua)) {
window.location.href='yazhai://_recharge';
}else{
window.location.href='http://web.yazhai.co/milkRecharge/index.html?uid='+sessionStorage.bbb+'&token='+sessionStorage.kkk+'&pkg=qingliang';
}
} else if(sessionStorage.pkg=='qiezi'){
var ua = window.navigator.userAgent.toLowerCase();
if (/iphone|ipad|ipod/.test(ua)) {
window.location.href='yazhai://_recharge';
}else{
window.location.href='http://web.yazhai.co/guodongRecharge/index.html?uid='+sessionStorage.bbb+'&token='+sessionStorage.kkk+'&pkg=qingliang';
}
}
else{
window.location.href='http://web.yazhai.co/recharge/index.html?uid='+sessionStorage.bbb+'&token='+sessionStorage.kkk+'&pkg=yabo';
}
}
function scrollTo(element,speed) {
if(!speed){
speed = 300;
}
if(!element){
$("html,body").animate({scrollTop:0},speed);
}else{
if(element.length>0){
$("html,body").animate({scrollTop:$(element).offset().top},speed);
}
}
}
//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
This source diff could not be displayed because it is too large. You can view the blob instead.
/*function setRemFontSize(baseSize, baseWidth) {
var baseSize = baseSize || 37.5,
baseWidth = baseWidth || 375,
clientWidth = document.documentElement.clientWidth <= 480 ? document.documentElement.clientWidth : 480;
document.getElementsByTagName('html')[0].style.fontSize = clientWidth * baseSize / baseWidth + 'px'
}
setRemFontSize();
window.addEventListener("resize", function() {
setTimeout(function() {
setRemFontSize();
}, 200)
});*/
!function(e,t){function i(){var t=n.getBoundingClientRect().width;t/m>540&&(t=540*m);var i=t/10;n.style.fontSize=i+"px",d.rem=e.rem=i}var a,r=e.document,n=r.documentElement,o=r.querySelector('meta[name="viewport"]'),l=r.querySelector('meta[name="flexible"]'),m=0,s=0,d=t.flexible||(t.flexible={});if(o){console.warn("将根据已有的meta标签来设置缩放比例");var p=o.getAttribute("content").match(/initial\-scale=([\d\.]+)/);p&&(s=parseFloat(p[1]),m=parseInt(1/s))}else if(l){var c=l.getAttribute("content");if(c){var u=c.match(/initial\-dpr=([\d\.]+)/),f=c.match(/maximum\-dpr=([\d\.]+)/);u&&(m=parseFloat(u[1]),s=parseFloat((1/m).toFixed(2))),f&&(m=parseFloat(f[1]),s=parseFloat((1/m).toFixed(2)))}}if(!m&&!s){var v=(e.navigator.appVersion.match(/android/gi),e.navigator.appVersion.match(/iphone/gi)),h=e.devicePixelRatio;m=v?h>=3&&(!m||m>=3)?3:h>=2&&(!m||m>=2)?2:1:1,s=1/m}if(n.setAttribute("data-dpr",m),!o)if(o=r.createElement("meta"),o.setAttribute("name","viewport"),o.setAttribute("content","initial-scale="+s+", maximum-scale="+s+", minimum-scale="+s+", user-scalable=no"),n.firstElementChild)n.firstElementChild.appendChild(o);else{var x=r.createElement("div");x.appendChild(o),r.write(x.innerHTML)}e.addEventListener("resize",function(){clearTimeout(a),a=setTimeout(i,300)},!1),e.addEventListener("pageshow",function(e){e.persisted&&(clearTimeout(a),a=setTimeout(i,300))},!1),"complete"===r.readyState?r.body.style.fontSize=12*m+"px":r.addEventListener("DOMContentLoaded",function(e){r.body.style.fontSize=12*m+"px"},!1),i(),d.dpr=e.dpr=m,d.refreshRem=i,d.rem2px=function(e){var t=parseFloat(e)*this.rem;return"string"==typeof e&&e.match(/rem$/)&&(t+="px"),t},d.px2rem=function(e){var t=parseFloat(e)/this.rem;return"string"==typeof e&&e.match(/px$/)&&(t+="rem"),t}}(window,window.lib||(window.lib={}));
\ No newline at end of file
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This diff is collapsed. Click to expand it.
User-agent: Baiduspider
Disallow:/
User-agent: Sosospider
Disallow:/
User-agent: sogou spider
Disallow:/
User-agent: YodaoBot
Disallow:/
User-agent: yisouspider
Disallow:/
User-agent: Googlebot
Disallow:
User-agent: Bingbot
Disallow:
User-agent: Slurp
Disallow:
User-agent: Teoma
Disallow:
User-agent: twiceler
Disallow:
User-agent: MSNBot
Disallow:
User-agent: Scrubby
Disallow:
User-agent: Robozilla
Disallow:
User-agent: Gigabot
Disallow:
User-agent: googlebot-image
Disallow:
User-agent: googlebot-mobile
Disallow:
User-agent: yahoo-mmcrawler
Disallow:
User-agent: yahoo-blogs/v3.9
Disallow:
User-agent: psbot
Disallow:
User-agent: *
Disallow:
Disallow: /*test*
This diff is collapsed. Click to expand it.
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