From fd61e0dd0c90843a3d1b13ea83a678f88f945bee Mon Sep 17 00:00:00 2001 From: kbing1981 <549711992@qq.com> Date: Fri, 12 Jul 2024 16:36:50 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- my/fund/index.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/my/fund/index.css b/my/fund/index.css index 522dc34..6ef57f8 100644 --- a/my/fund/index.css +++ b/my/fund/index.css @@ -71,6 +71,7 @@ } .totalIntegral { padding-left: 20px; + font-size: 30rpx; } .innerBottomOfBottom { @@ -116,7 +117,7 @@ .isbOptions { display: flex; justify-content: space-around; - font-size: 18px; + font-size: 16px; } .optionsDetail { @@ -246,8 +247,8 @@ .withdrawalMoneyBtn { width: 92%; height: 45px; - border-radius: 20px; - font-size: 20px; + border-radius: 30px; + font-size: 18px; color: #FFFFFF; background: linear-gradient(90deg, #019C88, #28BA92, #35C495); display: flex;