| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657 |
- <!DOCTYPE html>
- <html>
- <head>
- <meta charset="utf-8">
- <meta name="viewport" content="width=device-width,initial-scale=1.0">
- <title>卫勤战备物资智能调配系统</title>
- <style>
- html,body{
- height:100%;
- width:100%;
- margin:0;
- padding:0;
- }
- </style>
- </head>
- <body class="body-box">
- <div id="app"></div>
- <!-- built files will be auto injected -->
- </body>
- </html>
- <style>
- .body-box /deep/ {
- }
- .el-message--error{
- height:100px;
- width:446px;
- background:url("static/img/min_back_08.png");
- background-size:100% 100%;
- color:#fff;
- border:0;
- display: flex;
- flex-direction: row;
- border-radius:0;
- }
- .el-icon-error{
- height:30px;
- width:30px;
- margin-top: 12px;
- margin-right:10px;
- background:url("static/img/icon_01.png");
- background-size:100% 100%;
- }
- .el-icon-error::before{
- display: none;
- }
- .el-message--error .el-message__content{
- line-height:85px;
- color:#fff;
- font-size:16px;
- margin-top:13px;
- }
- .body-box /deep/ .el-message__closeBtn{
- top:12% !important;
- }
- </style>
|