input框
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
總結
                            
                        - 上一篇: linux中使用lftp上传下载文件
 - 下一篇: 空白DirectX11应用程序