/*
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样式代码*/


  
    
    
    
.product-ad {
    margin: 20px 0;
    padding: 10px;
    background-color: #f9f9f9;
}

.product-ad .button {
    background-color: #ff0000;
    color: white;
    border: none;
}    


/* 菜单图标*/
.links-widget {
display: flex;
flex-flow: wrap;
}
.site-footer .widget ul li {
width: 50%!important;
}
#labs {
    animation:turn 1s linear infinite;
    display: inline-block;
}


