찾다

 >  Q&A  >  본문

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


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

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

      </form>

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

巴扎黑巴扎黑2782일 전560

모든 응답(1)나는 대답할 것이다

  • ringa_lee

    ringa_lee2017-04-17 11:26:24

    background-size:60% 或是你想要的大小 调整百分比即可

    회신하다
    0
  • 취소회신하다