/*粘在CSS框*/
/*编辑h1*/
#cnblogs_post_body h1 {
    background: #0099CC;
    border-radius: 6px 6px 6px 6px;
    color: #FFFFFF;/*字体颜色*/

    font-family: "微软雅黑" , "宋体" , "黑体" ,Arial;
    font-size: 20px;
    font-weight: normal;

    height: 35px;/*框框高度*/
    line-height: 34px;/*文本框高度*/
    margin: 18px 0 !important;
    padding: 8px 0 5px 7px;
}
#cnblogs_post_body h2 {
    background: #0099CC;
    border-radius: 6px 6px 6px 6px;
    color: #FFFFFF;

    font-family: "微软雅黑" , "宋体" , "黑体" ,Arial;
    font-size: 17px;
    font-weight: normal;

    height: 25px;
    line-height: 25px;
    margin: 18px 0 !important;
    padding: 8px 0 5px 7px;

}
#cnblogs_post_body h3 {
    background: #0099CC;
    border-radius: 6px 6px 6px 6px;
    color: #FFFFFF;

    font-family: "黑体" ,"宋体" , "微软雅黑" , Arial;
    font-size: 16px;
    font-weight: normal;

    height: 17px;
    line-height: 17px;
    margin: 12px 0 !important;
    padding: 5px 0 5px 5px;

}