From db308518da3fd2a4a72c3438ae03a4a71f802283 Mon Sep 17 00:00:00 2001 From: jsasg <735273025@qq.com> Date: Thu, 26 Jun 2025 15:07:44 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20mobile=20nas=E4=B8=93=E9=A2=98=20?= =?UTF-8?q?=E4=B8=8B=E8=BD=BD=E9=A1=B5=E4=B8=AD=E8=8B=B1=E6=96=87=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F=E5=8C=BA=E5=88=AB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/index/view/mobile/topic_nas/download.html | 4 ++-- public/static/index/mobile/css/topic_nas_download.css | 6 +++++- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/app/index/view/mobile/topic_nas/download.html b/app/index/view/mobile/topic_nas/download.html index 3e755d76..e55c290a 100644 --- a/app/index/view/mobile/topic_nas/download.html +++ b/app/index/view/mobile/topic_nas/download.html @@ -8,16 +8,16 @@ {block name="main"}
+ {egt name=":count($data)" value="2"}
- {egt name=":count($data)" value="2"} {notempty name="data.cyber"}
{:lang_i18n('CyberData赛博云空间')}
{/notempty} {notempty name="data.weline"}
{:lang_i18n('Weline微链接')}
{/notempty} - {/egt}
+ {/egt} {notempty name="data.cyber"}
diff --git a/public/static/index/mobile/css/topic_nas_download.css b/public/static/index/mobile/css/topic_nas_download.css index 343bcbfd..acd6f65f 100644 --- a/public/static/index/mobile/css/topic_nas_download.css +++ b/public/static/index/mobile/css/topic_nas_download.css @@ -2,6 +2,10 @@ color: #fff; } +.oricoEGapp { + padding-top: 3.5rem; +} + .narsDowloadPc { /*height: 100vh;*/ background: #F5F5F5; @@ -13,7 +17,7 @@ .narsDowloadPc .narsDtabs { margin: 0 1.25rem; - margin-top: 7rem; + margin-top: 3.5rem; display: flex; flex-direction: row; justify-content: center;