设置input宽高,边框大小颜色,背景颜色,字体颜色,字体大小,背景图片,去除蓝色边框。
input{width:80px ;height:30px;border:1px solid red;color:red;font-size:18px;background:url(图片路径) no-repeat;outline:none;}
2022-11-04 15:15:03
设置input宽高,边框大小颜色,背景颜色,字体颜色,字体大小,背景图片,去除蓝色边框。
input{width:80px ;height:30px;border:1px solid red;color:red;font-size:18px;background:url(图片路径) no-repeat;outline:none;}