Maison  >  Questions et réponses  >  le corps du texte

javascript - 移动端position定位出问题

我使用的position定位 然后设置bottom为0 显示在底部,在浏览器的模拟器测试没有问题,但是到手机上出现问题,底部栏不见了,要往下拉一下才会出现,这样什么原因;

demo在这里

https://liangweibiao.github.i...

PHPzPHPz2721 Il y a quelques jours672

répondre à tous(2)je répondrai

  • 阿神

    阿神2017-04-11 10:38:44

    .slectStyle {
        position: fixed;
        z-index: 999;
        bottom: 0;
    }

    répondre
    0
  • 高洛峰

    高洛峰2017-04-11 10:38:44

    定位用fixed的 别用absolute 样式43行

    répondre
    0
  • Annulerrépondre