style:搜索更改,样式更改 bug提交

This commit is contained in:
迷和油
2025-06-11 17:23:30 +08:00
parent 1b5a02a5f4
commit 13bcfe2a67
7 changed files with 39 additions and 10 deletions

View File

@@ -51,14 +51,14 @@ return [
'视频' => 'Videos',
'支持型号' => 'Supported Models',
'支持系统' => 'Supported Systems',
'搜索型号' => 'Search model',
'搜索' => 'Search',
'查询无结果!' => 'No Result',
],
// 附件页 - 视频
'attachment/video' => [
'软件和驱动程序' => 'Software and Drivers',
'搜索型号' => 'Search model',
'搜索' => 'Search',
'视频' => 'Videos',
'查询无此视频!' => 'No Video',
],

View File

@@ -11,12 +11,13 @@
<div class="orico_Page_productxc">
<!--内容 -->
<div class="productxcMain">
<div class="culture_top">
{notempty name="focus_image"}
<a {notempty name="focus_image.link"}href="{$focus_image.link}"{/notempty}>
{notempty name="focus_image"}
<a class="topimg" {notempty name="focus_image.link"}href="{$focus_image.link}"{/notempty}>
<img src="{$focus_image.image}">
</a>
{/notempty}
{/notempty}
<div class="culture_top">
{notempty name="culture"}
<div class="culture_bril_con">
{volist name="culture" id="cul" offset="0" length="3"}

View File

@@ -15,7 +15,7 @@
<form action="{:url('attachment/index')}" method="get">
<div class="search_all">
<input type="hidden" name="id" value="{$Request.get.id}" />
<input type="text" name="keyword" placeholder="{:lang_i18n('搜索型号')}" />
<input type="text" name="keyword" placeholder="{:lang_i18n('搜索')}" />
<button class="searchbtn" type="submit"><img src="__IMAGES__/search_blue.png" /></button>
</div>
</form>

View File

@@ -14,7 +14,7 @@
<!-- 搜索 -->
<form action="{:url('attachment/video')}" method="get">
<div class="search_all">
<input type="text" name="keyword" placeholder="{:lang_i18n('搜索型号')}" />
<input type="text" name="keyword" placeholder="{:lang_i18n('搜索')}" />
<button class="searchbtn" type="submit"><img src="__IMAGES__/search_blue.png" /></button>
</div>
</form>