This commit is contained in:
张成
2026-04-28 19:02:58 +08:00
parent be1b4b6e9c
commit 9f9cb8d7aa
3 changed files with 64 additions and 10 deletions

View File

@@ -67,7 +67,7 @@
.menuContent {
padding: 80px 20px 20px;
color: white;
color: #0f172a;
ul {
list-style: none;
@@ -77,12 +77,12 @@
li {
margin: 15px 0;
border-bottom: 1px solid rgba(255, 255, 255, 0.2);
border-bottom: 1px solid #e2e8f0;
padding-bottom: 15px;
}
a {
color: white;
color: #334155;
text-decoration: none;
font-size: 18px;
display: block;
@@ -90,7 +90,7 @@
}
.hasSubmenu {
color: #3498db;
color: #1d4ed8;
font-weight: bold;
margin-bottom: 10px;
}
@@ -106,7 +106,7 @@
a {
font-size: 16px;
color: rgba(255, 255, 255, 0.8);
color: #475569;
}
}
}
@@ -131,11 +131,11 @@
.goBack {
margin-top: 30px;
padding-top: 20px;
border-top: 2px solid rgba(255, 255, 255, 0.3);
border-top: 1px solid #e2e8f0;
text-align: center;
a {
color: white;
color: #334155;
text-decoration: none;
font-size: 16px;
display: inline-flex;
@@ -143,13 +143,13 @@
gap: 8px;
&:hover {
color: #3498db;
color: #1d4ed8;
}
img {
width: 16px;
height: 16px;
filter: invert(1);
filter: none;
}
}
}