06 2017 档案

垂直居中(内容直接居中 高度不固定)
摘要:#wrap{ display:flex; justify-content:center; align-items:center; } 阅读全文

posted @ 2017-06-26 16:00 bbqwwb 阅读(90) 评论(0) 推荐(0)

box-sizing 盒子模型
摘要:box-sizing盒子模型 详细参考地址https://css-tricks.com/box-sizing/ 阅读全文

posted @ 2017-06-12 15:18 bbqwwb 阅读(92) 评论(0) 推荐(0)

去除ios input部分默认样式
摘要:input[type=submit],input[type=button]{ -webkit-appearance:none; outline:none } input{border-radius: 0;} 阅读全文

posted @ 2017-06-12 15:04 bbqwwb 阅读(150) 评论(0) 推荐(0)

导航