body {
background-color: rgba(10, 10, 10, 0.6);
/* background-image:url(https://img2023.cnblogs.com/blog/2727666/202301/2727666-20230114135027519-131780401.jpg); */
background-image:url(https://img2023.cnblogs.com/blog/2727666/202301/2727666-20230130200541842-1001298400.jpg);
background-repeat: no-repeat;
background-attachment: fixed;
background-position: center 0;
background-size: cover;
padding-top:0px;
font-family: 'Lato', "PingFang SC", "Microsoft YaHei", sans-serif;
font-size: 14px;
line-height: 2;
color: #555;
}

#home{
    /* background-color: rgba(200, 200, 200, 0.5); */
    opacity: 0.93;
}


/*博客标题*/
#blogTitle h1 {
    font-size: 26px;
    font-weight: bold;
    line-height: 1.5em;
    margin-top: 10px;
    margin-bottom: 20px;
    text-align: center;

}

/* 章节目录 */
#cnblogs_post_body h3{
    background: #2B6695 !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
}

#cnblogs_post_body a{
    border-bottom-style: dashed;
    border-bottom-width: 1px;
    color:#3d81ee;
    text-decoration: none;
}

/*灰色背景内联样式*/
#cnblogs_post_body code.base{
    display: inline;
    background-color: #f5f5f5 !important;
    border: 1px solid #ccc !important;
    border-radius: 3px !important;
    font-family: "Courier New",sans-serif !important;
    font-size: 12px !important;
    line-height: 1.8;
    padding: 2px 5px !important;
}