From c707fc131356516b78b80deca779a55c6ff7209c Mon Sep 17 00:00:00 2001 From: cebgcontract <99630598+cebgcontract@users.noreply.github.com> Date: Wed, 28 Sep 2022 21:37:27 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=89=8B=E6=9C=BA=E7=89=88?= =?UTF-8?q?=E5=BA=95=E9=83=A8=E8=81=94=E7=B3=BB=E6=96=B9=E5=BC=8F=E5=8C=BA?= =?UTF-8?q?=E5=9F=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/mobile/css/main.css | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/mobile/css/main.css b/src/mobile/css/main.css index 167a8d0..a101ddc 100755 --- a/src/mobile/css/main.css +++ b/src/mobile/css/main.css @@ -308,18 +308,20 @@ span.swiper-pagination-bullet { } .join { - background-image: linear-gradient(to right, #abe8ad,#34eecc); + /* background-image: linear-gradient(to right, #abe8ad,#34eecc); */ + background: url('../img/home/join@2x.png') no-repeat center -1px; + background-size: 100% 100%; } .join-inner{ - width: 95%; height: 40px; - margin: 0 auto; display: flex; flex-flow: row nowrap; align-items: center; justify-content: space-between; color: #25486b; font-size: 20px; + margin: 0 8vw 0 auto; + width: 40%; } .join a {