fix: 使用Qoder统一功能修改完善。
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user