随笔分类 -  CSS

摘要:网页可见区域宽:document.body.clientWidth 网页可见区域高:document.body.clientHeight 网页可见区域宽:document.body.offsetWidth (包括边线的宽) 网页可见区域高:document.body.offsetHeight (包括 阅读全文
posted @ 2016-11-25 14:47 夏天的冰淇淋 阅读(493) 评论(0) 推荐(0)
摘要:1 document.body.clientWidth ==> BODY对象宽度 2 document.body.clientHeight ==> BODY对象高度 3 document.documentElement.clientWidth ==> 可见区域宽度 4 document.documentElement.clientHeight ==> 可见区域高度 5 ... 阅读全文
posted @ 2016-11-01 13:18 夏天的冰淇淋 阅读(5789) 评论(0) 推荐(0)
摘要:input:-webkit-autofill { -webkit-box-shadow: 0 0 0px 1000px white inset; } 阅读全文
posted @ 2016-10-21 12:02 夏天的冰淇淋 阅读(297) 评论(0) 推荐(0)