7b2主题美化-怎么自定义圈子用户等级颜色代码

圈子内等级美化代码

.author-vip{
    height: 18px;
    line-height: 18px;
    padding: 0;
    padding-left: 20px;
}
.topic-author-info-left .b2-lv1{
        background-color: #ff9400;
        height: 18px;
    line-height: 18px;
}
.topic-author-info-left .b2-lv2{
        background-color: #ff9400;
        height: 18px;
    line-height: 18px;
}
.topic-author-info-left .b2-lv3{
        background-color: #ff3a55;
        height: 18px;
    line-height: 18px;
}
.topic-author-info-left .b2-lv4{
        background-color: #ff3a55;
        height: 18px;
    line-height: 18px;
}
.topic-author-info-left .b2-lv5{
        background-color: #de00ff;
        height: 18px;
    line-height: 18px;
}
.topic-author-info-left .b2-lv6{
        background-color: #de00ff;
        height: 18px;
    line-height: 18px;
}
.topic-author-info-left .b2-lv7{
        background-color: #ff0000;
        height: 18px;
    line-height: 18px;
}
.topic-author-info-left .b2-lv8{
        background-color: #3478f7;
        height: 18px;
    line-height: 18px;
}
7f8039ba62c36dc72400825223e1a35a

相关文章