Merge branch 'dev' of https://gitea.f2b211.com/jsasg/orico-official-website into dev
This commit is contained in:
@@ -8,16 +8,16 @@
|
||||
{block name="main"}
|
||||
<div class="oricoEGapp">
|
||||
<div class="narsDowloadPc">
|
||||
<div class="narsDtabs">
|
||||
{egt name=":count($data)" value="2"}
|
||||
<div class="narsDtabs">
|
||||
{notempty name="data.cyber"}
|
||||
<div class="narsDtabIt narsDtabIt_active">{:lang_i18n('CyberData赛博云空间')}</div>
|
||||
{/notempty}
|
||||
{notempty name="data.weline"}
|
||||
<div class="narsDtabIt">{:lang_i18n('Weline微链接')}</div>
|
||||
{/notempty}
|
||||
{/egt}
|
||||
</div>
|
||||
{/egt}
|
||||
<!-- 赛博云 -->
|
||||
{notempty name="data.cyber"}
|
||||
<div class="nDtopCtMian narssbshow" style="display: block;">
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user