最新回答 / qq_轻抚邂逅_0
你没有看清楚代码吧?源代码是:.page { position: absolute; left: 0; top: 0;}html, body, .page { height: 100%; width: 100%; overflow: hidden;} 细心点~好好学,好好问~
2016-12-15
最新回答 / 慕粉3880652
通过设置top,bottom,left,right撑满整个页面的是包裹内容的容器,例如div内容一般就用width,height :100%来撑满这里设置的left:0,right:0 是配合margin:auto,来使图片居中的
2016-08-20
最新回答 / meow_meow
我觉得在这里是不需要。只不过是为了和右边的搜索框float:right相对应;如果.course-search-input的display是block,就需要float:left了,这里是input刚好是display:inline-block
2016-08-18