#top{} 中的float:left怎么理解?
#top{width:100%;
overflow:hidden;
border-bottom:1px solid #dadad9;
background:#fff;
float:left;
position:fixed;
top:0;left:0;
text-align:center;}
#top{width:100%;
overflow:hidden;
border-bottom:1px solid #dadad9;
background:#fff;
float:left;
position:fixed;
top:0;left:0;
text-align:center;}
2016-02-23
舉報
2016-02-23
直接刪掉
2016-02-23
寬度100%,這個就沒用吧
2016-02-23
感覺沒啥用?