From 190f30697921bface296665ff54afa617807b7f2 Mon Sep 17 00:00:00 2001 From: Lee <342694918@qq.com> Date: Mon, 24 Jan 2022 15:08:12 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B90124?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/style.css | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/css/style.css b/css/style.css index 805e03e..0baf185 100644 --- a/css/style.css +++ b/css/style.css @@ -1544,7 +1544,7 @@ .contact, .company{ display: flex; - justify-content: center; + justify-content: space-between; flex-wrap: wrap; margin: 40px auto 60px; } @@ -1554,16 +1554,12 @@ padding: 10px; background-color: #FFFFFF; box-shadow: 0 0 8px 6px rgba(198,198,198,0.15); - margin-top: 20px; + margin: 20px 1.75% 0; } .contact li:nth-of-type(1),.contact li:nth-of-type(2), .company li:nth-of-type(1),.company li:nth-of-type(2){ margin-top: 0; } -.contact li:nth-child(odd), -.company li:nth-child(odd){ - margin-right: 4.4%; -} .contact li .contact-txt{ display: flex; margin: 10px 0 25px;