Commit 1438b7bc by libai

测试

parent 22a31cb6
......@@ -47,9 +47,10 @@
width: 10rem;
background: linear-gradient(to right, #EB3588, #EA34BD);
position: fixed;
left: 0;
left: 50%;
top: 0;
z-index: 800;
margin-left: -5rem;
}
.top-box-ul li {
height: 1.2rem;
......
......@@ -49,9 +49,10 @@
width: 10rem;
background:linear-gradient(to right,#EB3588,#EA34BD);
position: fixed;
left: 0;
left:50%;
top: 0;
z-index: 800;
margin-left: -5rem;
}
.top-box-ul{
li{
......
......@@ -13,6 +13,9 @@
gtag('js', new Date());
gtag('config', 'G-3V6KZGW418');
</script> -->
<meta http-equiv="Cache-Control" content="no-cache" />
<meta http-equiv="Pragma" content="no-cache" />
<meta http-equiv="Expires" content="0" />
<meta name="apple-mobile-web-app-capable" content="yes">
<link rel="apple-touch-icon-precomposed" href="icon/fox-icon.png">
<script src="lib/jquery-3.1.1.min.js"></script>
......@@ -403,7 +406,8 @@
<script>
$(function(){
var ua = window.navigator.userAgent.toLowerCase();
layer.msg(ua)
var dHeight=$(document).height()
$(".right-nav").css("height",$(document).height())
var noUser=false;
......@@ -444,7 +448,6 @@ $(function(){
}
})
}
$(".zone-top-btn").on("click",function(){
window.location.href="revise.html"
})
......
......@@ -460,7 +460,7 @@
margin-right: 0.1rem;
}
.guard-layer {
height: 11.3rem;
height: 11.6rem;
width: 10rem;
position: fixed;
bottom: -11.3rem;
......@@ -470,7 +470,7 @@
}
.guard-layer-content {
width: 10rem;
height: 10.54rem;
height: 11.6rem;
background: url(../images/guard-layer.png) no-repeat;
background-size: 100% 100%;
position: absolute;
......@@ -486,15 +486,16 @@
z-index: 5;
left: 50%;
margin-left: -3.835rem;
top: 0.5rem;
}
.guard-layer-btn {
width: 4.41rem;
height: 1rem;
width: 9rem;
height: 1.21rem;
background: url(../images/guard-layer-btn.png) no-repeat;
background-size: 100% 100%;
position: absolute;
left: 50%;
margin-left: -2.205rem;
margin-left: -4.5rem;
bottom: 1rem;
}
.guard-layer-btn-yes {
......
......@@ -473,7 +473,7 @@
}
}
.guard-layer{
height: 11.3rem;
height: 11.6rem;
width: 10rem;
// background: pink;
position: fixed;
......@@ -484,7 +484,7 @@
}
.guard-layer-content{
width: 10rem;
height: 10.54rem;
height: 11.6rem;
background: url(../images/guard-layer.png)no-repeat;
background-size: 100% 100%;
position: absolute;
......@@ -500,15 +500,16 @@
z-index: 5;
left: 50%;
margin-left: -3.835rem;
top: 0.5rem;
}
.guard-layer-btn{
width: 4.41rem;
height: 1rem;
width: 9rem;
height: 1.21rem;
background: url(../images/guard-layer-btn.png)no-repeat;
background-size: 100% 100%;
position: absolute;
left: 50%;
margin-left: -2.205rem;
margin-left: -4.5rem;
bottom: 1rem;
}
.guard-layer-btn-yes{
......

4.46 KB | W: | H:

8.45 KB | W: | H:

mTest/room/images/guard-layer-btn.png
mTest/room/images/guard-layer-btn.png
mTest/room/images/guard-layer-btn.png
mTest/room/images/guard-layer-btn.png
  • 2-up
  • Swipe
  • Onion skin

4.41 KB | W: | H:

11.7 KB | W: | H:

mTest/room/images/guard-layer-btn2.png
mTest/room/images/guard-layer-btn2.png
mTest/room/images/guard-layer-btn2.png
mTest/room/images/guard-layer-btn2.png
  • 2-up
  • Swipe
  • Onion skin

44.3 KB | W: | H:

91.5 KB | W: | H:

mTest/room/images/guard-layer.png
mTest/room/images/guard-layer.png
mTest/room/images/guard-layer.png
mTest/room/images/guard-layer.png
  • 2-up
  • Swipe
  • Onion skin
......@@ -960,7 +960,7 @@ $(function(){
$(".task-layer").css("bottom",'-8.55rem')
$(".exc-layer").css("bottom","-6.45rem")
$(".exc-diamond-layer").css("bottom",'-6.45rem')
$(".guard-layer").css("bottom","-11.3rem")
$(".guard-layer").css("bottom","-11.6rem")
$(".gift-layer").css("bottom","-7.8rem")
})
$(".hot-close").on("click",function(){
......
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