feat: 暗黑主题
This commit is contained in:
@@ -1,6 +1,18 @@
|
||||
---
|
||||
---
|
||||
|
||||
<footer>
|
||||
<div class="content">
|
||||
<a target="_blank" href="https://beian.miit.gov.cn/#/Integrated/index">
|
||||
备案号:鄂ICP备2023000060号-2
|
||||
</a>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
|
||||
<style>
|
||||
footer {
|
||||
background-color: #ffffff;
|
||||
background: #ffffff;
|
||||
height: 70px;
|
||||
overflow: hidden;
|
||||
flex-shrink: 0;
|
||||
@@ -17,12 +29,13 @@
|
||||
font-size: 14px;
|
||||
justify-content: center;
|
||||
}
|
||||
</style>
|
||||
|
||||
<footer>
|
||||
<div class="content">
|
||||
<a target="_blank" href="https://beian.miit.gov.cn/#/Integrated/index">
|
||||
备案号:鄂ICP备2023000060号-2
|
||||
</a>
|
||||
</div>
|
||||
</footer>
|
||||
:global(.dark) footer {
|
||||
background: black;
|
||||
box-shadow: rgba(255, 255, 255, .3) 0px -1px 3px 0px;
|
||||
}
|
||||
|
||||
:global(.dark) .content {
|
||||
color: #ffffff;
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user