请问老师,模块样式代码具体起什么作用,删除了,网页咋没什么变化呢?
/*模块样式*/
.module_box{clear:both;margin:0px 0 10px 0px;overflow:hidden;} /*模块整行布局样式*/
.module_box_layout_left{float:left;margin:0px 0px 10px 0px;overflow:hidden;} /*模块左布局样式*/
.module_box_layout_right{float:right;margin:0px 0 10px 0;overflow:hidden;} /*模块右布局样式*/
.module_box_inner{clear:both;margin:0px 10px 0px 0;overflow:hidden;height:100%;}/*模块内层容器样式*/
.module_box_layout_left .module_box_inner{clear:both;margin:0px 10px 0px 0;overflow:hidden;height:100%;} /*模块居左时重写内层样式*/
.delete_******{clear:both;margin:0 0px 0 0;overflow:hidden;height:100%;} /*此行可以删除*/