#cnblogs_post_body h2 {
    background: #F5A1CD !important;
    border-radius: 6px 6px 6px 6px !important;
    box-shadow: 0 0 0 1px #5F5A4B, 1px 1px 6px 1px rgba(10, 10, 0, 0.5);
    color: #FFFFFF;
    font-family: "微软雅黑" , "宋体" , "黑体" ,Arial;
    font-size: 17px;
    font-weight: bold;
    height: 25px;
    line-height: 25px;
    margin: 15px 0 !important;
    padding: 5px 0 5px 20px;
    text-shadow: 2px 2px 3px #222222;
    animation: myfirst 5s;
}
blog-common.css…9PeteRNR1Qw1:1
#cnblogs_post_body h2 {
    font-size: 21px;
    font-weight: bold;
    line-height: 1.5;
    margin: 10px 0;
}
style2.css:205
div.post h2 {
    border-bottom: 1px solid #666;
}
style2.css:62
h2 {
    margin-top: 10px;
    font-size: 13px;
}
user agent stylesheet
h2 {
    display: block;
    font-size: 1.5em;
    -webkit-margin-before: 0.83em;
    -webkit-margin-after: 0.83em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: bold;
}
/* 
body {
    margin: 8% auto 0;
    max-width: 550px;
    min-height: 200px;
    padding: 10px;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 14px;
}

user agent stylesheet
body {
    display: block;
    margin: 8px;
}
*/


/*设置样式测试用的*/
body {
    color: #000;
    background: url(https://files.cnblogs.com/files/liang-io/qba.bmp) fixed;
    background-size: cover;
    background-repeat: repeat;
    font-family: "微软雅黑","Helvetica Neue",Helvetica,Verdana,Arial,sans-serif;
    font-size: 14px;
    min-height: 101%;
}
/*设置返回顶部的样式*/
/* #goTop .btn_goTop span {
    background: url(//images.cnblogs.com/cnblogs_com/smallyard/756689/o_top.png) no-repeat -15px 0;
    cursor: pointer;
    height: 50px;
    left: -1px;
    position: absolute;
    top: -30px;
    width: 50px;
}
*/
#goTop {
    bottom: 95px;
    display: none;
    position: fixed;
    right: 200px;
    z-index: 52;
}

#goTop .btn_goTop {
    margin-bottom: 3px;
    position: relative;
}

#goTop .btn_goTop span {
    background: url(//images.cnblogs.com/cnblogs_com/smallyard/756689/o_top.png) no-repeat -15px 0;
    cursor: pointer;
    height: 50px;
    left: -1px;
    position: absolute;
    top: -30px;
    width: 50px;
}

#goTop .btn_goTop a {
    background: url(//images.cnitblog.com/blog2015/708426/201503/060127082118248.png) no-repeat 0 -90px;
    display: block;
    height: 25px;
    position: relative;
    width: 47px;
    z-index: 2;
}

#goTop .btn_goTop span.h {
    background: url(//images.cnitblog.com/blog2015/708426/201503/060129573205144.gif) no-repeat
}

/* 测试一个代码的样式开始 */