/*
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样式代码*/
.header-banner-content {
    height: 45px;
    
}
.w-d-download span button{
    background-color: #c63256 !important;
    color: #ffffff!important;
    background: #ff5f33;
    color: #fff;
    border-radius: 3px;
    padding: 10px 0;
    text-align: center;
    font-size: 16px;
}
.entry-content > h2::before {
    content: '#';
    margin-right: 10px;
    display: inline-block !important;
}	
.entry-tips{
    padding: 20px;
    background: #fff6f6;
    color: #ff8484;
    margin-bottom: 20px;
    border-left: 6px solid #FF6666;
    }
.b2_gap > li > .item-in .post-module-thumb a img:hover {-webkit-transform:scale(1.05);-moz-transform:scale(1.05);-ms-transform:scale(1.05);-o-transform:scale(1.05);transform:scale(1.05)}
.b2_gap img{
    transition: all 0.2s linear !important;
}
.user-tips {
    display: none;
}
.header-banner-left .menu > li.current-menu-item > a:after{
    width: 50px;
    height: 2px;
    bottom: 5px
}
.header-banner-left .menu li.menu-item >a:hover{
    color: #e340586e;
    bottom: 2px
}
/*无背景页面下，文章背景改为白色*/
.entry-content .box {
    box-shadow: none;
    background: #ffffff;
}