2019年1月28日
摘要: position: static 无特殊定位,对象遵循HTML定位规则 position: relative 在正常文档流中,使用left, right, top, bottom偏移位置;不可层叠 position: absolute 将对象从文档流中拖出,以<body>为父级,使用left, ri 阅读全文
posted @ 2019-01-28 13:38 SianLiang 阅读(66) 评论(0) 推荐(0)