From cc4749faaa9a2bd9660e7b827e46f30a74043028 Mon Sep 17 00:00:00 2001
From: 马宇豪 <978517621@qq.com>
Date: Thu, 14 Dec 2023 13:10:40 +0800
Subject: [PATCH] 修改样式
---
src/views/homePage.vue | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/views/homePage.vue b/src/views/homePage.vue
index 0418459..a51e1dc 100644
--- a/src/views/homePage.vue
+++ b/src/views/homePage.vue
@@ -199,13 +199,13 @@
.nav{
width: 100%;
- height: 80px;
+ height: 70px;
position: fixed;
top: 90px;
left: 0;
.nav-cont{
width: 1200px;
- height: 80px;
+ height: 70px;
margin: 0 auto;
display: flex;
align-items: center;
@@ -228,7 +228,7 @@
}
}
.active{
- background: #385ca7;
+ background: #294582;
}
}
}
--
Gitblit v1.9.2