input:
输入时与输入框有点距离 padding-left: 5px;
点击时没有浅蓝色的框: outline: none;
设置输入框背景颜色:background: seagreen;
提示语: placeholder="请输入搜索内容" 放在HTML
输入框有图像: background-image: url("./img/index_03.gif");背景图像
background-repeat: no-repeat; 不平铺
background-position: right; 背景图像位置
转载于:https://www.cnblogs.com/ldcxj/p/5382746.html