給ZENCART加上相似wordpress彈性搜索框

給表單中的input加上id或class屬性。css

我給input加了一個class屬性爲searchbar,然後在css文件中寫入如下屬性,即可以實現彈性搜索框,輸入框聚焦的時候會緩慢變長。web

  1. .searchbar{ ide

  2. width: 200px; spa

  3. border-radius: 15px; ci

  4. font-size: 14px; input

  5. height: 22px; string

  6. line-height: 1.2em; it

  7. padding: 4px10px; io

  8. border:none; class

  9. -moz-transition:all linear .5s;

  10. -webkit-transition:all linear .5s;

  11. color: #999;

  12. border-radius: 15px; border:1pxsolid#ddd;-moz-box-shadow: inset 0 1px2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.2);

  13. -webkit-box-shadow: inset 0 1px2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.2);box-shadow: inset 0 1px2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.2);

  14. }

  15. .searchbar:focus{ background-color: #f9f9f9;

  16. width: 300px;}

相關文章
相關標籤/搜索