
css
Lewis_1993
这个作者很懒,什么都没留下…
展开
-
有用的css代码段
1.清除浮动.clearfix:before, .clearfix:after{ display: table; content: " "; }.clearfix:after{ clear: both;}2.文本溢出以省略号结尾overflow: hidden;white-space: nowrap;text-overflow: ellipsis;3.不定宽高原创 2016-02-18 10:31:53 · 404 阅读 · 0 评论 -
input清除默认样式及兼容问题的解决方法
Documentinput{ background:none; outline:none; border:0px;}.search_box{ width:210px;}.search_input{ height:30px; padding:0 5px; line-height:30px\9; width:136px; border:原创 2015-07-18 09:38:07 · 21830 阅读 · 2 评论 -
CSS3常用动画效果
在做CSS3动画时, 除了原生动画以外, 经常要实现一些更复杂, 更符合物体运动规律的动画效果.像很多网站有回到顶部的功能,有的是点击按钮,瞬间就回到顶部了,有的则是匀速回到顶部,而最符合运动规律的,则是匀加速回到顶部。原创 2017-05-18 08:19:43 · 1757 阅读 · 0 评论