This commit is contained in:
parent
2e86a58fee
commit
a89c894ac7
@ -10,7 +10,6 @@
|
|||||||
<link rel="preconnect" href="https://fonts.googleapis.com">
|
<link rel="preconnect" href="https://fonts.googleapis.com">
|
||||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
||||||
<link href="https://fonts.googleapis.com/css2?family=Ruluko&display=swap" rel="stylesheet">
|
<link href="https://fonts.googleapis.com/css2?family=Ruluko&display=swap" rel="stylesheet">
|
||||||
<link rel="stylesheet" type="text/css" href="/css/main.css" />
|
|
||||||
<style>
|
<style>
|
||||||
body {
|
body {
|
||||||
font: 18px/1.8 Ruluko, "PingFang SC", "Microsoft Jhenghei", "Microsoft YaHei", sans-serif;
|
font: 18px/1.8 Ruluko, "PingFang SC", "Microsoft Jhenghei", "Microsoft YaHei", sans-serif;
|
||||||
|
@ -41,7 +41,6 @@
|
|||||||
box-shadow: 0px 0px 50px 5px white;
|
box-shadow: 0px 0px 50px 5px white;
|
||||||
background: rgba(255, 255, 255, 0.6);
|
background: rgba(255, 255, 255, 0.6);
|
||||||
}
|
}
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
@ -67,12 +66,15 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="row" style="height: 20%;">
|
<div class="row" style="height: 10%;">
|
||||||
<div class="col text-center">
|
<div class="col text-center">
|
||||||
<div class="btn-group" role="group" aria-label="Links">
|
|
||||||
<p id="relocating" style="opacity: 0;font-size: 13px;transition: all .3s ease;">
|
<p id="relocating" style="opacity: 0;font-size: 13px;transition: all .3s ease;">
|
||||||
跳转到: <span id="relocate-location"></span>
|
跳转到: <span id="relocate-location"></span>
|
||||||
</p>
|
</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="row" style="height: 10%;">
|
||||||
|
<div class="col text-center">
|
||||||
<p>
|
<p>
|
||||||
<a style="text-decoration: none;color: whitesmoke;opacity: 0.5;" href="http://beian.miit.gov.cn"
|
<a style="text-decoration: none;color: whitesmoke;opacity: 0.5;" href="http://beian.miit.gov.cn"
|
||||||
target="_blank">陕ICP备16007928号</a>
|
target="_blank">陕ICP备16007928号</a>
|
||||||
@ -80,7 +82,6 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
|
||||||
|
|
||||||
|
|
||||||
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js"
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user