body:before {
    background: url(https://img2020.cnblogs.com/blog/2249665/202012/2249665-20201212170013922-1745149943.jpg) center/cover no-repeat;
    content: ' ';
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.9;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    -webkit-filter: grayscale(40%);
    -moz-filter: grayscale(40%);
    -ms-filter: grayscale(40%);
    -o-filter: grayscale(40%);
    filter: grayscale(40%);
    filter: gray;
}
<div class="c-notice">

  <div>欢迎来到Zou-Wang的博客</div>
</div>
<div class="c-portrait">
 <img class="site-master-avatar" itemprop="image" src="//pic.cnblogs.com/avatar/1646268/20190628143903.png" alt="Zou-Wang"style="height:120px;padding:10px;box-sizing:border-box;z-index:2; border-radius: 50%;"">
  <div style="font-size: 25px">Zou-Wang</div>
  <div style="font-size: 16px">晓看天色暮看云，行也思君，坐也思君</div>
</div>

#neteasemusic {
    position: fixed;
    bottom: 20px;
    left: 20px;
    opacity: 0.8;
    z-index: 999;
}
