1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465 |
- <!DOCTYPE html>
- <html lang="">
- <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"> -->
- <link rel="icon" href="<%= BASE_URL %>favicon.ico">
- <title>欢迎光临巨蜂平台官网</title>
- <meta name="viewport"
- content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no">
- <!-- <style>
- /* 轮播图样式 */
- .swiper-list {
- height: 17.7083vw;
- position: relative;
- overflow: hidden;
- border: 1px solid #eee;
- padding: 30px 0;
- }
- .swiper-main {
- height: 100%;
- position: relative;
- }
- .swiper-main img {
- height: 100%;
- display: block;
- position: absolute;
- top: 0px;
- border-radius: 4px;
- display: inline-block;
- box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
- }
- .btn {
- position: absolute;
- top: 50%;
- transform: translateY(-50%);
- width: 30px;
- height: 30px;
- z-index: 1002;
- }
- .leftBtn {
- left: 0px;
- }
- .rightBtn {
- right: 0px;
- }
- </style> -->
- </head>
- <body>
- <noscript>
- <strong>We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work properly without JavaScript enabled.
- Please enable it to continue.</strong>
- </noscript>
- <div id="app"></div>
- <!-- built files will be auto injected -->
- </body>
- </html>
|