Commit 4675fca8 by liuwange1

缓存

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