国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 開發(fā) > CSS > 正文

基于html css實現(xiàn)帶搜索圖標的搜索框功能

2024-07-11 09:00:19
字體:
供稿:網(wǎng)友

前言

給大家分享一下前端用處很多的帶小圖標的搜索框的制作方法。

效果展示

在這里插入圖片描述
在這里插入圖片描述

基本思路

1、搜索圖像用絕對定位放到搜索框的上方

2、input框設置文本縮進,大小為搜索圖像大小加上圖像左右兩邊的外邊距

準備

只需一個搜索圖標圖片,類似于下圖

在這里插入圖片描述

代碼

<!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <title>搜索框demo</title> <style type="text/css">  *{   margin: 0;   padding: 0;  }  body{   width: 100vw;   height: 100vh;   background: radial-gradient(at center,    #3498db,#2980b9);   display: flex;   justify-content: center;   align-items: center;  }  div.search{   height: 40px;   width: 500px;    }  div.search form{   width: 100%;   height: 100%;  }  div.search form input:nth-child(2){   width: 400px;   height: 100%;   font-size: 16px;   text-indent: 40px;   border: none;   float: left;  }  div.search form input:nth-child(3){   width: 100px;   height: 100%;   font-size: 16px;   letter-spacing: 5px;   border: none;  }  div.search form img{   position: absolute;   left: 50vw;   transform: translateX(-250px);   margin-top: 10px;   margin-left: 10px;   height: 20px;  } </style></head><body> <div class="search">  <form action="#" method="post">   <img src="./search_ico.png" alt="">   <input type="text" name="condition" placeholder="請輸入搜索條件">   <input type="submit" value="搜索">  </form>  </div></body></html>

總結(jié)

以上所述是小編給大家介紹的基于html css實現(xiàn)帶搜索圖標的搜索框功能,希望對大家有所幫助,如果大家有任何疑問請給我留言,小編會及時回復大家的。在此也非常感謝大家對武林網(wǎng)網(wǎng)站的支持!
如果你覺得本文對你有幫助,歡迎轉(zhuǎn)載,煩請注明出處,謝謝!

發(fā)表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發(fā)表
主站蜘蛛池模板: 朝阳县| 岑溪市| 巴彦县| 乌拉特中旗| 邯郸县| 元朗区| 林州市| 南皮县| 甘南县| 土默特左旗| 内丘县| 偃师市| 视频| 郧西县| 云阳县| 兴和县| 南皮县| 九龙县| 海南省| 连南| 双峰县| 会宁县| 宁远县| 阳城县| 石棉县| 延吉市| 略阳县| 杭州市| 枣庄市| 崇左市| 惠州市| 陆良县| 谷城县| 常山县| 本溪| 溆浦县| 嵩明县| 长春市| 吉安县| 独山县| 揭阳市|