给ZENCART加上类似wordpress弹性搜索框

�o表�沃械�input加上id或class�傩浴�

我�oinput加了一��class�傩��searchbar,然後在css文件中��入以下�傩裕�便可以���F��性搜索框,�入框聚焦的�r候���慢��L。

  1. .searchbar{

  2. width: 200px;

  3. border-radius: 15px;

  4. font-size: 14px;

  5. height: 22px;

  6. line-height: 1.2em;

  7. padding: 4px10px;

  8. border:none;

  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;}


你可能感兴趣的:(zencart搜索框)