Skip to content

Commit

Permalink
feat: 悬挂备案号
Browse files Browse the repository at this point in the history
  • Loading branch information
songxingguo committed Dec 26, 2024
1 parent 275206a commit 505da2e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 11 deletions.
13 changes: 5 additions & 8 deletions src/css/index.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
body {
font-family: -apple-system, BlinkMacSystemFont, sans-serif;
font-size: calc(10px + 0.33vw);
font-size: calc(10px + 0.27vw);
-webkit-font-smoothing: antialiased;
color: #fff;
margin: 0;
Expand Down Expand Up @@ -43,7 +43,7 @@ body {
}
.content {
position: absolute;
padding: 7vh 10vw 6vh;
padding: 10vh 10vw 3vh;
}
h1 {
font-size: 4.5em;
Expand Down Expand Up @@ -190,13 +190,10 @@ li {
}

.footer {
position: absolute;
left: 0;
right: 0;
bottom: 0;
background-color: gray;
display: flex;
justify-content: center;
align-items: center;
height: 30px;
padding: 20px 0;
background-color: #999;
color: #f5f5f5;
}
6 changes: 3 additions & 3 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,6 @@ <h2>你可以在下面的地方找到我:</h2>
>
</p>
</div>
<footer class="footer">
<a target="_blank" href="https://beian.miit.gov.cn">渝ICP备2024019360号</a>
</footer>
<div class="visitors">
<span id="/" class="leancloud_visitors number" data-flag-title="关于我">
<i class="leancloud-visitors-count orange timer count-number">0</i>
Expand Down Expand Up @@ -229,6 +226,9 @@ <h2>你可以在下面的地方找到我:</h2>
></path>
</svg>
</div>
<footer class="footer">
<a target="_blank" href="https://beian.miit.gov.cn">渝ICP备2024019360号</a>
</footer>
<!-- 引入 Js -->
<script type="module" src="./js/main.js"></script>
</body>
Expand Down

0 comments on commit 505da2e

Please # to comment.