feat: mobile产品搜索页

This commit is contained in:
2025-05-26 17:36:05 +08:00
parent 7273594013
commit 6d9a0f3d06
8 changed files with 170 additions and 29 deletions

View File

@@ -47,8 +47,10 @@
<div class="popup-quick">
<div class="ac-close float_r "><img src="__IMAGES__/close.png"></div>
<div class="search-in">
<input type="text" placeholder="{:lang('产品')} USB 2.0...">
<button id="search-btnput" class="search-button">{:lang('搜索')}</button>
<form action="{:url('product/search')}" method="get">
<input type="text" name="keywords" placeholder="{:lang('产品')} USB 2.0...">
<button type="submit" id="search-btnput" class="search-button">{:lang('搜索')}</button>
</form>
<div class="title-text">
<p><a href="#">{:lang('搜索历史')}</a></p>
</div>