页面定制css 放上：
/* 看板娘 */
canvas#live2dcanvas {
border: 0 !important;
left: 0;
}
#blogTitle{
background: url('https://images.cnblogs.com/cnblogs_com/reeber/1152530/o_221029054148__DSC215009%20(%E5%A4%8D%E5%88%B6).jpg') no-repeat;
background-size:100%;
background-position: 1px -600px;
width:100%;
height: 736px;
}
#home #header{
  padding-top:30px;
}
#home #header #blogTitle  h1{display: none;}
:root {
  --base-color: #84b9e5;
  --base-bg-color: #69c4d0;
  --title-bg-color: #84b9e5;
  --base-text-gradient-color: linear-gradient(to right, #84b9e5, #69c4d0, #00aceb);
  --base-body-gradient-color: linear-gradient(-20deg, #eaf6fd 0%, #f7f3ed 100%);
}
/* topbar */
.catListTitle {
  background: var(--title-bg-color);
  color: #fff;
}
#navList a:hover {
  color: #fff;
  background-color: var(--base-bg-color);
  text-decoration: none;
  text-shadow: none;
}
#MySignature {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: var(--base-text-gradient-color);
}
body {
  background: var(--base-body-gradient-color);
  background-blend-mode: screen;
  background-attachment: fixed;
  cursor: url('xxx.png'), auto;
  background: linear-gradient(-20deg, #eaf6fd 0%, #f7f3ed 100%);
  background-blend-mode: screen;
  background-attachment: fixed;
  width: 100%;
  height: 100%;
  }
@media screen and (max-width: 500px) {
           #blogTitle{
               background-size:128% 88%;
              background-position:-100px 0px;
            }
}
@media screen and (max-width: 1000px) {
  #blogTitle{
     background-size:120% 100%;
    background-position:0px 0px;
 }
}
#MySignature {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #fb929e, #aedefc, #b4b4ff);
}
*{
	margin: 0;
	padding:0;
}
.mingji{
	width: 100%;
	height: 100%;
	line-height: 30px;
	font-size: 20px;
	text-indent: 2em;
        background:#fff;
}
.neiborder{
	padding: 10px 5px;
	/* border: 1px solid gray; */
	box-shadow: 6px 6px #ccc;
	margin: 10px 0px 10px 5px;
}
.welcome span{
	line-height: 80px;
	color:gray;
	font-size: 60px;
}
.banner{
	width: 100%;
	background: 100%;
}