.up {
position: absolute;
bottom: 0;
/* left: 350rpx; */
width: 50rpx;
height: 44rpx;
/* animation: moveToBottom 0.7s ease infinite; */
z-index: 99;
/* top: 50%; */
left: 50%;
transform: translateX(-50%);
}
@keyframes moveToBottom {
from {
bottom: 0;
}
to {
bottom: 20rpx;
}
}
就一个上下抖动的动画,在模拟器和安卓上是正常的,但是在苹果手机了的话大小就会失控,虽然动画还有效果,但是图片的大小回到了原始大小
微信小程序开发问题解答
微信小程序开发者回答:
微信版本是多少?更新到:6.7.4试试?
本文网址:http://www.91bianli.com/weixinxiaochengxu/38858.html