fix: bookmarks
All checks were successful
Upload / Explore-Gitea-Actions (push) Successful in 54s

This commit is contained in:
moonlightwatch 2025-03-26 19:50:48 +08:00
parent 2e86a58fee
commit a89c894ac7
2 changed files with 12 additions and 12 deletions

View File

@ -10,7 +10,6 @@
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Ruluko&display=swap" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="/css/main.css" />
<style>
body {
font: 18px/1.8 Ruluko, "PingFang SC", "Microsoft Jhenghei", "Microsoft YaHei", sans-serif;

View File

@ -41,7 +41,6 @@
box-shadow: 0px 0px 50px 5px white;
background: rgba(255, 255, 255, 0.6);
}
</style>
</head>
@ -67,12 +66,15 @@
</div>
</div>
</div>
<div class="row" style="height: 20%;">
<div class="row" style="height: 10%;">
<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;">
跳转到: <span id="relocate-location"></span>
</p>
</div>
</div>
<div class="row" style="height: 10%;">
<div class="col text-center">
<p>
<a style="text-decoration: none;color: whitesmoke;opacity: 0.5;" href="http://beian.miit.gov.cn"
target="_blank">陕ICP备16007928号</a>
@ -80,7 +82,6 @@
</div>
</div>
</div>
</div>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js"