#nav_left li{
            transition: all .5s;
margin:0;
padding:0 15px;
}
#Header1_HeaderTitle{
font-size:30px;color:#339900;
letter-spacing:5px;font-weight:bolder;
transition:all .5s;
background: linear-gradient(149deg, rgba(238,174,202,1) 0%, rgba(134,107,198,1) 52%, rgba(148,187,233,1) 100%);
            background-clip: text;
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
}
/*头部标题样式*/
#blogTitle{
background: linear-gradient(178deg, rgba(246,246,246,0.8) 0%, rgba(199,255,216,0.7) 35%, rgba(152,222,217,0.6) 67%, rgba(22,29,111,0.5) 100%);
    border-radius: 10px;
    margin: 10px 0;
}
#Header1_HeaderTitle:hover{
font-size:40px;
text-decoration:none;
background:linear-gradient(149deg, rgba(107,198,108,1) 8%, rgba(132,193,126,1) 26%, rgba(179,191,137,1) 56%, rgba(178,189,164,1) 77%, rgba(148,187,233,1) 100%);
            background-clip: text;
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
}
/*导航*/
#navigator {
    background-color: #000000ba;
    border-radius: 10px;
}
#navList a:hover {
    background-color: #376d1cdb;
}
#nav_left li:hover{
background: rgba(119, 151, 54, 0.548);
}
#nav_left .navbar-branding:hover{
background:transparent;
}
#home{
width:80%
}
.no-navbar::before{
content:"";
position:fixed;
width:85%;
height:100%;
background:#ffffff36;
opacity:0.5;
z-index:-1;
right:0;left:0;top:0;bottom:0;
margin: auto;
filter:blur(5px);
}
.no-navbar{
background:url('https://images.cnblogs.com/cnblogs_com/blogs/668939/galleries/1940038/o_210303030953t019e9a93b0effb4e7f.jpg') no-repeat fixed;
background-size:cover;
}
/*头像*/
#blog-news:before{
content:"";
display:block;
background:url("https://pic.cnblogs.com/avatar/2317653/20210303094850.png") -6px -10px no-repeat;
width:150px;height:150px;border-radius:50%;
border-radius: 10px 50% 50px 50%;
box-shadow: 3px 3px 10px 2px #999;
/*background:cover;*/
margin:20px auto;
}