摘要: 文档流(normal flow) position: static 该关键字指定元素使用正常的布局行为,即元素在文档常规流中当前的布局位置。此时 top、right、bottom、left 属性无效。static是position的默认值。 position: relative 该关键字下,元素先放 阅读全文
posted @ 2019-08-28 17:06 zhanglw 阅读(128) 评论(0) 推荐(0)