From c7d0f7c17eee550429b592bbb7c644e6c343fa35 Mon Sep 17 00:00:00 2001 From: dengj <209192278@qq.com> Date: Tue, 12 Dec 2023 17:32:22 +0800 Subject: [PATCH] =?UTF-8?q?=E9=82=93=E6=B4=81=20:=20=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/site/index.vue | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/views/site/index.vue b/src/views/site/index.vue index b787e0f..b7ebf26 100644 --- a/src/views/site/index.vue +++ b/src/views/site/index.vue @@ -219,7 +219,7 @@ const handleClickSite = () => { } .site-bgc { - padding-top: 85px; + padding: 85px 30px 0 30px; width: 100%; height: 100%; background-image: url('@/assets/images/site/zdgl_dbj.png'); @@ -304,12 +304,12 @@ const handleClickSite = () => { .site-box { margin-top: 122px; - margin-right: 122px; - padding: 31px 43px; - width: 1158px; + margin-right: 140px; + padding: 40px 50px; + width: 1200px; height: 718px; background-image: url('@/assets/images/site/zdgl_bj.png'); - box-sizing: border-box; + //box-sizing: border-box; position: relative; .top { @@ -345,7 +345,7 @@ const handleClickSite = () => { .left-img { margin-top: 50px; - margin-right: 60px; + margin-right: 100px; width: 480px; height: 350px; background-image: url('@/assets/images/site/zdgl_zd.png');