码迷,mamicode.com
首页 > Web开发 > 详细

css总结(更新中...)

时间:2016-12-09 12:06:31      阅读:159      评论:0      收藏:0      [点我收藏+]

标签:css   ant   class   style   port   styles   clipboard   bsp   over   

下面总结的都是我实际使用后有效的。

1.select的默认样式不好看,怎么去掉默认样式呢,如下:

.select{text-indent: inherit !important;

background: url(image.png) no-repeat right center;

-webkit-appearance: none;

-moz-appearance: none;

text-overflow: "";

}

css总结(更新中...)

标签:css   ant   class   style   port   styles   clipboard   bsp   over   

原文地址:http://www.cnblogs.com/blog1121/p/6148787.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!