武汉四维h5程序,基于达闼设备,单独分开
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

51 line
1.6 KiB

  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8">
  5. <meta http-equiv="pragma" content="no-cache" />
  6. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  7. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  8. <meta http-equiv="x-dns-prefetch-control" content="on" />
  9. <meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no">
  10. <script type="text/javascript" src="https://tan-xin.oss-cn-qingdao.aliyuncs.com/vconsole.min.js"></script>
  11. <script>
  12. // var vConsole = new VConsole();
  13. </script>
  14. <link rel="icon" href="<%= BASE_URL %>favicon.ico">
  15. <style>
  16. body {
  17. height: 100% !important;
  18. background-color: transparent !important;
  19. }
  20. .dg-main-content {
  21. max-width: 300px !important;
  22. }
  23. .other {
  24. color: red;
  25. }
  26. .dg-content{
  27. text-align: center;
  28. }
  29. .dg-content-body {
  30. border-bottom: none !important;
  31. padding: 15px 0 !important;
  32. }
  33. .el-message-box {
  34. width: 92vw !important;
  35. }
  36. </style>
  37. <title><%= htmlWebpackPlugin.options.title %></title>
  38. </head>
  39. <body>
  40. <noscript>
  41. <strong>We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
  42. </noscript>
  43. <div id="app"></div>
  44. <!-- built files will be auto injected -->
  45. </body>
  46. <script scr="@/assets/bootstrap.min.js"></script>
  47. </html>