问答详情
源自:2-2 导航页面切换(2)

不能全屏的看这里~

按照老师的说法:.container不设置任何样式,那么整个页面最外部的包裹层是 .st-container,由于没有给它设置高度,是直接让它高度自适应的,所以给 .st-scroll 和 .st-panel设置height:100%是无效果的。

.st-container{ height:100%; }


提问者:curious_baby 2015-09-22 19:25

个回答

  • destructive
    2016-01-07 17:27:17

    已经解决了,感谢 !

  • curious_baby
    2016-01-05 23:02:47

    .st-container{width: 100%;height: 100%;position: absolute;top: 0;left: 0;font-family: "Josefin Slab","Myraid Pro",Arial,sans-serif;}


  • destructive
    2016-01-05 19:31:08

    并没有用啊 ,郁闷