style:搜索更改,样式更改 bug提交
This commit is contained in:
@@ -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"}
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user