fix: nas专题 移动端去掉顶部搜索与语言切换
This commit is contained in:
@@ -10,8 +10,6 @@
|
|||||||
<div class="action-r">
|
<div class="action-r">
|
||||||
<div class="right img-responsive cursor_p">
|
<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-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>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -100,20 +98,6 @@
|
|||||||
$(this).siblings('.it-1-2').slideToggle(800);
|
$(this).siblings('.it-1-2').slideToggle(800);
|
||||||
$(this).find('.icon-arrow').addClass('rotate');
|
$(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();
|
var pageWidth = $('.oricoEGapp').outerWidth();
|
||||||
|
|||||||
@@ -2,6 +2,9 @@
|
|||||||
{block name="style"}
|
{block name="style"}
|
||||||
<link rel="stylesheet" href="__CSS__/topic_nas_cooperation.css">
|
<link rel="stylesheet" href="__CSS__/topic_nas_cooperation.css">
|
||||||
{/block}
|
{/block}
|
||||||
|
{block name="header"}
|
||||||
|
{include file="public/nas_header" /}
|
||||||
|
{/block}
|
||||||
{block name="main"}
|
{block name="main"}
|
||||||
<div class="oricoEGapp">
|
<div class="oricoEGapp">
|
||||||
<div class="narshzhbMbpage">
|
<div class="narshzhbMbpage">
|
||||||
|
|||||||
@@ -2,6 +2,9 @@
|
|||||||
{block name="style"}
|
{block name="style"}
|
||||||
<link rel="stylesheet" href="__CSS__/topic_nas_index.css">
|
<link rel="stylesheet" href="__CSS__/topic_nas_index.css">
|
||||||
{/block}
|
{/block}
|
||||||
|
{block name="header"}
|
||||||
|
{include file="public/nas_header" /}
|
||||||
|
{/block}
|
||||||
{block name="main"}
|
{block name="main"}
|
||||||
<div class="oricoEGapp">
|
<div class="oricoEGapp">
|
||||||
<!-- 首页 -->
|
<!-- 首页 -->
|
||||||
|
|||||||
Reference in New Issue
Block a user