ray-template/index.html
2023-04-17 12:36:48 +08:00

170 lines
6.0 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/ray-template/ray.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Ray Template</title>
<script type="module" crossorigin src="/ray-template/assets/index-ddb803af.js"></script>
<link rel="modulepreload" crossorigin href="/ray-template/assets/@vue-6996c4b6.js">
<link rel="modulepreload" crossorigin href="/ray-template/assets/vue-demi-71ba0ef2.js">
<link rel="modulepreload" crossorigin href="/ray-template/assets/pinia-c02b34e2.js">
<link rel="modulepreload" crossorigin href="/ray-template/assets/@intlify-bd5dfa46.js">
<link rel="modulepreload" crossorigin href="/ray-template/assets/vue-i18n-a041e1ab.js">
<link rel="modulepreload" crossorigin href="/ray-template/assets/lodash-es-b7de4195.js">
<link rel="modulepreload" crossorigin href="/ray-template/assets/vue-router-5661a2ac.js">
<link rel="modulepreload" crossorigin href="/ray-template/assets/date-fns-7f923de7.js">
<link rel="modulepreload" crossorigin href="/ray-template/assets/evtd-b614532e.js">
<link rel="modulepreload" crossorigin href="/ray-template/assets/seemly-dc6f1e91.js">
<link rel="modulepreload" crossorigin href="/ray-template/assets/@css-render-f42a4f8d.js">
<link rel="modulepreload" crossorigin href="/ray-template/assets/vooks-18ea31ef.js">
<link rel="modulepreload" crossorigin href="/ray-template/assets/vdirs-b0483831.js">
<link rel="modulepreload" crossorigin href="/ray-template/assets/@juggle-41516555.js">
<link rel="modulepreload" crossorigin href="/ray-template/assets/@emotion-8a8e73f6.js">
<link rel="modulepreload" crossorigin href="/ray-template/assets/css-render-57962bc1.js">
<link rel="modulepreload" crossorigin href="/ray-template/assets/vueuc-48cc3a88.js">
<link rel="modulepreload" crossorigin href="/ray-template/assets/treemate-25c27bff.js">
<link rel="modulepreload" crossorigin href="/ray-template/assets/date-fns-tz-230e778e.js">
<link rel="modulepreload" crossorigin href="/ray-template/assets/async-validator-dee29e8b.js">
<link rel="modulepreload" crossorigin href="/ray-template/assets/naive-ui-a68231cf.js">
<link rel="modulepreload" crossorigin href="/ray-template/assets/@vueuse-e2eab0ec.js">
<link rel="modulepreload" crossorigin href="/ray-template/assets/screenfull-578bfdd4.js">
<link rel="modulepreload" crossorigin href="/ray-template/assets/pinia-plugin-persistedstate-d93b4f94.js">
<link rel="stylesheet" href="/ray-template/assets/index-03678da1.css">
</head>
<style>
:root {
--preloading-tag-color: #ff6700;
--preloading-title-color: #2d8cf0;
--ray-theme-primary-fade-color: rgba(45, 140, 240, 0.25);
--ray-theme-primary-color: #2d8cf0;
}
#pre-loading-animation {
position: fixed;
left: 0;
right: 0;
top: 0;
bottom: 0;
background-color: #ffffff;
color: var(--preloading-title-color);
text-align: center;
}
.ray-template--dark #pre-loading-animation {
background-color: #2a3146;
}
#pre-loading-animation .pre-loading-animation__wrapper {
width: 100%;
height: 100%;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
#pre-loading-animation
.pre-loading-animation__wrapper
.pre-loading-animation__wrapper-title {
font-size: 30px;
padding-bottom: 48px;
}
.pre-loading-animation__wrapper-loading {
display: block;
position: relative;
width: 6px;
height: 10px;
-webkit-animation: rectangle infinite 1s ease-in-out -0.2s;
animation: rectangle infinite 1s ease-in-out -0.2s;
background-color: var(--preloading-tag-color);
}
.pre-loading-animation__wrapper-loading:before,
.pre-loading-animation__wrapper-loading:after {
position: absolute;
width: 6px;
height: 10px;
content: '';
background-color: var(--preloading-tag-color);
}
.pre-loading-animation__wrapper-loading:before {
left: -14px;
-webkit-animation: rectangle infinite 1s ease-in-out -0.4s;
animation: rectangle infinite 1s ease-in-out -0.4s;
}
.pre-loading-animation__wrapper-loading:after {
right: -14px;
-webkit-animation: rectangle infinite 1s ease-in-out;
animation: rectangle infinite 1s ease-in-out;
}
@-webkit-keyframes rectangle {
0%,
80%,
100% {
height: 20px;
-webkit-box-shadow: 0 0 var(--preloading-tag-color);
box-shadow: 0 0 var(--preloading-tag-color);
}
40% {
height: 30px;
-webkit-box-shadow: 0 -20px var(--preloading-tag-color);
box-shadow: 0 -20px var(--preloading-tag-color);
}
}
@keyframes rectangle {
0%,
80%,
100% {
height: 20px;
-webkit-box-shadow: 0 0 var(--preloading-tag-color);
box-shadow: 0 0 var(--preloading-tag-color);
}
40% {
height: 30px;
-webkit-box-shadow: 0 -20px var(--preloading-tag-color);
box-shadow: 0 -20px var(--preloading-tag-color);
}
}
</style>
<body>
<div id="app"></div>
<div id="pre-loading-animation">
<div class="pre-loading-animation__wrapper">
<div class="pre-loading-animation__wrapper-title">
Ray Template
</div>
<div class="pre-loading-animation__wrapper-loading"></div>
</div>
</div>
</body>
</html>