Commit 721cf7da authored by zhengke's avatar zhengke
parents 7758cb01 be7a80cc
......@@ -14,8 +14,8 @@
<div>
<div>
<a href="https://reborndev.oss-cn-hangzhou.aliyuncs.com/IM/%E9%BA%A6%E5%AD%90%E5%8A%A9%E6%89%8B.exe">
<img src="./assets/img/mzzip.png" alt="">
</a>
<img @click="CloseZip" src="./assets/img/mzzip.png" alt="">
</a>
<img @click="CloseZip" class="close" src="./assets/img/close.png" alt="">
</div>
......@@ -149,15 +149,16 @@ export default {
}
#downzip>div{
display: table-cell;
vertical-align: middle;
margin-top:250px;
vertical-align: middle;
position: relative;
}
#downzip>div>div{
width:285px;
height: 260px;
position: relative;
margin: 0 auto;
position: absolute;
cursor: pointer;
right: 50px;
top: 50px;
}
.close{
position: absolute;
......
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 to comment