body{/*背景图片设置*/
    background-image: url("https://images.cnblogs.com/cnblogs_com/yaliyalimayali/1555975/o_191107093836615982.jpg");
    background-repeat: repeat;
    background-attachment: fixed;
    background-size:cover;
}
.buryit{display:none;}/*哈哈哈不能反对我*/
#home {
     margin: 0 auto;
     width: 65%;
     min-width: 950px;
     background-color: rgba(255,255,255,0.9);
     padding: 30px;
     margin-top: 50px;
     margin-bottom: 50px;
     box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
}
.newsItem, .catListEssay, .catListLink, .catListNoteBook, .catListTag, .catListPostCategory, .catListPostArchive, .catListImageCategory, .catListArticleArchive, .catListView, .catListFeedback, .mySearch, .catListComment, .catListBlogRank, .catList, .catListArticleCategory {
     background: none;
     margin-bottom: 35px;
     word-wrap: break-word;
 }