/*
Theme Name:     B2子主题
Theme URI:      http: //7b2.com/
Description:    Child theme for the B2 PRO
Author:         子主题模版
Author URI:     http: //7b2.com/
Template:       b2
Version:        0.1.5
*/

/*下面是您自己DIY的css样式代码*/


/* 隐藏评论区的举报按钮 */
.comment-item-hidden .jubao-button {
    display: none !important;
    visibility: hidden !important;
}


/* 针对带盾牌图标的举报按钮（所有场景通用） */
button:has(.b2-shield-user-line) {
    display: none !important;
    visibility: hidden !important;
}

/* 额外针对移动端文字按钮的保险措施 */
button .mobile-show:contains("举报") {
    display: none !important;
}

/* 针对数据属性的精准匹配 */
button[data-title="举报"] {
    display: none !important;
}

/* 隐藏VIP页面：发布快讯（第7个）、发布供求信息（第10个） */
#vips .vip-row ul li:nth-child(7),
#vips .vip-row ul li:nth-child(10) {
    display: none !important;
}