fix: 修复pc nas帮助中心bug
This commit is contained in:
@@ -34,8 +34,8 @@
|
||||
}
|
||||
.narshelpCenterPc .pagetopbg .nhlp-search {
|
||||
width: 35%;
|
||||
height: 3rem;
|
||||
border-radius: 1.5625rem;
|
||||
height: 48px;
|
||||
border-radius: 24px;
|
||||
background: #5299e1;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
@@ -49,8 +49,8 @@
|
||||
}
|
||||
.narshelpCenterPc .pagetopbg .nhlp-search .nhlp-ipt {
|
||||
border: none;
|
||||
width: 85%;
|
||||
height: 3rem;
|
||||
width: 86%;
|
||||
height: 48px;
|
||||
margin-left: 5%;
|
||||
color: #fff;
|
||||
background: transparent;
|
||||
@@ -68,7 +68,7 @@
|
||||
}
|
||||
.narshelpCenterPc .pagetopbg .nhlp-search input::placeholder {
|
||||
color: #fff;
|
||||
padding-left: 20%;
|
||||
text-align: center;
|
||||
font-size: 16px;
|
||||
}
|
||||
.narshelpCenterPc .nhlppart1 {
|
||||
@@ -323,7 +323,7 @@
|
||||
<div class="pagetopbg">
|
||||
<img src="__PUBLIC__/m_web/images/nas/help/banner.jpg" class="hpbgimg" />
|
||||
<div class='nhlp-search'>
|
||||
<input class="nhlp-ipt" id="search-input" placeholder="请输入搜索关键字,如安装赛博云空间,影视库" />
|
||||
<input class="nhlp-ipt" id="search-input" placeholder="请输入搜索关键字,如安装赛博云空间、影视库" />
|
||||
<img src="__PUBLIC__/m_web/images/nas/help/nars-help-search.png" class="searchimghelp" />
|
||||
</div>
|
||||
<!-- 下拉搜索框 -->
|
||||
@@ -348,11 +348,13 @@
|
||||
</span>
|
||||
</a>
|
||||
{/volist}
|
||||
<a class="ckgdbt" href="{:url('tops_nas/helper_detail', ['cid'=>$vo.id, 'id'=>isset($vo.articles[0])?$vo.articles[0]['id']:0])}">查看更多
|
||||
<span class="narhelpgoimg">
|
||||
{if condition="count($vo.articles) >= 3"}
|
||||
<a class="ckgdbt" href="{:url('tops_nas/helper_detail', ['cid'=>$vo.id, 'id'=>isset($vo.articles[0])?$vo.articles[0]['id']:0])}">查看更多
|
||||
<span class="narhelpgoimg">
|
||||
<img src="__PUBLIC__/m_web/images/nas/help/nars-jt.png"/>
|
||||
</span>
|
||||
</a>
|
||||
{/if}
|
||||
</div>
|
||||
</div>
|
||||
{/volist}
|
||||
|
||||
Reference in New Issue
Block a user