diff --git a/app/index/view/mobile/topic_nas/help_detail.html b/app/index/view/mobile/topic_nas/help_detail.html
index 9f0caf42..578b154c 100644
--- a/app/index/view/mobile/topic_nas/help_detail.html
+++ b/app/index/view/mobile/topic_nas/help_detail.html
@@ -57,6 +57,38 @@
{notempty name="article_categorys"}
+
+
+
+
+

+
+
初次使用
+
+
+
+
{volist name="article_categorys" id="ac" key="idx"}
@@ -78,6 +110,9 @@
{/volist}
+
+
+
{/notempty}
@@ -128,6 +163,17 @@
$(this).next('.sub-list').slideToggle();
$(this).find('.arrow').toggleClass('rotate');
});
+ //分类二三级交互
+ $('.two-a').click(function(e) {
+ e.preventDefault();
+ e.stopPropagation(); // 阻止事件冒泡
+
+ // 切换当前二级菜单的箭头方向
+ $(this).find('.arrow').toggleClass('rotate');
+
+ // 切换对应的三级菜单显示/隐藏
+ $(this).siblings('.thress-mues').slideToggle();
+ });
// 点击顶部搜索图标-点击取消关闭
$('#ssico').click(function () {
$('.nhlpapp-pagescate').hide();
diff --git a/public/static/index/mobile/css/topic_nas_help-detail.css b/public/static/index/mobile/css/topic_nas_help-detail.css
index 33a1e06b..2ccf9182 100644
--- a/public/static/index/mobile/css/topic_nas_help-detail.css
+++ b/public/static/index/mobile/css/topic_nas_help-detail.css
@@ -219,4 +219,32 @@
.narshelpCenterdetail-app .nhlpapp-pagescate .nars-hlpdt-ml .sub-list li a:hover {
color: #1f2635;
border-bottom: 1px solid #1f2635;
+}
+
+/*9.18 添加三级样式*/
+
+.narshelpCenterdetail-app .nhlpapp-pagescate .nars-hlpdt-ml .sub-list .two-mues {
+ position: relative;
+
+}
+
+.narshelpCenterdetail-app .nhlpapp-pagescate .nars-hlpdt-ml .sub-list .two-mues .two-a {
+ position: relative;
+ padding-top: 6px;
+ display: flex;
+ font-size: 0.95rem !important;
+ flex-direction: row;
+}
+
+.narshelpCenterdetail-app .nhlpapp-pagescate .nars-hlpdt-ml .sub-list .two-mues .two-a:hover {
+ border-bottom: none;
+}
+
+.narshelpCenterdetail-app .nhlpapp-pagescate .nars-hlpdt-ml .sub-list .thress-mues {
+ display: none;
+}
+
+.narshelpCenterdetail-app .nhlpapp-pagescate .nars-hlpdt-ml .sub-list .thress-mues a {
+ padding-top: 0.375rem;
+ padding-left: 1.875rem;
}
\ No newline at end of file
diff --git a/public/static/index/pc/css/topic_nas_help-detail.css b/public/static/index/pc/css/topic_nas_help-detail.css
index d30f03bf..3b1c44aa 100755
--- a/public/static/index/pc/css/topic_nas_help-detail.css
+++ b/public/static/index/pc/css/topic_nas_help-detail.css
@@ -215,7 +215,7 @@
}
.narshelpdetailPc .nars-help-content .nars-hlpdt-mr #title-list .tt {
- font-size: 14px;
+ font-size: 15px;
padding-top: 33px;
padding-bottom: 1rem;
margin: 0;