问题起由

在添加aplayer与看板娘之后,由于它们的默认位置都在左下角,因此需要将看板娘调整为右下角。

问题解决

打开\themes\butterfly\source\live2d-widget\目录下的waifu.css文件找到

1
2
3
4
5
6
7
8
9
10
#waifu {
bottom: -1000px;
left: 30px;
line-height: 0;
margin-bottom: -10px;
position: fixed;
transform: translateY(3px);
transition: transform .3s ease-in-out, bottom 3s ease-in-out;
z-index: 1;
}

left改为right距离可以根据自身需求进行调整。

参考教程