fix: nas专题 移动端去掉顶部搜索与语言切换

This commit is contained in:
2025-07-01 15:20:38 +08:00
parent 46b85b090d
commit ecd2602d35
3 changed files with 6 additions and 16 deletions

View File

@@ -10,8 +10,6 @@
<div class="action-r">
<div class="right img-responsive cursor_p">
<span class="icon-category cursor_p top-menu-toggle"><i class="icon-menu-svg"></i></span>
<span class="icon-keyword cursor_p top-search-toggle"><i class="icon-search-svg"></i></span>
<span class="mask-up cursor_p top-country-toggle"><i class="icon-lag-svg"></i></span>
</div>
</div>
</div>
@@ -100,20 +98,6 @@
$(this).siblings('.it-1-2').slideToggle(800);
$(this).find('.icon-arrow').addClass('rotate');
});
//点击搜索
$('.top-search-toggle').click(function() {
$(".marsk-container").show();
})
$('.ac-close').click(function() {
$(".marsk-container").hide();
})
// 顶部国家选择
$('.top-country-toggle').click(function(){
$(".mask,.action-sheet").show();
})
$('.top-country .close-icon').click(function(){
$(".mask,.action-sheet").hide();
})
// 移动端顶部宽度设置和主体内容宽度一致
var pageWidth = $('.oricoEGapp').outerWidth();

View File

@@ -2,6 +2,9 @@
{block name="style"}
<link rel="stylesheet" href="__CSS__/topic_nas_cooperation.css">
{/block}
{block name="header"}
{include file="public/nas_header" /}
{/block}
{block name="main"}
<div class="oricoEGapp">
<div class="narshzhbMbpage">

View File

@@ -2,6 +2,9 @@
{block name="style"}
<link rel="stylesheet" href="__CSS__/topic_nas_index.css">
{/block}
{block name="header"}
{include file="public/nas_header" /}
{/block}
{block name="main"}
<div class="oricoEGapp">
<!-- 首页 -->