2 回复
小程序中可以用这个了吗?
@mixinblock($size, $bgc, $anime) {
width: $size;
height: $size;
background-color: $bgc;
animation: $anime5s linear;
animation-fill-mode: forwards;
}
小程序中可以用这个了吗?
@mixinblock($size, $bgc, $anime) {
width: $size;
height: $size;
background-color: $bgc;
animation: $anime5s linear;
animation-fill-mode: forwards;
}