导航栏就没有了

来源:-

qq_靠近你温暖我_0

2017-07-13 12:25

.st-scroll,

  .st-panel {

       width: 100%;

       height: 100%;

       position: relative;

   }

为什么设置了这几行代码,我的页面下方的导航栏就没有了

写回答 关注

1回答

  • 慕斯8234454
    2020-05-15 22:48:13

    .st-container > input{

        opacity:0;

        z-index:9999;

        cursor:pointer;

    }

     z-index:9999; 加了沒

css3实现网页平滑过渡效果

CSS3 打造页面之间的平滑过渡效果,带来神奇的体验

54371 学习 · 372 问题

查看课程

相似问题