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

css设置input框没有边框,选中时取消背景色

时间:2017-07-12 19:55:32      阅读:176      评论:0      收藏:0      [点我收藏+]

标签:css   input框   pre   select   order   没有   medium   back   outline   

 1     input {
 2         outline:none;
 3         background:transparent;
 4         border:none;
 5         outline:medium;
 6     }
 7     *:focus { 
 8         outline: none;
 9         background-color: transparent;
10     }
11     ::selection{background:transparent; }
12     ::-moz-selection{background:transparent; }

 

css设置input框没有边框,选中时取消背景色

标签:css   input框   pre   select   order   没有   medium   back   outline   

原文地址:http://www.cnblogs.com/summer0319/p/7156921.html

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