好得很程序员自学网

<tfoot draggable='sEl'></tfoot>

用什么布局来实现_html/css_WEB-ITnose

想要实现如下布局怎么实现



怎么能快速的布局出来 又能自动适应当前页面


回复讨论(解决方案)

自适应要怎么样的一个自适应法?

         .small{	float: left;	width: 100px;	height:100px;	border: 1px solid #000;}.big{	float: left;	width: 200px;	height: 200px;	border: 2px solid #000;}.xxx{	height: 410px;	width: 410px;}    

查看更多关于用什么布局来实现_html/css_WEB-ITnose的详细内容...

  阅读:29次