摘要: position属性有static、relative、absolute、fixed 1.static(静态定位):默认值,没有定位,元素出现在正常的流中(忽略 top, bottom, left, right 或者 z-index 声明) 3.relative:相对定位,相对于自己的默认位置,不会影 阅读全文
posted @ 2018-10-11 17:06 水星丶 阅读(115) 评论(0) 推荐(0) 编辑