css 给Input 左侧添加图标

  1. background-image: url(../Content/Pc/img/IC_search.png);
  2. background-repeat: no-repeat;
  3. background-position: center;
  4. background-position-x: 10px;
  5. background-size: 14px 14px;
  6. padding-left: 44px;