CSS 圆角输入框
ff,chrome,safari下面可以用圆角边框来实现,IE下面还是用背景比较好
input {
height:18px;
inline-height:18px;
font-size:11px;
width:70px;
text-align:center;
border:#ccc 1px solid;
border-radius: 5px; /* css 3标准 */
-moz-border-radius: 5px; /* mozilla */
-webkit-border-radius: 5px; /* webkit */
} 相关推荐
jinhao 2020-09-07
淡风wisdon大大 2020-06-06
yoohsummer 2020-06-01
baike 2020-05-19
hxmilyy 2020-05-11
小灰笔记 2020-03-16
jaybeat 2020-03-13
yinren 2020-03-11
86477414 2020-03-07
小飞侠V 2020-03-05
GoatSucker 2020-11-23
XPY 2020-11-11
Web卓不凡 2020-11-03