Commit d6a3f3c5 by libai

测试

parent f9922bca
Showing with 14 additions and 4 deletions
...@@ -72,12 +72,21 @@ ...@@ -72,12 +72,21 @@
background-size: 100% 100%; background-size: 100% 100%;
bottom: 0; bottom: 0;
left: 0; left: 0;
z-index: 500; z-index: 650;
}
.add-button-close{
width: 0.8rem;
height: 0.8rem;
position: absolute;
right: 0rem;
top: 0rem;
} }
</style> </style>
</head> </head>
<body style="background: #d9d9d9"> <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 class="bottom-nav">
<div><div class="bottom-nav-img1 bottom-nav-img1-click"></div></div> <div><div class="bottom-nav-img1 bottom-nav-img1-click"></div></div>
<div><div class="bottom-nav-img2"></div></div> <div><div class="bottom-nav-img2"></div></div>
...@@ -413,8 +422,9 @@ $(function(){ ...@@ -413,8 +422,9 @@ $(function(){
userCard() userCard()
} }
$(".go").on("click",function(){ $(".add-button-close").on("click",function(){
$(".add-button").fadeOut(350)
event.stopPropagation();
}) })
$(".zone-top-btn").on("click",function(){ $(".zone-top-btn").on("click",function(){
window.location.href="revise.html" 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