From e3b49d33e9c2e8ba75ce3d6fdef0da27d529c72c Mon Sep 17 00:00:00 2001 From: zhouwenxuan <1175765986@qq.com> Date: 星期四, 14 十二月 2023 10:43:00 +0800 Subject: [PATCH] 样式调整 --- src/views/homePage.vue | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/views/homePage.vue b/src/views/homePage.vue index ae5bf05..0418459 100644 --- a/src/views/homePage.vue +++ b/src/views/homePage.vue @@ -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: #385ca7; } } } @@ -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