修复蒙版遮盖下划线
All checks were successful
Gitea Actions Official-website / deploy-dev (push) Successful in 4s
All checks were successful
Gitea Actions Official-website / deploy-dev (push) Successful in 4s
This commit is contained in:
@@ -97,10 +97,11 @@ a {
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 0.125em;
|
||||
height: 2px;
|
||||
background-color: #004bfa;
|
||||
transform: scaleX(0);
|
||||
transition: transform 0.2s ease;
|
||||
z-index: 999;
|
||||
}
|
||||
|
||||
.header-nav-title:hover::after,
|
||||
@@ -147,12 +148,7 @@ a {
|
||||
transition: color 0.2s;
|
||||
}
|
||||
|
||||
/* .header-nav-btn img {
|
||||
width: 1.5em;
|
||||
max-width: 17px;
|
||||
max-height: 17px;
|
||||
height: 1.5em;
|
||||
} */
|
||||
|
||||
|
||||
.header-nav-btn:hover {
|
||||
color: #004bfa;
|
||||
@@ -269,7 +265,7 @@ a {
|
||||
left: 0;
|
||||
right: 0;
|
||||
background-color: #fff;
|
||||
z-index: 999;
|
||||
z-index: 99;
|
||||
border-top: none;
|
||||
overflow: hidden;
|
||||
padding-bottom: 2.375em;
|
||||
|
||||
Reference in New Issue
Block a user