Commit 312cfb44 authored by huangyuanyuan's avatar huangyuanyuan

修改麦子助手位置

parent a1b6a008
...@@ -14,8 +14,8 @@ ...@@ -14,8 +14,8 @@
<div> <div>
<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"> <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=""> <img @click="CloseZip" src="./assets/img/mzzip.png" alt="">
</a> </a>
<img @click="CloseZip" class="close" src="./assets/img/close.png" alt=""> <img @click="CloseZip" class="close" src="./assets/img/close.png" alt="">
</div> </div>
...@@ -149,15 +149,16 @@ export default { ...@@ -149,15 +149,16 @@ export default {
} }
#downzip>div{ #downzip>div{
display: table-cell; display: table-cell;
vertical-align: middle; vertical-align: middle;
margin-top:250px; position: relative;
} }
#downzip>div>div{ #downzip>div>div{
width:285px; width:285px;
height: 260px; height: 260px;
position: relative; position: absolute;
margin: 0 auto;
cursor: pointer; cursor: pointer;
right: 50px;
top: 50px;
} }
.close{ .close{
position: absolute; 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