From e7efade5c4e13f810d4c44b4e365683598102d26 Mon Sep 17 00:00:00 2001 From: caicai8 <1149225589@qq.com> Date: Tue, 3 Sep 2019 09:37:07 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=AC=E5=BC=80/=E7=A7=81=E6=9C=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/modules/user/usersInfo/usersInfo.css | 22 +++++++++++++++---- 1 file changed, 18 insertions(+), 4 deletions(-) diff --git a/public/react/src/modules/user/usersInfo/usersInfo.css b/public/react/src/modules/user/usersInfo/usersInfo.css index 1c7b3d325..5dadb73e0 100644 --- a/public/react/src/modules/user/usersInfo/usersInfo.css +++ b/public/react/src/modules/user/usersInfo/usersInfo.css @@ -241,14 +241,28 @@ cursor: default; } .bank_is_public{ - background: #E4F2FE; + background: #84B6EB; float: left; - height: 30px; - line-height: 30px; + height: 24px; + line-height: 24px; + padding:0px 20px; + color: #fff; + font-size: 16px; + margin-left: 10px; + border-radius:20px; + margin-top:3px; +} +.bank_is_private{ + background: #56B998; + float: left; + height: 24px; + line-height: 24px; padding:0px 20px; - color: #4CACFF; + color: #fff; font-size: 16px; margin-left: 10px; + border-radius:20px; + margin-top:3px; } .topicsbox{ width: 1200px;