<view class="u-flex u-row-center u-p-t-90">
      <view class="wakuan"></view>
</view>


.wakuan{
    background-image: url('../../static/logo.png');
    background-size: cover;
    width: 360rpx;
    height: 360rpx;
    animation: rotate 20s linear infinite;
      @keyframes rotate{
        0%{
            transform: rotate(0)
        }
        100%{
            transform: rotate(360deg)
        }
    }
}

点赞(1)

微信小程序

微信扫一扫体验

微信公众账号

微信扫一扫加关注

返回
顶部