Commit d6a3f3c5 by libai

测试

parent f9922bca
Showing with 22 additions and 12 deletions
......@@ -65,19 +65,28 @@
border-radius: 0rem !important;
}
.add-button {
position: absolute;
width: 10rem;
height: 1.92rem;
background: url(images/down-go.jpg)no-repeat;
background-size: 100% 100%;
bottom: 0;
left: 0;
z-index: 500;
}
position: absolute;
width: 10rem;
height: 1.92rem;
background: url(images/down-go.jpg)no-repeat;
background-size: 100% 100%;
bottom: 0;
left: 0;
z-index: 650;
}
.add-button-close{
width: 0.8rem;
height: 0.8rem;
position: absolute;
right: 0rem;
top: 0rem;
}
</style>
</head>
<body style="background: #d9d9d9">
<button class="add-button" style="display: block;">Add to home screen</button>
<button class="add-button">
<div class="add-button-close"></div>
</button>
<div class="bottom-nav">
<div><div class="bottom-nav-img1 bottom-nav-img1-click"></div></div>
<div><div class="bottom-nav-img2"></div></div>
......@@ -413,8 +422,9 @@ $(function(){
userCard()
}
$(".go").on("click",function(){
$(".add-button-close").on("click",function(){
$(".add-button").fadeOut(350)
event.stopPropagation();
})
$(".zone-top-btn").on("click",function(){
window.location.href="revise.html"
......
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