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

height:100%; width:100%; position:relative;不起作用

height:100%;     width:100%;     position:relative;不起作用

.st-panel还是无法100%占满屏幕

提问者:qq_我即是我_03793402 2017-03-05 16:44

个回答

  • 往事随风_遇见最好的你
    2020-04-08 14:49:44

    但是,这是什么原理呢

  • 志在天堂
    2018-04-01 22:04:00

    首先,保证你的CSS样式和老师的一样,第一把内容从container里取出,和container保持同级,然后设置,html,body,container,的height为100%,然后问题就解决了

  • qq_我即是我_03793402
    2017-03-05 20:05:11

    .st-container{

        width: 100%;

        height: 100%;

        position:absolute;

        left:0px;

        top:0px;

        font-family:"Josefin Slab","Myriad Pro",Arial,sans-ser;

    }

    这个要写对就好了