index.html 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <meta name="viewport" content="width=device-width,initial-scale=1.0">
  6. <title>卫勤战备物资智能调配系统</title>
  7. <style>
  8. html,body{
  9. height:100%;
  10. width:100%;
  11. margin:0;
  12. padding:0;
  13. }
  14. </style>
  15. </head>
  16. <body class="body-box">
  17. <div id="app"></div>
  18. <!-- built files will be auto injected -->
  19. </body>
  20. </html>
  21. <style>
  22. .body-box /deep/ {
  23. }
  24. .el-message--error{
  25. height:100px;
  26. width:446px;
  27. background:url("static/img/min_back_08.png");
  28. background-size:100% 100%;
  29. color:#fff;
  30. border:0;
  31. display: flex;
  32. flex-direction: row;
  33. border-radius:0;
  34. }
  35. .el-icon-error{
  36. height:30px;
  37. width:30px;
  38. margin-top: 12px;
  39. margin-right:10px;
  40. background:url("static/img/icon_01.png");
  41. background-size:100% 100%;
  42. }
  43. .el-icon-error::before{
  44. display: none;
  45. }
  46. .el-message--error .el-message__content{
  47. line-height:85px;
  48. color:#fff;
  49. font-size:16px;
  50. margin-top:13px;
  51. }
  52. .body-box /deep/ .el-message__closeBtn{
  53. top:12% !important;
  54. }
  55. </style>