From b74ea56001fba65e67d9b39a5757dab4e4036858 Mon Sep 17 00:00:00 2001 From: quanyawei <401863037@qq.com> Date: Wed, 03 Apr 2024 09:07:24 +0800 Subject: [PATCH] Merge branch 'feature_1.0' --- public/index.html | 251 +++++++++++++++++++++++++------------------------ 1 files changed, 129 insertions(+), 122 deletions(-) diff --git a/public/index.html b/public/index.html index c773f97..5827bab 100644 --- a/public/index.html +++ b/public/index.html @@ -1,143 +1,150 @@ <!DOCTYPE html> <html lang="en"> + <head> + <meta charset="utf-8" /> + <meta http-equiv="X-UA-Compatible" content="IE=edge" /> + <meta name="viewport" content="width=device-width,initial-scale=1.0" /> + <script + type="text/javascript" + src="//api.map.baidu.com/api?type=webgl&v=2.0&ak=9FrZ6v3P8xS290ygi40M5Ik3Fgwes4KY" + ></script> + <link + href="//mapopen.cdn.bcebos.com/github/BMapGLLib/DrawingManager/src/DrawingManager.min.css" + rel="stylesheet" + /> + <script + type="text/javascript" + src="//mapopen.cdn.bcebos.com/github/BMapGLLib/DrawingManager/src/DrawingManager.min.js" + ></script> + <script src="https://webapi.amap.com/loca?v=1.3.2&key=be57d4add7dc10fb7f7924763a2179ae&plugin=AMap.MarkerClusterer"></script> + <link rel="icon" href="<%= BASE_URL %>logo.ico" /> + <link /> + <title>������������������������</title> -<head> - <meta charset="utf-8"> - <meta http-equiv="X-UA-Compatible" content="IE=edge"> - <meta name="viewport" content="width=device-width,initial-scale=1.0"> - <script type="text/javascript" - src="//api.map.baidu.com/api?type=webgl&v=2.0&ak=9FrZ6v3P8xS290ygi40M5Ik3Fgwes4KY"></script> - <script - src="https://webapi.amap.com/loca?v=1.3.2&key=be57d4add7dc10fb7f7924763a2179ae&plugin=AMap.MarkerClusterer"></script> - <link rel="icon" href="<%= BASE_URL %>logo.ico"> - <link /> - <title>������������������������</title> - - <style type="text/css"> - .preloader { - position: fixed; - top: 0; - left: 0; - width: 100%; - height: 100%; - overflow: hidden; - background: #49a9ee; - z-index: 9999; - transition: opacity .65s - } - - .preloader-hidden-add { - opacity: 1; - display: block - } - - .preloader-hidden-add-active { - opacity: 0 - } - - .preloader-hidden { - display: none - } - - .cs-loader { - position: absolute; - top: 0; - left: 0; - height: 100%; - width: 100% - } - - .cs-loader-inner { - transform: translateY(-50%); - top: 50%; - position: absolute; - width: 100%; - color: #fff; - text-align: center - } - - .cs-loader-inner label { - font-size: 20px; - opacity: 0; - display: inline-block - } - - @keyframes lol { - 0% { - opacity: 0; - transform: translateX(-300px) + <style type="text/css"> + .preloader { + position: fixed; + top: 0; + left: 0; + width: 100%; + height: 100%; + overflow: hidden; + background: #49a9ee; + z-index: 9999; + transition: opacity 0.65s; } - 33% { + .preloader-hidden-add { opacity: 1; - transform: translateX(0) + display: block; } - 66% { - opacity: 1; - transform: translateX(0) - } - - 100% { + .preloader-hidden-add-active { opacity: 0; - transform: translateX(300px) } - } - .cs-loader-inner label:nth-child(6) { - animation: lol 3s infinite ease-in-out - } + .preloader-hidden { + display: none; + } - .cs-loader-inner label:nth-child(5) { - animation: lol 3s .1s infinite ease-in-out - } + .cs-loader { + position: absolute; + top: 0; + left: 0; + height: 100%; + width: 100%; + } - .cs-loader-inner label:nth-child(4) { - animation: lol 3s .2s infinite ease-in-out - } + .cs-loader-inner { + transform: translateY(-50%); + top: 50%; + position: absolute; + width: 100%; + color: #fff; + text-align: center; + } - .cs-loader-inner label:nth-child(3) { - animation: lol 3s .3s infinite ease-in-out - } + .cs-loader-inner label { + font-size: 20px; + opacity: 0; + display: inline-block; + } - .cs-loader-inner label:nth-child(2) { - animation: lol 3s .4s infinite ease-in-out - } + @keyframes lol { + 0% { + opacity: 0; + transform: translateX(-300px); + } - .cs-loader-inner label:nth-child(1) { - animation: lol 3s .5s infinite ease-in-out - } - </style> -</head> + 33% { + opacity: 1; + transform: translateX(0); + } -<body class="has-ad-rt"> - <noscript> - <strong>We're sorry but vue-alain doesn't work properly without JavaScript enabled. Please enable it to - continue.</strong> - </noscript> + 66% { + opacity: 1; + transform: translateX(0); + } - <div id="app"></div> - <div class="preloader"> - <div class="cs-loader"> - <div class="cs-loader-inner"> - <label> ���</label> - <label> ���</label> - <label> ���</label> - <label> ���</label> - <label> ���</label> - <label> ���</label> + 100% { + opacity: 0; + transform: translateX(300px); + } + } + + .cs-loader-inner label:nth-child(6) { + animation: lol 3s infinite ease-in-out; + } + + .cs-loader-inner label:nth-child(5) { + animation: lol 3s 0.1s infinite ease-in-out; + } + + .cs-loader-inner label:nth-child(4) { + animation: lol 3s 0.2s infinite ease-in-out; + } + + .cs-loader-inner label:nth-child(3) { + animation: lol 3s 0.3s infinite ease-in-out; + } + + .cs-loader-inner label:nth-child(2) { + animation: lol 3s 0.4s infinite ease-in-out; + } + + .cs-loader-inner label:nth-child(1) { + animation: lol 3s 0.5s infinite ease-in-out; + } + </style> + </head> + + <body class="has-ad-rt"> + <noscript> + <strong + >We're sorry but vue-alain doesn't work properly without JavaScript + enabled. Please enable it to continue.</strong + > + </noscript> + + <div id="app"></div> + <div class="preloader"> + <div class="cs-loader"> + <div class="cs-loader-inner"> + <label> ���</label> + <label> ���</label> + <label> ���</label> + <label> ���</label> + <label> ���</label> + <label> ���</label> + </div> </div> </div> - </div> - <!-- built files will be auto injected --> + <!-- built files will be auto injected --> + </body> -</body> - -<script type="text/javascript"> - window._AMapSecurityConfig = { - securityJsCode: '20fcbbc1782d2853f433831e61fab769', - } - -</script> - -</html> \ No newline at end of file + <script type="text/javascript"> + window._AMapSecurityConfig = { + securityJsCode: "20fcbbc1782d2853f433831e61fab769", + }; + </script> +</html> -- Gitblit v1.8.0