From afdca5cb7b8d5c735ab70926e4f5853d904991c6 Mon Sep 17 00:00:00 2001 From: 马宇豪 <978517621@qq.com> Date: 星期四, 14 十二月 2023 13:54:53 +0800 Subject: [PATCH] 修改样式 --- src/views/homePage.vue | 14 +++++++------- 1 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/views/homePage.vue b/src/views/homePage.vue index a51e1dc..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; @@ -201,7 +201,7 @@ width: 100%; height: 70px; position: fixed; - top: 90px; + top: 80px; left: 0; .nav-cont{ width: 1200px; @@ -250,8 +250,8 @@ } .el-login-footer { - height: 60px; - line-height: 60px; + height: 40px; + line-height: 40px; position: fixed; bottom: 0; width: 100%; -- Gitblit v1.9.2