添加了蒙层

This commit is contained in:
2020-11-02 16:11:45 +08:00
parent 8656e75e16
commit 8177140705
2 changed files with 18 additions and 0 deletions

View File

@@ -61,6 +61,19 @@
}
})(1366, 1024);
</script>
<style>
#make{
background-color: #000;
opacity: 0.5;
width: 100%;
height: 100vh;
position: fixed;
top: 0;
left: 0;
z-index: 999;
display: none;
}
</style>
</head>
<body>
@@ -69,6 +82,7 @@
Please enable it to continue.</strong>
</noscript>
<div id="app"></div>
<div id="make"></div>
<!-- built files will be auto injected -->
<script>
window.fbAsyncInit = function () {