IOS border-radius+overflow:hidden
发布于 5 年前 作者 taodu 979 次浏览 来自 问答

页面上下滑动,或者切换页面class时会导致一些元素闪动,有时会导致不停闪动(一闪一闪亮晶晶)

bug视频:https://cs.imvico.com/bug2.mp4

代码片段:https://developers.weixin.qq.com/s/XMESW3mg7u77

1 回复

.packageclickitemborder {

width: 120rpx;

height: 120rpx;

position: absolute;

top: 50%;

left: 50%;

margin: -60rpx;

background: linear-gradient(to right, #fff, #d0a86e);

animation: rotate 1s linear 0s infinite;

}

为什么要加动画?

回到顶部