#Snow{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background: rgba(255,255,240,0.1);
    pointer-events: none;
}
//点击出现爱心
body{
position:relative;
}
.img {width: 20px;height: 20px;opacity: 1;position: absolute;z-index: 100000;transition: 1s;}
.left,.right {width: 10px;height: 10px;border-radius: 100%;position: absolute;}
.right {right: 0;}
.under {width: 10px;height: 10px;position: absolute;top: 5px;left: 5px;transform: rotate(45deg)}
.text {width: 50px;font-size: 10px;line-height: 1;position: absolute;top: -1em;left: -15px;text-align: center;}　
//自定义背景图片 
body {

}

body {

    color: black;
    font-family: 'PingFang SC','Microsoft YaHei','Helvetica Neue','Helvetica','Arial',sans-serif;
    font-size: 9pt;
    min-height: 101%;
    /* background: url(https://images.cnblogs.com/cnblogs_com/blogs/724355/galleries/2084739/t_220105113625_1.jpg) fixed;” */
    background-color: #faf7ef;
    /* background-repeat: no-repeat;  */
    background-attachment: fixed; 
    background-position: center 0; 
    background-size: cover; 
}
#home {
margin: 0 auto;
opacity: 0.9;
width: 65%;
min-width: 1080px;
background-color: #fff;
padding: 30px;
margin-top: 50px;
margin-bottom: 50px;
box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
}
.postTitle2 vertical-middle{
    color: blue;
}
 
  