body {
    background:purple url(https://gimg2.baidu.com/image_search/src=http%3A%2F%2Fdik.img.kttpdq.com%2Fpic%2F2%2F1155%2Fd791230087f76fe5_1440x900.jpg&refer=http%3A%2F%2Fdik.img.kttpdq.com&app=2002&size=f9999,10000&q=a80&n=0&g=0n&fmt=jpeg?sec=1628151133&t=57b39891ce334e2d9b7e2208c0aacd7f);
    background-attachment:fixed;
}
#blogTitle h2 {
    margin-top: 2em;
    margin-left: 8em;
    line-height: 1.5em;
    width: 50%;
    float: left;
    display: inline;
    font-size: 18px;
}

#blogTitle h1 a, #blogTitle h2 {
    color: #fff;
    font-family: "微软雅黑";
    text-shadow: 3px 3px 3px #003d44;
}

#blogTitle h1 a{
   font-size: 37px;
}

#blogTitle a:link, #blogTitle a:visited, #blogTitle a:active {
    color: #fff;
    text-shadow: 3px 3px 3px #333;
}

#blogTitle a:hover {
    color: rgb(0, 0, 0);
    text-shadow: 3px 3px 3px #f8f8f8;
}

#blogLogo {
    float: right;
}

#navigator {
    background-color: rgba(0,0,0,.3);
    height: 60px;
    clear: both;
    margin-top: 60px;
    position: relative;
}

#navList {
    min-height: 30px;
    float: left;
    margin-left: 30px;
}

#navList li {
    float: left;
}

#navList a {
    margin: 18px 10px 0 0;
    padding: 0 10px;
    font: 14px/1.5em "微软雅黑";
    display: block;
}

#navList a:link, #navList a:visited, #navList a:active {
    color: #fff;
    text-shadow: 3px 3px 3px #333;
}

#navList a:hover {
     color: #000;
     text-shadow: 3px 3px 3px #f8f8f8;
}
.postTitle a:link, .postTitle a:visited, .postTitle a:active {
    color: #1c7791;
    font-size: 17px;
    transition: all 0.4s linear 0s;
}

.postTitle a:hover {
    margin-left: 30px;
    color: #f60;
    text-decoration: none;
}

a:hover {
    color: #f60;
    text-decoration: none;
}

#navList a:hover {
    text-decoration: none;
}

.postCon a:link, .postCon a:visited, .postCon a:active {
    color: #f60;
    text-decoration: none;
}
.postCon a:hover {
    color: #1c7791;
    text-decoration: none;
}

.postTitle {
    border-left: 18px solid #1fa6e6;
}

.postBody {
    padding: 5px 2px 5px 5px;
    line-height: 1.8;
    color: #000;
    font-size: initial;
    border-bottom: 1px solid #000;
}