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;