随笔 - 43  文章 - 0  评论 - 1  阅读 - 37066
12 2015 档案
弹性布局 display:box(相对等分) 和 display:flex(绝对等分)
摘要:.wrap{ display: -webkit-box; display: -moz-box; display: box; /* display: -webkit-flex;display: -moz-flex;display: flex; */ width: 100%;height: 13px;p 阅读全文
posted @ 2015-12-08 17:33 转角遇到谁 阅读(1655) 评论(0) 推荐(0) 编辑
css3选择器 not(ie8)
摘要:例如: 网站头部和导航条之间有个box-shadow区分下,但是ie9以下浏览器不识别,这时候我们就要加上边框了 .g-header:not(ie8){box-shadow: 0 3px 4px rgba(153, 153, 153, 0.4);border-bottom:none;} .g-hea 阅读全文
posted @ 2015-12-08 16:49 转角遇到谁 阅读(687) 评论(0) 推荐(0) 编辑
line-height百分比和数字值的区别
摘要:使用数字值时,其所有后代元素的line-height为后代元素自身的font-size乘以该父元素设置的line-height数值;而当使用百分比时,其所有后代元素的line-height的具体高度与该父元素的line-height相等(即都为该父元素的font-size乘以该父元素的line-he... 阅读全文
posted @ 2015-12-08 16:36 转角遇到谁 阅读(1626) 评论(0) 推荐(1) 编辑

< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5

点击右上角即可分享
微信分享提示