feat: There is no way the, IE 不兼容 提示页面

This commit is contained in:
396572590@qq.com
2022-06-27 16:37:15 +08:00
parent 4b6a2d1349
commit 1e5f1fbf6c
+3 -3
View File
@@ -9,6 +9,7 @@
<meta http-equiv="Cache-Control" content="no-cache, must-revalidate"> <meta http-equiv="Cache-Control" content="no-cache, must-revalidate">
<meta http-equiv="expires" content="0"> <meta http-equiv="expires" content="0">
<title>标准法规管理系统</title> <title>标准法规管理系统</title>
<script src="static/polyfill/proxy.min.js"></script>
<style> <style>
.logo { .logo {
position: absolute; position: absolute;
@@ -24,8 +25,8 @@
width: 100%; width: 100%;
height: 100%; height: 100%;
background: url("static/images/BG.png"); background: url("static/images/BG.png");
background-size: 100% 100%; // background-size: 100% 100%;
background-repeat: no-repeat; // background-repeat: no-repeat;
background-attachment: fixed; background-attachment: fixed;
} }
#headerId {margin:0;} #headerId {margin:0;}
@@ -33,7 +34,6 @@
.inner-header {height:65vh;width:100%;margin:0;padding:0;} .inner-header {height:65vh;width:100%;margin:0;padding:0;}
.flex {display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;} .flex {display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;}
</style> </style>
<script src="static/polyfill/proxy.min.js"></script>
<!-- vconsole调试工具--> <!-- vconsole调试工具-->
<!-- <script src="https://cdn.bootcss.com/vConsole/3.3.4/vconsole.min.js"></script>--> <!-- <script src="https://cdn.bootcss.com/vConsole/3.3.4/vconsole.min.js"></script>-->
<!-- <script type="text/javascript">--> <!-- <script type="text/javascript">-->