效果图
教程:
打开主题根目录下的header.php文件,在最后一行加入以下代码:
- <div style=“z–index:9999“ id=“sideb_maomao”></div>
然后打开主题根目录的的样式文件style.css,加入以下样式代码:
- #sideb_maomao {
- position: fixed;
- top: 500px;
- right: –5px;
- width: 57px;
- height: 70px;
- background–image: url(这里填写你的动图猫猫svg地址);
- background–position: center;
- background–size: cover;
- background–repeat: no–repeat;
- transition: background .3s;
- }