2017年5月28日
摘要: 总结一下自己在项目中常用到的一些css属性: 1.将某个快固定在屏幕的顶部/底部位置: position:fixed; bottom:0;或者 top:0; 2.个浏览器的兼容前缀: -webkit- /*safrai、chrome浏览器私有*/ -moz- /*firefox浏览器私有*/ -mz 阅读全文
posted @ 2017-05-28 15:13 bugman 阅读(198) 评论(0) 推荐(0)