 body{
//background:url("https://desk-fd.zol-img.com.cn/t_s4096x2160c5/g2/M00/03/00/ChMlWV64xkSISRuyAAg6m2hlRswAAPBNgLD8WsACDqz796.jpg");
 background: -webkit-linear-gradient(rgb(1,30,1), #008B45); 
    background: -o-linear-gradient(rgb(1,30,1), #008B45)); 
    background: -moz-linear-gradient(rgb(1,30,1), #008B45)); 
    background: linear-gradient(rgb(1,30,1), #008B45)); 

 background-repeat:no-repeat;
 background-size:100% 100%;
 background-attachment: fixed;
 filter:alpha(opacity=70); -moz-opacity:0.7; -khtml-opacity: 0.7; opacity: 0.7;
opacity:0.7;
 }
#blogTitle {
    height: 70px;
    clear: both;
background:transparent;
}

a:visited {
    color: green;
    text-decoration: none;
}

#navList a {
    display: block;
    padding: 0 1.5em;
    height: 60px;
    font-family: '微软雅黑';
    float: left;
    font-size: 1.2em;
    text-align: center;
    transition-duration: .3s;
    color: #fff !important;
}
