/**
 * 用户信息标签美化
 * 用户主页/作者页头部显示UID、注册天数、总消费等彩色标签
 */

/* 标签间距 */
.user-page-header .but,
.author-header .but {
    margin-right: 6px;
    margin-bottom: 4px;
}

/* 标签内图标对齐 */
.user-page-header .but .icon,
.author-header .but .icon {
    width: 1em;
    height: 1em;
    vertical-align: -0.15em;
    margin-right: 3px;
}
