body {
    background-image: url(https://ww3.sinaimg.cn/large/0060lm7Tly1fli13g1yxwj31hc0u0n33.jpg );
    background-repeat: no-repeat;
    background-attachment: fixed;
}
a:link, a:visited, a:hover, a:active {
    color: #2d1249;
    text-decoration: underline;
}
#home {
    background-color: rgba(248, 248, 248, 0.42);
    font-family: "幼圆";
    font-size: 12px;
    color: #030303;
    padding-top: 30px;
    padding-right: 25px;
    word-wrap: break-word;
    box-shadow: 0 0 25px black;
    position: relative;
    width: 1020px;
    margin: 15px auto;
    line-height: 2;
}
.catListTag a {
    color: #000000;
    background-color: rgba(204, 204, 204, 0);
    padding: 1px 3px 1px 3px;
}
.dayTitle {
    background-color: rgba(51, 51, 51, 0.19);
    padding-top: 3px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 3px;
    margin-bottom: 10px;
}