348 lines
11 KiB
PHTML
348 lines
11 KiB
PHTML
<!DOCTYPE html>
|
|
<html>
|
|
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>帮助中心</title>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
{include file='include/head-nas' /}
|
|
<style>
|
|
.icon-menu-svg,
|
|
.icon-search-svg,
|
|
.icon-lag-svg {
|
|
color: #000 !important;
|
|
}
|
|
|
|
.narshelpCenterdetail-app {
|
|
width: 100%;
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
|
|
.narshelpCenterdetail-app .headtop {
|
|
width: 100%;
|
|
left: 0;
|
|
right: 0;
|
|
margin: 0 auto;
|
|
display: flex;
|
|
position: fixed;
|
|
top: 0;
|
|
display: flex;
|
|
padding: 1.25rem 0;
|
|
align-items: center;
|
|
flex-direction: row;
|
|
justify-content: space-between;
|
|
background: #fff;
|
|
}
|
|
|
|
.narshelpCenterdetail-app .headtop .logoicoimg {
|
|
width: 42%;
|
|
margin-left: 1rem;
|
|
}
|
|
|
|
.narshelpCenterdetail-app .headtop .ssicoimg {
|
|
width: 1.875rem;
|
|
height: 1.875rem;
|
|
margin-right: 15px;
|
|
}
|
|
|
|
.narshelpCenterdetail-app .nhlp-app-content {
|
|
margin: 1.25rem;
|
|
height: 100%;
|
|
margin-top: 10.5vh;
|
|
}
|
|
|
|
.narshelpCenterdetail-app #rendered-content img {
|
|
max-width: 100%;
|
|
}
|
|
|
|
.narshelpCenterdetail-app .nhlpapp-search {
|
|
position: fixed;
|
|
z-index: 2;
|
|
top: 0;
|
|
height: 100vh;
|
|
display: flex;
|
|
width: 100%;
|
|
background: #fff;
|
|
flex-direction: column;
|
|
display: none;
|
|
}
|
|
|
|
.narshelpCenterdetail-app .nhlpapp-search .nhlpappshtop {
|
|
display: flex;
|
|
flex-direction: row;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
|
|
.narshelpCenterdetail-app .nhlpapp-search .nhlpappshtop .closetx {
|
|
font-size: 16px;
|
|
margin-right: 8%;
|
|
}
|
|
|
|
.narshelpCenterdetail-app .nhlpapp-search .nhlpapp-shdiv {
|
|
margin: 1rem 20px;
|
|
height: 2.5rem;
|
|
display: flex;
|
|
flex-direction: row;
|
|
align-items: center;
|
|
border: 1px solid #cdcedb;
|
|
border-radius: 1.5625rem;
|
|
flex: 1;
|
|
}
|
|
|
|
.narshelpCenterdetail-app .nhlpapp-search .nhlpapp-shdiv input {
|
|
font-size: 16px;
|
|
padding: 0 20px;
|
|
flex: 1;
|
|
border: none;
|
|
margin-left: 2px;
|
|
outline: none;
|
|
}
|
|
|
|
.narshelpCenterdetail-app .nhlpapp-search .nhlpapp-shdiv input::placeholder {
|
|
color: #8f9099;
|
|
font-size: 14px;
|
|
}
|
|
|
|
.narshelpCenterdetail-app .nhlpapp-search .nhlpapp-shdiv .searchimg {
|
|
width: 1.25rem;
|
|
height: 1.25rem;
|
|
margin-left: 1%;
|
|
margin-right: 5%;
|
|
}
|
|
|
|
.narshelpCenterdetail-app .nhlpapp-search .dropdown {
|
|
height: 90vh;
|
|
overflow-y: auto;
|
|
margin: 1.25rem;
|
|
}
|
|
|
|
.narshelpCenterdetail-app .nhlpapp-search .dropdown li {
|
|
margin-bottom: 0.75rem;
|
|
font-size: 0.9rem;
|
|
font-weight: 400;
|
|
width: 100%;
|
|
white-space: nowrap;
|
|
/* 禁止文本换行 */
|
|
overflow: hidden;
|
|
/* 隐藏超出容器的内容 */
|
|
text-overflow: ellipsis;
|
|
/* 超出部分用省略号表示 */
|
|
}
|
|
|
|
.narshelpCenterdetail-app .nhlpapp-search .dropdown .search-item {
|
|
color: #202734;
|
|
}
|
|
|
|
.narshelpCenterdetail-app .nhlpapp-search .nhlpappline {
|
|
width: 100%;
|
|
height: 1px;
|
|
background: #cdcedb;
|
|
}
|
|
|
|
.narshelpCenterdetail-app .nhlpapp-pagescate {
|
|
position: absolute;
|
|
margin-top: 8.7vh;
|
|
height: 90.3vh;
|
|
display: flex;
|
|
width: 100%;
|
|
flex-direction: column;
|
|
display: none;
|
|
background: #fff;
|
|
overflow-y: auto;
|
|
}
|
|
|
|
.narshelpCenterdetail-app .nhlpapp-pagescate .nars-hlpdt-ml {
|
|
overflow-y: auto;
|
|
margin: 0 0.625rem;
|
|
}
|
|
|
|
.narshelpCenterdetail-app .nhlpapp-pagescate .nars-hlpdt-ml .nav-tree {
|
|
overflow-y: auto;
|
|
}
|
|
|
|
.narshelpCenterdetail-app .nhlpapp-pagescate .nars-hlpdt-ml .categoryhelp {
|
|
margin-bottom: 5px;
|
|
}
|
|
|
|
.narshelpCenterdetail-app .nhlpapp-pagescate .nars-hlpdt-ml .categoryhelp-title {
|
|
display: block;
|
|
padding: 10px;
|
|
cursor: pointer;
|
|
position: relative;
|
|
display: flex;
|
|
flex-direction: row;
|
|
align-items: center;
|
|
font-size: 1rem;
|
|
font-weight: bold;
|
|
margin-left: 10px;
|
|
color: #1f2635;
|
|
}
|
|
|
|
.narshelpCenterdetail-app .nhlpapp-pagescate .nars-hlpdt-ml .arrow {
|
|
margin-right: 0.125rem;
|
|
transform: rotate(0deg);
|
|
display: flex;
|
|
justify-content: center;
|
|
}
|
|
|
|
.narshelpCenterdetail-app .nhlpapp-pagescate .nars-hlpdt-ml .arrow .nars-jt {
|
|
width: 16px;
|
|
height: 16px;
|
|
}
|
|
|
|
.narshelpCenterdetail-app .nhlpapp-pagescate .nars-hlpdt-ml .rotate {
|
|
transform: rotate(45deg);
|
|
}
|
|
|
|
.narshelpCenterdetail-app .nhlpapp-pagescate .nars-hlpdt-ml .sub-list {
|
|
display: none;
|
|
list-style: none;
|
|
padding: 0;
|
|
margin: 0;
|
|
}
|
|
|
|
.narshelpCenterdetail-app .nhlpapp-pagescate .nars-hlpdt-ml .sub-list li a {
|
|
width: fit-content;
|
|
display: block;
|
|
margin: 0 10px;
|
|
padding-top: 22px;
|
|
text-decoration: none;
|
|
color: #333;
|
|
margin-left: 41px;
|
|
font-size: 0.875rem;
|
|
color: #8f9099;
|
|
}
|
|
|
|
.narshelpCenterdetail-app .nhlpapp-pagescate .nars-hlpdt-ml .sub-list li:first a {
|
|
padding-top: 0;
|
|
}
|
|
|
|
.narshelpCenterdetail-app .nhlpapp-pagescate .nars-hlpdt-ml .sub-list li a:hover {
|
|
color: #1f2635;
|
|
border-bottom: 1px solid #1f2635;
|
|
}
|
|
h1,h2,h3,h4{
|
|
white-space:normal;
|
|
word-break:break-all;
|
|
}
|
|
</style>
|
|
</head>
|
|
|
|
<body>
|
|
<div class="narshelpCenterdetail-app">
|
|
<div class="headtop">
|
|
<a href="javascript:void(0);"><img src="__PUBLIC__/m_web/images/nas/help/newlogo.png" class="logoicoimg" /></a>
|
|
<div style="display:flex">
|
|
<img src="__PUBLIC__/m_web/images/nas/help/fenlei.png" class="ssicoimg" id="flico" />
|
|
<img src="__PUBLIC__/m_web/images/nas/help/sousuo.png" class="ssicoimg" id="ssico" style="margin-right:32px" />
|
|
</div>
|
|
</div>
|
|
<div id="rendered-content" class="nhlp-app-content">{$article.content|default=''}</div>
|
|
<!--搜索-->
|
|
<div class="nhlpapp-search">
|
|
<div class="nhlpappshtop">
|
|
<div class='nhlpapp-shdiv'>
|
|
<input class="nhlp-ipt" id="search-input" placeholder="What are you looking for?" />
|
|
<img src="__PUBLIC__/m_web/images/nas/help/ssapp.png" class="searchimg" />
|
|
</div>
|
|
<span class="closetx">cancel</span>
|
|
</div>
|
|
<div class="nhlpappline"></div>
|
|
<!-- 下拉搜索框 -->
|
|
<div class="dropdown" id="dropdown"></div>
|
|
</div>
|
|
<!-- 分类文章目录 -->
|
|
<div class="nhlpapp-pagescate" {if condition="!empty($cid)" }style="display:block;" {/if}>
|
|
<div class="nars-hlpdt-ml">
|
|
<div class="nav-tree">
|
|
{volist name="categorys" id="vo"}
|
|
<div class="categoryhelp">
|
|
<div class="categoryhelp-title">
|
|
<div class="arrow"><img src="__PUBLIC__/m_web/images/nas/help/nars-jt.png" class="arrow" /></div>
|
|
<span>{$vo.name}</span>
|
|
</div>
|
|
<ul class="sub-list" {if condition="$cid == $vo.id" }style="display:block;" {/if}>
|
|
{volist name="vo.articles" id="va"}
|
|
<li>
|
|
{if condition="$key == 0"}
|
|
<a href="{:url('tops_nas/helper_detail', ['id'=>$va.id])}" style="padding-top: 6px;">{$va.name}</a>
|
|
{else/}
|
|
<a href="{:url('tops_nas/helper_detail', ['id'=>$va.id])}">{$va.name}</a>
|
|
{/if}
|
|
</li>
|
|
{/volist}
|
|
</ul>
|
|
</div>
|
|
{/volist}
|
|
</div>
|
|
</div>
|
|
</div>
|
|
{include file="include/bottom" /}
|
|
</div>
|
|
</body>
|
|
<script>
|
|
$(document).ready(function() {
|
|
// 点击顶部分类图标
|
|
$('#flico').click(function() {
|
|
$('.nhlpapp-pagescate').toggle();
|
|
// 检查分类菜单是否显示
|
|
if ($('.nhlpapp-pagescate').is(':visible')) {
|
|
// 如果分类菜单显示,则隐藏文章内容
|
|
$('#rendered-content').hide();
|
|
$('.footer').hide()
|
|
} else {
|
|
// 如果分类菜单隐藏,则显示文章内容
|
|
$('#rendered-content').show();
|
|
$('.footer').show()
|
|
}
|
|
});
|
|
// 点击分类的交互
|
|
$('.categoryhelp-title').click(function() {
|
|
$(this).next('.sub-list').slideToggle();
|
|
$(this).find('.arrow').toggleClass('rotate');
|
|
});
|
|
// 点击顶部搜索图标-点击取消关闭
|
|
$('#ssico').click(function() {
|
|
$('.nhlpapp-pagescate').hide();
|
|
$('.nhlpapp-search').show();
|
|
});
|
|
$('.closetx').click(function() {
|
|
$('.nhlpapp-search').hide();
|
|
});
|
|
// 搜索
|
|
var timeout = null;
|
|
$('#search-input').on('focus input', function() {
|
|
clearTimeout(timeout);
|
|
var _this = this;
|
|
timeout = setTimeout(function() {
|
|
var keywords = $(_this).val();
|
|
if (keywords == '') {
|
|
$('#dropdown').hide().html('');
|
|
return;
|
|
}
|
|
$.ajax({
|
|
url: "{:url('tops_nas/helper_search')}",
|
|
type: 'POST',
|
|
data: {
|
|
keywords: keywords
|
|
},
|
|
dataType: 'JSON',
|
|
success: function(r) {
|
|
var html = '';
|
|
if (r.code == 0) {
|
|
html = '<ul>'
|
|
$.each(r.data, function(k, v) {
|
|
html += '<li><a class="search-item" href="{:url(\'tops_nas/helper_detail\')}?id=' + v.id + '">' + v.name + '</a></li>'
|
|
})
|
|
html += '</ul>'
|
|
}
|
|
$('#dropdown').show().html(html);
|
|
}
|
|
})
|
|
}, 300);
|
|
});
|
|
});
|
|
</script>
|
|
</html> |