| | |
| | | <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" type="image/png" href="<%= htmlWebpackPlugin.options.faviconPath%>" sizes="32x32" /> |
| | | <link rel="icon" type="image/png" href="<%= BASE_URL %>favicon.png" sizes="32x32" /> |
| | | <link rel="stylesheet" href="/fonts/alibaba/iconfont.css"> |
| | | <title><%= htmlWebpackPlugin.options.title %></title> |
| | | |
| | |
| | | cursor: pointer; |
| | | } |
| | | |
| | | /* .flex-box{ |
| | | .flex-box{ |
| | | display: flex; |
| | | } */ |
| | | } |
| | | .el-button--primary { |
| | | color: #FFFFFF; |
| | | background-color: #3D68E1 !important; |
| | |
| | | visibility: hidden; |
| | | } |
| | | |
| | | /* 垂直方向居中dialog框 */ |
| | | .el-dialog { |
| | | margin: 0 auto !important; |
| | | top: 50%; |
| | | transform: translateY(-50%); |
| | | } |
| | | |
| | | .form-tip { |
| | | color: #999; |
| | | position: relative; |
| | |
| | | text-align: center; |
| | | border: 0px solid transparent; |
| | | } |
| | | |
| | | ::-webkit-scrollbar { |
| | | width: 6px; |
| | | height: 6px; |
| | | background-color: #f5f5f5; |
| | | } |
| | | </style> |
| | | |
| | | </head> |