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;