From 5fabc5d453df743f9139fdf8d0e830202cafe445 Mon Sep 17 00:00:00 2001 From: wangsongsole Date: Wed, 20 Mar 2024 14:35:05 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20style:=20=E4=BC=98=E5=8C=96?= =?UTF-8?q?=E7=BB=84=E5=90=88=E5=95=86=E5=93=81=E6=A8=A1=E6=9D=BF=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/combiningMobile/index.less | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/src/components/combiningMobile/index.less b/src/components/combiningMobile/index.less index 8b337b02..c37b9127 100644 --- a/src/components/combiningMobile/index.less +++ b/src/components/combiningMobile/index.less @@ -103,6 +103,9 @@ height: 116px; width: 100px; margin-left: 10px; + display: flex; + flex-direction: column; + align-items: center; &:first-child { margin-left: 0; @@ -111,17 +114,14 @@ .g-b-u-t { color: #FD4B34; font-size: 12px; - text-align: center; } .reduce { - text-align: center; color: #FF877D; font-size: 12px; } .money { - text-align: center; color: #FC4A2F; font-size: 20px; font-weight: bold; @@ -137,9 +137,11 @@ .g-b-but { font-size: 12px; - text-align: center; color: #FC4934; margin-top: 23px; + background: #fff; + padding: 3px 8px; + border-radius: 20px; } } }