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

This commit is contained in:
迷和油
2025-06-11 17:23:30 +08:00
parent 3b2496d557
commit 38eecf0f29
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>

View File

@@ -11,6 +11,16 @@
flex-direction: column;
justify-content: center;
align-items: center;
margin-top:60px;
}
.orico_Page_productxc .productxcMain .topimg{
display: flex;
align-items: center;
justify-content: center;
width: 100%;
}
.orico_Page_productxc .productxcMain .topimg img{
width: 100%;
}
.orico_Page_productxc .productxcMain p {
font-family: inherit;
@@ -20,6 +30,7 @@
display: flex;
flex-direction: column;
}
.orico_Page_productxc .productxcMain .culture_top img {
height: auto;
max-width: 100%;

View File

@@ -67,8 +67,9 @@
}
.orico_Page_brand .brandMain .our_brand_con .our_brand_bg .vtext .right img {
margin: 0 auto;
margin-left: 10%;
width:100%;
/* margin-left: 10%; */
width:75%;
border-radius: 20px;
}
.orico_Page_brand .brandMain .dis_bril_bg {
background: #f2f2f2;

View File

@@ -15,6 +15,22 @@
.orico_Page_prdetail span {
font-family: 'Microsoft YaHei', 'Arial', sans-serif;
}
.orico_Page_prdetail .charging{
font-size: 12px;
padding: 6px 15px;
border-radius: 18px;
border: 1px solid #999;
background: #fff;
display: flex;
flex-direction: row;
align-items: center;
line-height: 20px;
margin-right: 10px;
}
.orico_Page_prdetail .chargingon{
border: 2px solid #999;
}
.orico_Page_prdetail .oriprdetail {
display: flex;
flex-direction: column;