如图怎么把这个搜索框缩放成想要达到的好看优雅的效果呢?
代码如下:
<form action="#" method="get">
<fieldset>
<input type="text" id="search_input" value="">
<input type="image" src="search-go.gif">
</fieldset>
</form>
嵌套了2张小图
缩放效果:
ringa_lee2017-04-17 11:26:24
background-size:60% or the size you want, just adjust the percentage