index.html 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. <!DOCTYPE html>
  2. <html lang="">
  3. <head>
  4. <meta charset="utf-8">
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  6. <!-- <meta name="viewport" content="width=device-width,initial-scale=1.0"> -->
  7. <link rel="icon" href="<%= BASE_URL %>favicon.ico">
  8. <title>欢迎光临巨蜂平台官网</title>
  9. <meta name="viewport"
  10. content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no">
  11. <!-- <style>
  12. /* 轮播图样式 */
  13. .swiper-list {
  14. height: 17.7083vw;
  15. position: relative;
  16. overflow: hidden;
  17. border: 1px solid #eee;
  18. padding: 30px 0;
  19. }
  20. .swiper-main {
  21. height: 100%;
  22. position: relative;
  23. }
  24. .swiper-main img {
  25. height: 100%;
  26. display: block;
  27. position: absolute;
  28. top: 0px;
  29. border-radius: 4px;
  30. display: inline-block;
  31. box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  32. }
  33. .btn {
  34. position: absolute;
  35. top: 50%;
  36. transform: translateY(-50%);
  37. width: 30px;
  38. height: 30px;
  39. z-index: 1002;
  40. }
  41. .leftBtn {
  42. left: 0px;
  43. }
  44. .rightBtn {
  45. right: 0px;
  46. }
  47. </style> -->
  48. </head>
  49. <body>
  50. <noscript>
  51. <strong>We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work properly without JavaScript enabled.
  52. Please enable it to continue.</strong>
  53. </noscript>
  54. <div id="app"></div>
  55. <!-- built files will be auto injected -->
  56. </body>
  57. </html>