评论:svg梅花盛开动画  [查看原文]

所属分类:UI,其他-背景,动画效果

 29931  278  4
当前第1页 / 共1页
    呵呵..0
    2021/6/4 15:46:21
    牛还是你牛😵,有没有办法把梅花换成火苗,然后慢慢变大后,慢慢摇动的办法 回复
    merrythy0
    2020/8/28 14:38:37
    我想问 怎么让我的内容悬浮在上面
        西瓜1
        2020/8/28 14:59:41

        加个浮动层就行了,
        css

        .fdc {
            position: fixed;
            z-index: 9999;
            width: 700px;
            height: 300px;
            left: 50%;
            top: 50%;
            margin-left: -350px;
            margin-top: 150px;
        }

        html

        <div class="fdc ">浮动层</div>
    回复

讨论这个项目(4)回答他人问题或分享插件使用方法奖励jQ币 评论用户自律公约

取消回复