/*body{
background-image: url("https://blog-static.cnblogs.com/files/blogs/617706/420.ico?t=1678622194"); background-position: initial; background-size: cover; background-repeat: no-repeat; background-attachment: fixed; 
height:99%;
width:100%;
}*/
/* 博客背景透明度 越小越透明 */
/*#home{
    //opacity:1;
     width: 96%; 
}*/

/*body {
    background-color:whitesmoke;
    opacity:0.9;
}   */  // 修改背景颜色为半透明 whitesmoke

/*#home,#sideBarMain>div,#blog-sidecolumn>div>div,.catListView{
    background-color:rgba(255,255,255,0);
} */  // 修改其他边框的颜色rgba(255,255,255,0)

