.content-wrap > li {
width: 100%;
height: 100%;
background: #CAE1FF;
color: red;
float: left;
overflow: hidden;
position: relative;
}
我也不理解width: 100%; height: 100%;这两个设置时干嘛用得,求大神解释
就是相对父元素 .content-wrap阿