随笔分类 -  css

摘要:select { /*清除select默认样式*/ appearance:none; -moz-appearance:none; -webkit-appearance:none; -ms-appearance:none; border:1px solid #CCC; width:330px; hei 阅读全文
posted @ 2018-11-21 18:02 逆风-鬼刀 阅读(6597) 评论(0) 推荐(0)
摘要:为table设置最小宽度,当超过最小宽度的时候会auto。直接设置为width:auto , 并不能起到这个效果。 阅读全文
posted @ 2018-11-21 17:27 逆风-鬼刀 阅读(20260) 评论(0) 推荐(0)