l的width:100% 和height:100%,是否可以去掉,不是js來獲取width和height嗎
????.content-wrap?>?li?{
/*????????width:?100%;
????????height:?100%;*/
????????background:?#CAE1FF;
????????color:?red;
????????float:?left;
????????overflow:?hidden;
????????position:?relative;
????}
????li:nth-c
2019-07-13
li設置100%就是父元素寬度也就是瀏覽器寬度,3個li就是3個瀏覽器寬度,另外兩個用overflow.hidden隱藏了
2016-12-19
不可以去掉