2-2。导航页面切换时 设置st-scroll和st-panel无法实现课堂效果

来源:2-2 导航页面切换(2)

qq_小胖_24

2019-04-25 02:35

https://img4.mukewang.com/5cc0ac260001704109561047.jpg


/* 内容 */

.st-scroll,

.st-panel{

width: 100%;

height: 100%;

position: relative;


}

代码应该也是没有问题的! 看了历史的问答。 有相同问题的同学出现无人解答! 等!

写回答 关注

2回答

  • 慕雪3748148
    2019-08-01 17:47:56

    我的父级st-container也设置了width:100%,height:100%还是不行,得把html和body都设置height:100%;才有效果

    慕斯8234...

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

    2020-05-15 16:22:32

    共 1 条回复 >

  • qq_小胖_24
    2019-04-25 02:36:33

     解决了

    父级st-container也得设置为width:100%,height:100%

css3实现网页平滑过渡效果

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

54371 学习 · 372 问题

查看课程

相似问题