add public security.

This commit is contained in:
2023-12-11 09:09:58 +08:00
parent c16bcad7c4
commit 0db3963006
3 changed files with 24 additions and 3 deletions

View File

@@ -16,7 +16,19 @@
</main> </main>
</div> </div>
</div> </div>
<a class="icp" href="https://beian.miit.gov.cn" target="_blank">浙ICP备2023044109号</a> <div class="beian">
<a href="https://beian.miit.gov.cn" target="_blank" rel="noreferrer">
浙ICP备2023044109号
</a>
<img src="/备案图标.png" alt="备案图标" />
<a
href="https://beian.mps.gov.cn/#/query/webSearch?code=33100402331786"
rel="noreferrer"
target="_blank"
>
浙公网安备33100402331786
</a>
</div>
<script type="module" src="/main.js"></script> <script type="module" src="/main.js"></script>
</body> </body>
</html> </html>

BIN
public/备案图标.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

View File

@@ -84,13 +84,22 @@ a {
line-height: 1.5; line-height: 1.5;
} }
.icp { .beian {
position: fixed; position: fixed;
left: 50%; left: 50%;
bottom: 20px; bottom: 20px;
transform: translateX(-50%); transform: translateX(-50%);
}
.beian img {
width: 14px;
height: 14px;
transform: translateY(2px);
}
.beian a {
text-decoration: none; text-decoration: none;
font-size: 12px; font-size: 14px;
} }
@media (max-width: 600px) { @media (max-width: 600px) {