From cc4749faaa9a2bd9660e7b827e46f30a74043028 Mon Sep 17 00:00:00 2001 From: 马宇豪 <978517621@qq.com> Date: 星期四, 14 十二月 2023 13:10:40 +0800 Subject: [PATCH] 修改样式 --- src/views/homePage.vue | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/views/homePage.vue b/src/views/homePage.vue index ae5bf05..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; @@ -215,7 +215,7 @@ height: 100%; padding: 0 50px; color: #ffffff; - background-color: #5175C0; + background-color: #385ca7; font-size: 20px; text-decoration: none; display: flex; @@ -224,11 +224,11 @@ cursor: pointer; &:hover{ - background: #425f9f; + background: #294582; } } .active{ - background: #425f9f; + background: #294582; } } } @@ -257,7 +257,7 @@ width: 100%; text-align: center; color: #fff; - background: #5175C0; + background: #385ca7; font-family: "PingFang SC"; font-size: 12px; letter-spacing: 1px; -- Gitblit v1.9.2