更新前后端标签代码

This commit is contained in:
2025-05-16 10:21:38 +08:00
parent 754db2cfee
commit 5cf1721094
16 changed files with 1357 additions and 274 deletions
+46 -1
View File
@@ -4,6 +4,19 @@ body {
color: rgb(52, 58, 64);
}
a {
text-decoration: none !important;
color: var(--bs-white) !important;
}
a:hover {
color: var(--bs-orange) !important;
}
.fas {
color: #fff !important;
}
/* 字体大小类 */
.f20,
.f-20 {
@@ -112,6 +125,13 @@ body {
/* height: 800px; */
}
.topbar-one__social {
display: flex;
align-items: center;
gap: 10px;
justify-content: end;
}
/* 主导航菜单 */
.main-menu {
background: #f8f9fa;
@@ -126,6 +146,18 @@ body {
position: relative;
}
.main-menu .container a {
color: #3492ed !important;
}
.main-menu .container a:hover {
color: var(--bs-white) !important;
}
#userDropdownMain a:hover{
color: #0d6efd !important;
}
.main-menu__logo {
display: flex;
align-items: center;
@@ -249,6 +281,10 @@ body {
position: relative;
}
.sticky-nav__menu a {
color: #212529 !important;
}
.sticky-nav__menu ul {
display: flex;
justify-content: center;
@@ -304,6 +340,10 @@ body {
gap: 20px;
}
.topbar-one .container .topbar-one__info a {
color: #fff !important;
}
.topbar-one .container ul {
display: flex;
align-items: center;
@@ -477,7 +517,7 @@ body {
}
.introduction .title {
height:50px;
height: 50px;
font-size: 17px;
font-weight: 500;
color: #404040;
@@ -500,3 +540,8 @@ body {
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
.layui-layer-btn .layui-layer-btn1 {
background: #fff;
color: #212529 !important;
border: 1px solid #212529;
}