You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

52 lines
1.1 KiB
HTML

<!DOCTYPE html>
<html lang="en" >
<!--<html lang="en" class="dark">-->
<head>
<meta charset="UTF-8"/>
<link rel="stylesheet" href="./src/util/css/loading.css">
<title></title>
</head>
<body>
<div id="app">
<div class="loading">
<div class="loading-wrap">
<div class="loading-dots">
<span class="dot dot-spin">
<i></i>
<i></i>
<i></i>
<i></i>
</span>
</div>
<div class="loading-title" style="color: white;">
正在缓冲...
</div>
</div>
</div>
</div>
<script type="module" src="/src/main.js"></script>
</body>
<style>
.html, body {
background-color: rgb(2, 11, 49);
}
.el-table {
background-color: rgb(2, 11, 49) !important;
/*color: white;*/
--el-table-bg-color: rgb(2, 11, 49) !important;
}
.el-table__header {
background-color: rgb(2, 11, 49) !important;
/*color: white;*/
}
.el-table__header-wrapper {
background-color: rgb(2, 11, 49) !important;
/*color: white;*/
}
</style>
</html>