完善:实验一 导航栏 搜索下拉菜单样式
This commit is contained in:
@@ -46,9 +46,9 @@
|
||||
<a href="#" class="dropbtn" id="nav_search_svg"
|
||||
><img src="assets/navbar/search.svg" alt="搜索" class="nav_svg"
|
||||
/></a>
|
||||
<div class="dropdown-content">
|
||||
<div class="dropdown-content" id="search_form">
|
||||
<form action="#" style="display: flex">
|
||||
<input type="text" />
|
||||
<input type="text" name="search_quest" placeholder="搜索……" />
|
||||
<button type="submit">搜索</button>
|
||||
</form>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user