问答详情
源自:2-1 页面的横向布局

请问这里设置height:100%,width:100%是相对什么而言的,不太理解

.content-wrap > li {

        width: 100%;

        height: 100%;

        background: #CAE1FF;

        color: red;

        float: left;

        overflow: hidden;

        position: relative;

    }


提问者:Samdunk 2017-03-16 21:12

个回答

  • 三层楼
    2017-08-27 18:28:07

    我也不理解width: 100%; height: 100%;这两个设置时干嘛用得,求大神解释


  • 徐锦杰
    2017-03-17 15:04:04

    就是相对父元素 .content-wrap阿