body{   
    background-image:url("https://images.cnblogs.com/cnblogs_com/blogs/763028/galleries/2261221/o_230106033135_image2.jpg");/*修改背景*/
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: right top;
    background-attachment: fixed;

}
#home {/*修改博客主界面的形式*/
    margin: 0 auto;
    width: 80%;/*原始65*/
    min-width: 980px;/*页面顶部的宽度*/
    background-color: rgba(245, 245, 245, 0.7);
    padding: 30px;
    margin-top: 50px;
    margin-bottom: 50px;
    box-shadow: 0 2px 8px rgba(100, 100, 100, 0.3);
    border-radius: 12px;  /*调节边框圆度*/
}
#title{
    height: 120px;
    border-radius: 12px;
    background-color: #cccccc69;
    line-height:1.5;
}
#title h1{
    font-size: 36px;
    color:#b7fffe;
    font-weight: bold;
    text-align: right;
    margin-top: 10px;
}
#title h2{
    font-size: 26px;
    color:#b7fffe;
    font-weight: bold;
    text-align: right;
}
#title h3{
    font-size: 20px;
    color:#b7fffe;
    font-weight: bold;
    text-align: right;
    margin-top: 10px;
}
#sideBar{
    background-color: rgba(245, 245, 245, 0.7);
    box-shadow: 0 2px 8px rgba(100, 100, 100, 0.3);
    border-radius: 12px;  /*调节边框圆度*/
    //background-image: url("https://images.cnblogs.com/cnblogs_com/blogs/763028/galleries/2261221/o_230106033135_image2.jpg");
}
#profile_block{
    background-color: rgba(245, 245, 245, 0.7);
    border-radius: 12px;  /*调节边框圆度*/
}
#blog-calendar{
    background-color: rgba(245, 245, 245, 0.2);
    border-radius: 12px;  /*调节边框圆度*/
}
#sidebar_search{
    background-color: rgba(245, 245, 245, 0.2);
    border-radius: 12px;  /*调节边框圆度*/
}
#sidebar_news{
    background-color: rgba(245, 245, 245, 0.2);
    border-radius: 12px;  /*调节边框圆度*/
}
#sidebar_postarchive{
    background-color: rgba(245, 245, 245, 0.2);
    border-radius: 5px;  /*调节边框圆度*/
}
.catListTitle{
    font-size: 20px;
    color:#98f208;
    font-weight: bold;
    text-align: left;
    margin-top: 10px;
}