公开/私有

dev_aliyun_beta
caicai8 5 years ago
parent ac076848ed
commit e7efade5c4

@ -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: #4CACFF;
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: #fff;
font-size: 16px;
margin-left: 10px;
border-radius:20px;
margin-top:3px;
}
.topicsbox{
width: 1200px;

Loading…
Cancel
Save