Commit 4675fca8 by liuwange1

缓存

parent 3f0ccd32
......@@ -11,7 +11,7 @@
</title>
</head>
<body ontouchmove="event.preventDefault()">
<body>
<noscript>
<strong>We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work properly without JavaScript enabled. Please enable it to
continue.</strong>
......
......@@ -229,11 +229,11 @@ export default {
},
closeHandle() {
this.isShowClose = false;
this.moveToS(220, 695);
this.moveToS(190, 695);
},
goup() {
console.log(this.startPageY);
this.moveToS(695, 220);
if (this.isShowClose) return;
this.moveToS(695, 190);
this.isShowClose = true;
// if (this.startPageY < 720 && this.startPageY > 690) {
// }
......@@ -276,6 +276,7 @@ export default {
body {
overflow: hidden;
touch-action: none;
user-select: none;
}
</style>
<style lang="less" scoped>
......@@ -426,7 +427,7 @@ body {
}
.alarm {
position: fixed;
position: absolute;
width: 830px;
height: 500px;
top: 90vh;
......@@ -445,8 +446,10 @@ body {
position: absolute;
top: 5px;
right: 10px;
z-index: 99;
img {
width: 32px;
z-index: 100;
}
}
.header {
......
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