search

Home  >  Q&A  >  body text

html - 怎么把一个搜素框缩放?


如图怎么把这个搜索框缩放成想要达到的好看优雅的效果呢?
代码如下:
<form action="#" method="get">

           <fieldset>
                
                <input type="text" id="search_input" value="">
                <input type="image" src="search-go.gif">
           </fieldset>

      </form>

嵌套了2张小图
缩放效果:

巴扎黑巴扎黑2782 days ago561

reply all(1)I'll reply

  • ringa_lee

    ringa_lee2017-04-17 11:26:24

    background-size:60% or the size you want, just adjust the percentage

    reply
    0
  • Cancelreply