some chage

This commit is contained in:
2025-10-29 20:16:10 +08:00
parent 293cc24ac5
commit ad2de51a55
6 changed files with 492 additions and 7 deletions

View File

@@ -1,12 +1,8 @@
/* 页眉导航栏 */
.navbar {
display: flex;
justify-content: space-between;
align-items: center;
background-color: #2575fc;
color: rgb(235, 235, 235);
border-radius: 10px;
margin-bottom: 30px;
background: linear-gradient(135deg, var(--primary-blue), var(--accent-blue));
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
padding: 0.8rem 1rem;
}
.navbar .logo h1 {