更新界面详情

This commit is contained in:
2025-05-28 17:25:16 +08:00
parent 5d791d84ed
commit 352540b500
13 changed files with 1742 additions and 1312 deletions
+2 -1
View File
@@ -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;
+14 -7
View File
@@ -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;