更新界面详情
This commit is contained in:
Vendored
+2
-1
@@ -81,7 +81,8 @@
|
||||
--bs-body-line-height: 1.5;
|
||||
--bs-body-color: #212529;
|
||||
--bs-body-color-rgb: 33, 37, 41;
|
||||
--bs-body-bg: #fff;
|
||||
/* --bs-body-bg: #fff; */
|
||||
--bs-body-bg:#f4f6f9;
|
||||
--bs-body-bg-rgb: 255, 255, 255;
|
||||
--bs-emphasis-color: #000;
|
||||
--bs-emphasis-color-rgb: 0, 0, 0;
|
||||
|
||||
@@ -199,7 +199,7 @@ pre code {
|
||||
|
||||
/* 主导航菜单 */
|
||||
.main-menu {
|
||||
background: #f8f9fa;
|
||||
background: #fff;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
@@ -221,7 +221,7 @@ pre code {
|
||||
}
|
||||
|
||||
.main-menu .container .main-menu__nav a:hover {
|
||||
color: #fff !important;
|
||||
color: #fff ;
|
||||
}
|
||||
|
||||
.main-menu .container a:hover {
|
||||
@@ -241,7 +241,7 @@ pre code {
|
||||
.main-menu__list {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
gap: 35px;
|
||||
gap: 10px;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
list-style: none;
|
||||
@@ -252,16 +252,16 @@ pre code {
|
||||
font-size: 16px;
|
||||
font-weight: 500;
|
||||
text-decoration: none;
|
||||
padding: 16px 30px;
|
||||
padding: 16px 10px;
|
||||
border-radius: 6px;
|
||||
transition: all 0.3s ease;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.main-menu__list a:hover {
|
||||
color: #fff;
|
||||
background-color: #3498db;
|
||||
box-shadow: 0 4px 15px rgba(52, 152, 219, 0.3);
|
||||
color: #0081ff;
|
||||
/* background-color: #3498db; */
|
||||
/* box-shadow: 0 4px 15px rgba(52, 152, 219, 0.3); */
|
||||
transform: translateY(-2px);
|
||||
text-decoration: none;
|
||||
}
|
||||
@@ -310,6 +310,13 @@ pre code {
|
||||
color: #212529 !important;
|
||||
}
|
||||
|
||||
.sticky-nav__menu a:hover {
|
||||
color: #0081ff !important;
|
||||
border-bottom: 3px solid #0081ff;
|
||||
padding-bottom: 5px;
|
||||
transition: all ease 0.2s;
|
||||
}
|
||||
|
||||
.sticky-nav__menu ul {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
|
||||
Reference in New Issue
Block a user