码迷,mamicode.com
首页 > 其他好文 > 详细

input清楚阴影 number属性

时间:2015-09-10 15:47:09      阅读:116      评论:0      收藏:0      [点我收藏+]

标签:

IOS,input出现阴影:

input[type="text"],
input[type="email"],
input[type="search"],
input[type="number"],
input[type="password"] {
-webkit-appearance: none; /* 清楚ios阴影 */
 -moz-appearance: none; /* mobile firefox too! */
}

input为number时,在机子上显示上下箭头,去掉:

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button{
-webkit-appearance: none !important;
}

input清楚阴影 number属性

标签:

原文地址:http://www.cnblogs.com/GoodPingGe/p/4797917.html

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