javascript - 元素自动往上面移动了,描述不清,看图吧
黄舟
黄舟 2017-05-16 13:38:37
0
1
437



这是用的pullpage插件,第一次循环滚动后,箭头没有问题,循环一次,箭头自动往上移动了

.footer{
    width:0.82rem;
    height: 0.6rem;
    position: fixed;
    bottom:1.5rem;
    left:3.2rem;
    animation:sec1-move 1s linear infinite;
}

@-webkit-keyframes sec1-move {
    from{
        bottom:1.5rem;
    }
    to{
        bottom:1.35rem;
    }
}
黄舟
黄舟

人生最曼妙的风景,竟是内心的淡定与从容!

全部回复(1)
阿神

你先把 rem单位改成 px及对应的值,然后再试,如果没有问题,就说明原因是rem的参照物size发生了变化。

热门教程
更多>
最新下载
更多>
网站特效
网站源码
网站素材
前端模板