From a57b61198ca61f06b1b5ce765332c6be90d1027c Mon Sep 17 00:00:00 2001
From: zhouwenxuan <1175765986@qq.com>
Date: 星期四, 14 十二月 2023 14:11:35 +0800
Subject: [PATCH] 图片路径
---
src/views/homePage.vue | 26 +++++++++++++-------------
1 files changed, 13 insertions(+), 13 deletions(-)
diff --git a/src/views/homePage.vue b/src/views/homePage.vue
index ae5bf05..f62bb49 100644
--- a/src/views/homePage.vue
+++ b/src/views/homePage.vue
@@ -167,7 +167,7 @@
justify-content: center;
.top-cont{
width: 1200px;
- height: 90px;
+ height: 80px;
display: flex;
align-items: center;
justify-content: space-between;
@@ -176,14 +176,14 @@
.logo{
font-size: 2rem;
font-weight: 800;
- height: 90px;
- line-height: 90px;
+ height: 80px;
+ line-height: 80px;
font-family: "PingFang SC";
}
.time{
font-size: 16px;
- height: 90px;
+ height: 80px;
display: flex;
flex-direction: column;
justify-content: center;
@@ -199,13 +199,13 @@
.nav{
width: 100%;
- height: 80px;
+ height: 70px;
position: fixed;
- top: 90px;
+ top: 80px;
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;
}
}
}
@@ -250,14 +250,14 @@
}
.el-login-footer {
- height: 60px;
- line-height: 60px;
+ height: 40px;
+ line-height: 40px;
position: fixed;
bottom: 0;
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