From 585d90f0e3194d6b988a424036291921794678ab Mon Sep 17 00:00:00 2001 From: 马宇豪 <978517621@qq.com> Date: 星期三, 18 十二月 2024 14:28:12 +0800 Subject: [PATCH] 修改首页 --- src/views/homePage.vue | 7 ++++++- 1 files changed, 6 insertions(+), 1 deletions(-) diff --git a/src/views/homePage.vue b/src/views/homePage.vue index 48450d3..9bc2de4 100644 --- a/src/views/homePage.vue +++ b/src/views/homePage.vue @@ -344,7 +344,7 @@ .content{ display: flex; min-width: 1200px; - min-height: 560px; + min-height: 400px; border-radius: 80px 40px 80px 40px; border: 2px solid #fff; background: url("../assets/images/logbox.jpg") no-repeat center; @@ -377,6 +377,11 @@ justify-content: center; align-items: center; background-repeat: no-repeat; + + img{ + width: 95%; + height: auto; + } } } .fromRow{ -- Gitblit v1.9.2