摘要: foucs时无边框需设置outline input { border: 0; outline: none; } 调整checkbox高度居中方式: input[type=checkbox]{ vertical-align: -1px; } 阅读全文
posted @ 2020-06-12 18:55 Nyan 阅读(166) 评论(0) 推荐(0) 编辑
摘要: .bax { box-shadow: 0 0 12px #ddd; } box-shadow: h-shadow v-shadow blur spread color inset; h-shadow: 必需的。水平阴影的位置。允许负值 v-shadow: 必需的。垂直阴影的位置。允许负值 blur: 阅读全文
posted @ 2020-06-12 17:46 Nyan 阅读(128) 评论(0) 推荐(0) 编辑
摘要: html: <div class="imgBox"> <img src="http://www.jq22.com/img/cs/500x500-1.png" alt=""> </div> css: .imgBox { width:200px; height:200px; overflow:hidde 阅读全文
posted @ 2020-06-12 12:56 Nyan 阅读(316) 评论(0) 推荐(0) 编辑