You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
315 B
Plaintext

@import "/pages/login/index.wxss";
.adTag{
width: 56px;
height: 28px;
border: 1px solid #e2e2e2;
border-radius: 25px;
text-align: center;
font-size: 14px;
color: #333;
line-height: 28px;
display: inline-block;
margin-left: 8px;
}
.adTag.active{
background: #027aff;
color: #fff;
border: 1px solid #027aff;
}