style:搜索更改,样式更改 bug提交
This commit is contained in:
@@ -51,14 +51,14 @@ return [
|
|||||||
'视频' => 'Videos',
|
'视频' => 'Videos',
|
||||||
'支持型号' => 'Supported Models',
|
'支持型号' => 'Supported Models',
|
||||||
'支持系统' => 'Supported Systems',
|
'支持系统' => 'Supported Systems',
|
||||||
'搜索型号' => 'Search model',
|
'搜索' => 'Search',
|
||||||
'查询无结果!' => 'No Result!',
|
'查询无结果!' => 'No Result!',
|
||||||
],
|
],
|
||||||
|
|
||||||
// 附件页 - 视频
|
// 附件页 - 视频
|
||||||
'attachment/video' => [
|
'attachment/video' => [
|
||||||
'软件和驱动程序' => 'Software and Drivers',
|
'软件和驱动程序' => 'Software and Drivers',
|
||||||
'搜索型号' => 'Search model',
|
'搜索' => 'Search',
|
||||||
'视频' => 'Videos',
|
'视频' => 'Videos',
|
||||||
'查询无此视频!' => 'No Video!',
|
'查询无此视频!' => 'No Video!',
|
||||||
],
|
],
|
||||||
|
|||||||
@@ -11,12 +11,13 @@
|
|||||||
<div class="orico_Page_productxc">
|
<div class="orico_Page_productxc">
|
||||||
<!--内容 -->
|
<!--内容 -->
|
||||||
<div class="productxcMain">
|
<div class="productxcMain">
|
||||||
<div class="culture_top">
|
{notempty name="focus_image"}
|
||||||
{notempty name="focus_image"}
|
<a class="topimg" {notempty name="focus_image.link"}href="{$focus_image.link}"{/notempty}>
|
||||||
<a {notempty name="focus_image.link"}href="{$focus_image.link}"{/notempty}>
|
|
||||||
<img src="{$focus_image.image}">
|
<img src="{$focus_image.image}">
|
||||||
</a>
|
</a>
|
||||||
{/notempty}
|
{/notempty}
|
||||||
|
<div class="culture_top">
|
||||||
|
|
||||||
{notempty name="culture"}
|
{notempty name="culture"}
|
||||||
<div class="culture_bril_con">
|
<div class="culture_bril_con">
|
||||||
{volist name="culture" id="cul" offset="0" length="3"}
|
{volist name="culture" id="cul" offset="0" length="3"}
|
||||||
|
|||||||
@@ -15,7 +15,7 @@
|
|||||||
<form action="{:url('attachment/index')}" method="get">
|
<form action="{:url('attachment/index')}" method="get">
|
||||||
<div class="search_all">
|
<div class="search_all">
|
||||||
<input type="hidden" name="id" value="{$Request.get.id}" />
|
<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>
|
<button class="searchbtn" type="submit"><img src="__IMAGES__/search_blue.png" /></button>
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
|
|||||||
@@ -14,7 +14,7 @@
|
|||||||
<!-- 搜索 -->
|
<!-- 搜索 -->
|
||||||
<form action="{:url('attachment/video')}" method="get">
|
<form action="{:url('attachment/video')}" method="get">
|
||||||
<div class="search_all">
|
<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>
|
<button class="searchbtn" type="submit"><img src="__IMAGES__/search_blue.png" /></button>
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
|
|||||||
@@ -11,6 +11,16 @@
|
|||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: 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 {
|
.orico_Page_productxc .productxcMain p {
|
||||||
font-family: inherit;
|
font-family: inherit;
|
||||||
@@ -20,6 +30,7 @@
|
|||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
}
|
}
|
||||||
|
|
||||||
.orico_Page_productxc .productxcMain .culture_top img {
|
.orico_Page_productxc .productxcMain .culture_top img {
|
||||||
height: auto;
|
height: auto;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
|
|||||||
@@ -67,8 +67,9 @@
|
|||||||
}
|
}
|
||||||
.orico_Page_brand .brandMain .our_brand_con .our_brand_bg .vtext .right img {
|
.orico_Page_brand .brandMain .our_brand_con .our_brand_bg .vtext .right img {
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
margin-left: 10%;
|
/* margin-left: 10%; */
|
||||||
width:100%;
|
width:75%;
|
||||||
|
border-radius: 20px;
|
||||||
}
|
}
|
||||||
.orico_Page_brand .brandMain .dis_bril_bg {
|
.orico_Page_brand .brandMain .dis_bril_bg {
|
||||||
background: #f2f2f2;
|
background: #f2f2f2;
|
||||||
|
|||||||
@@ -15,6 +15,22 @@
|
|||||||
.orico_Page_prdetail span {
|
.orico_Page_prdetail span {
|
||||||
font-family: 'Microsoft YaHei', 'Arial', sans-serif;
|
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 {
|
.orico_Page_prdetail .oriprdetail {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
|||||||
Reference in New Issue
Block a user