fix: 使用Qoder统一功能修改完善。

This commit is contained in:
tianyongbao
2025-11-04 01:21:56 +08:00
parent 7b8de99652
commit 96e217948b
12 changed files with 476 additions and 195 deletions

View File

@@ -3,6 +3,12 @@
.@{prefix}-header {
width: 100%;
height: 100px;
background: rgba(255,255,255,0.75);
backdrop-filter: saturate(180%) blur(8px);
box-shadow: 0 4px 14px rgba(16,24,40,0.08);
position: sticky;
top: 0;
z-index: 100;
.float-clear;
.@{prefix}-logo{
width: 135px;
@@ -20,13 +26,21 @@
text-align: center;
margin: 0 0 0 0px;
}
.@{prefix}-logo-text a{
color: var(--color-text);
text-decoration: none;
margin: 0 8px;
font-weight: 600;
}
.@{prefix}-logo-text a:hover{
color: var(--color-accent);
text-decoration: underline;
}
.@{prefix}-button{
float: right;
line-height: 40px;
background: #236579;
margin: 30px 30px 0 0;
min-width: 100px;
border-radius: 10px;
}
.@{prefix}-rightcol{
display: none;