摘要: DIV样式汇总 一、常用属性: 1、Height:设置DIV的高度。 2、Width:设置DIV的宽度。 例: <div style="width:200px;height:200px;"> </div> 3、margin:用于设置DIV的外延边距,也就是到父容器的距离。 例: <div style 阅读全文
posted @ 2017-06-15 10:49 吴枫 阅读(714) 评论(0) 推荐(0)