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.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;

View File

@ -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,17 +66,19 @@
</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>
<p> </div>
<a style="text-decoration: none;color: whitesmoke;opacity: 0.5;" href="http://beian.miit.gov.cn" <div class="row" style="height: 10%;">
target="_blank">陕ICP备16007928号</a> <div class="col text-center">
</p> <p>
</div> <a style="text-decoration: none;color: whitesmoke;opacity: 0.5;" href="http://beian.miit.gov.cn"
target="_blank">陕ICP备16007928号</a>
</p>
</div> </div>
</div> </div>
</div> </div>