mirror of
https://github.com/XiaoDaiGua-Ray/ray-template.git
synced 2025-04-06 03:57:49 +08:00
172 lines
6.2 KiB
HTML
172 lines
6.2 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-075a458f.js"></script>
|
|
<link rel="modulepreload" crossorigin href="/ray-template/assets/@vue-b109a2ec.js">
|
|
<link rel="modulepreload" crossorigin href="/ray-template/assets/vue-demi-71ba0ef2.js">
|
|
<link rel="modulepreload" crossorigin href="/ray-template/assets/pinia-f785c1d8.js">
|
|
<link rel="modulepreload" crossorigin href="/ray-template/assets/lodash-es-92f3d5bd.js">
|
|
<link rel="modulepreload" crossorigin href="/ray-template/assets/clipboard-9c798d85.js">
|
|
<link rel="modulepreload" crossorigin href="/ray-template/assets/date-fns-6c225a00.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-555d5129.js">
|
|
<link rel="modulepreload" crossorigin href="/ray-template/assets/vooks-5e400110.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-d3958e6a.js">
|
|
<link rel="modulepreload" crossorigin href="/ray-template/assets/vueuc-7f8201e7.js">
|
|
<link rel="modulepreload" crossorigin href="/ray-template/assets/treemate-25c27bff.js">
|
|
<link rel="modulepreload" crossorigin href="/ray-template/assets/date-fns-tz-39604516.js">
|
|
<link rel="modulepreload" crossorigin href="/ray-template/assets/async-validator-dee29e8b.js">
|
|
<link rel="modulepreload" crossorigin href="/ray-template/assets/naive-ui-6aaba7d0.js">
|
|
<link rel="modulepreload" crossorigin href="/ray-template/assets/@intlify-deb68647.js">
|
|
<link rel="modulepreload" crossorigin href="/ray-template/assets/vue-i18n-5eb41bb0.js">
|
|
<link rel="modulepreload" crossorigin href="/ray-template/assets/dayjs-b1052bb4.js">
|
|
<link rel="modulepreload" crossorigin href="/ray-template/assets/vue-router-b96fe403.js">
|
|
<link rel="modulepreload" crossorigin href="/ray-template/assets/@vueuse-da6970f7.js">
|
|
<link rel="modulepreload" crossorigin href="/ray-template/assets/screenfull-b3e6dc1f.js">
|
|
<link rel="modulepreload" crossorigin href="/ray-template/assets/pinia-plugin-persistedstate-d93b4f94.js">
|
|
<link rel="stylesheet" href="/ray-template/assets/index-534d3f47.css">
|
|
</head>
|
|
<style>
|
|
:root {
|
|
--preloading-tag-color: #ff6700;
|
|
--preloading-title-color: #2d8cf0;
|
|
--ray-theme-primary-fade-color: rgba(45, 140, 240, 0.3);
|
|
--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>
|