摘要: * ###box-flex: 设置或检索弹性盒模型对象的子元素如何分配其剩余空间。###``` a b c#box{display:box;width:240px;height:100px;margin:0;padding:10px;list-style:none;}#box li:nth-chil... 阅读全文
posted @ 2015-02-18 16:52 JinksPeng 阅读(158) 评论(0) 推荐(0) 编辑
摘要: ###盒子尺寸###```.border-box{ -webkit-box-sizing: border-box; -moz-box-sizing: border-box; border-sizing: border-box;}//默认为content-box```###变形###```//顺... 阅读全文
posted @ 2015-02-18 16:23 JinksPeng 阅读(176) 评论(0) 推荐(0) 编辑
摘要: ##居中* 常用居中 ```csselemP{ text-align: center; }elelmP elemC{ display: inline-block; }``````csselemP{ display: table; margin-left: auto; margin-r... 阅读全文
posted @ 2015-02-18 12:18 JinksPeng 阅读(166) 评论(0) 推荐(0) 编辑
摘要: ![](http://images.cnitblog.com/blog/676883/201502/181204346272621.jpg)**body**``` Holla Channels Developers Sales Marketing ... 阅读全文
posted @ 2015-02-18 12:05 JinksPeng 阅读(145) 评论(0) 推荐(0) 编辑