2025-01-20 09:57:35

This commit is contained in:
2025-01-20 09:57:40 +08:00
parent d9288c61a8
commit f47916fdbf
10 changed files with 1069 additions and 793 deletions

View File

@@ -139,6 +139,7 @@ function getstr_random($length = 4) {
} }
function getImage($filename, $width = -1, $height = -1, $type = 1, $savedir = 'allimg', $baseurl = '') { function getImage($filename, $width = -1, $height = -1, $type = 1, $savedir = 'allimg', $baseurl = '') {
// ini_set('memory_limit',-1);
$docDir = request()->server('DOCUMENT_ROOT'); $docDir = request()->server('DOCUMENT_ROOT');
$rootDir = request()->root(); $rootDir = request()->root();
if ($width < 0 && $height < 0) { if ($width < 0 && $height < 0) {

View File

@@ -18,12 +18,10 @@
<!--top--> <!--top-->
<header class="header-PC header-Index"> <header class="header-PC header-Index">
<div id="header"> <div id="header">
{include file="include/top-head2023" /} {include file="include/top-head2023" /}
</div> </div>
</header> </header>
<!--top End--> <!--top End-->
<div class="modal fade" id="myModal" tabindex="-1" role="dialog" aria-labelledby="myModalLabel"> <div class="modal fade" id="myModal" tabindex="-1" role="dialog" aria-labelledby="myModalLabel">
<div class="modal-dialog" role="document"> <div class="modal-dialog" role="document">
<div class="modal-content"> <div class="modal-content">

View File

@@ -7,30 +7,250 @@
<link rel="stylesheet" href="__PUBLIC__/web/css/swiper-3.4.2.min.css" /> <link rel="stylesheet" href="__PUBLIC__/web/css/swiper-3.4.2.min.css" />
<link rel="stylesheet" type="text/css" href="__PUBLIC__/web/css/nas.css" /> <link rel="stylesheet" type="text/css" href="__PUBLIC__/web/css/nas.css" />
{include file='include/head-nas'/} {include file='include/head-nas'/}
<style type="text/css">
.narsZTPC {
width: 100%;
height: 100vh;
position: relative;
display: flex;
flex-direction: column;
overflow-y: auto;
}
.narsZTPC .nZTabs {
display: flex;
flex-direction: row;
justify-content: center;
margin: 2.5rem auto;
}
.narsZTPC .nZTabs .nZTabIt {
color: #001717;
font-size: 18px;
height: 3.25rem;
line-height: 3.25rem;
padding: 0 3.125rem;
background: #fff;
text-align: center;
border-radius: 28px;
cursor: pointer;
border: 1px solid #001717;
}
.narsZTPC .nZTabs .nZTabIt:first-child {
margin-right: 6.25rem;
}
.narsZTPC .nZTabs .nZTabIt_active {
border: 1px solid #004CFA;
color: #fff;
background: #004CFA;
}
.narsZTPC .nZTtopCtMian {
width: 100%;
margin: 0 auto;
height: auto;
}
.narsZTPC .nZTtopCtMian .narsZCimg {
width: 100%;
height: auto;
}
.narsZTPC .nZTtopCtMian .narsZTicos {
width: 65%;
margin: 0 auto;
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-between;
padding: 100px 0;
}
.narsZTPC .nZTtopCtMian .narsZTicos .nztit {
width: 25%;
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
}
.narsZTPC .nZTtopCtMian .narsZTicos .nztit .narsicimg {
width: 57px;
height: 57px;
margin-bottom: 10px;
}
.narsZTPC .nZTtopCtMian .narsZTicos .nztit .narsstep {
color: #685557;
padding: 0.625rem 0;
font-size: 1rem;
}
.narsZTPC .nZTtopCtMian .narsZTicos .nztit .narszttext {
color: #2D2C2C;
font-size: 18px;
font-weight: bold;
}
.narswljshow {
display: none;
}
.nZTtopCtMian .narsZTinfo{
width: 65%;
background: #F5F5F7;
border-radius: 8px;
padding: 75px 90px;
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: flex-start;
margin: 0 auto;
margin-bottom: 100px;
}
.nZTtopCtMian .narsZTinfo .nztif-left{
display: flex;
flex-direction: row;
align-items: center;
}
.nZTtopCtMian .narsZTinfo .nztif-left .narsztewmit {
display: flex;
flex-direction: column;
justify-content: center;
text-align: center;
margin-right: 50px;
}
.nZTtopCtMian .narsZTinfo .nztif-left .narsztewmit .nztewmimg{
width: 150px;
height: 150px;
margin-bottom: 1.25rem;
}
.nZTtopCtMian .narsZTinfo .nztif-left .narsztewmit p{
font-weight: bold;
font-size: 18px;
color: F5F5F7;
padding-bottom: 0.5rem;
}
.nZTtopCtMian .narsZTinfo .nztif-left .narsztewmit span{
font-size: 1rem;
}
.nZTtopCtMian .narsZTinfo .nztif-right{
display: flex;
flex-direction: column;
}
.nZTtopCtMian .narsZTinfo .nztif-right .sysmtxt{
font-size: 18px;
color: #001717;
padding-bottom: 1.25rem;
font-weight: 700;
}
.nZTtopCtMian .narsZTinfo .nztif-right .sminfo{
display: flex;
flex-direction: column;
font-size: 18px;
color: #001717;
padding-bottom: 40px;
}
.nZTtopCtMian .narsZTinfo .nztif-right .sminfo span{
padding-bottom: 0.9rem;
font-size: 18px;
}
.nztbzyj{
display: flex;
flex-direction: row;
}
.nztbzyj a{
font-size: 1rem;
color: #2D2C2C;
padding-bottom: 2px;
border-bottom: 1px solid #CBCBCD;
margin-right: 4.5rem;
}
</style>
</head> </head>
<body> <body>
<div class="narsPage"> <div class="narsZTPC">
<!--顶部导航--> <!--顶部导航-->
{include file='include/top-header-nas'/} {include file='include/top-header-nas'/}
<!--banner --> <!--<div class="nZTabs">-->
<div class="narsIndex-banner"> <!-- <div class="nZTabIt nZTabIt_active">软件体验</div>-->
<div class="swiper-container mySwiper"> <!-- <div class="nZTabIt">新品公测</div>-->
<div class="swiper-wrapper"> <!--</div>-->
<!-- 软件体验-->
<div class="swiper-slide"> <div class="nZTtopCtMian narssbshow">
<!-- banner内容--> <img src="__PUBLIC__/web/images/nas/nars-zt-rjtu-bg.jpg" class="narsZCimg" />
<img src="/uploads/nas/pc-beta.png" alt="" class="narsbanner-img" /> <div class="narsZTicos">
<div class="nztit">
<img src="__PUBLIC__/web/images/nas/nars-zt-ico1.jpg" class="narsicimg" />
<span class="narsstep">步骤1</span>
<span class="narszttext">添加体验官微</span>
</div>
<div class="nztit">
<img src="__PUBLIC__/web/images/nas/nars-zt-ico2.jpg" class="narsicimg" />
<span class="narsstep">步骤2</span>
<span class="narszttext">下载赛博云空间APP</span>
</div>
<div class="nztit">
<img src="__PUBLIC__/web/images/nas/nars-zt-ico3.jpg" class="narsicimg" />
<span class="narsstep">步骤3</span>
<span class="narszttext">获取邀请码</span>
</div>
<div class="nztit">
<img src="__PUBLIC__/web/images/nas/nars-zt-ico4.jpg" class="narsicimg" />
<span class="narsstep">步骤4</span>
<span class="narszttext">开始体验 一 反馈宝贵意见</span>
</div>
</div>
<div class="narsZTinfo">
<div class="nztif-left">
<div class="narsztewmit">
<img src="__PUBLIC__/web/images/nas/nars-sbyrj-ewm.jpg" class="nztewmimg" />
<p>官方微信</p>
<span>手机微信扫码添加</span>
</div> </div>
<div class="narsztewmit">
<!-- Add Pagination --> <a href="https://orico.com.cn/downpc" target="_blank"><img src="__PUBLIC__/web/images/nas/nars-sby-ewm2.jpg" class="nztewmimg" /></a>
<div class="swiper-pagination"></div> <p>赛博云空间APP</p>
<!-- Add Arrows --> <span>点击/扫码下载</span>
<!-- <div class="swiper-button-next swiper-button-white"></div> </div>
<div class="swiper-button-prev swiper-button-white"></div>--> </div>
<div class="nztif-right">
<span class="sysmtxt">试用说明</span>
<div class="sminfo">
<span>1.建议在100M以上网络环境下体验</span>
<span>2.免费试用时间为绑定后24小时试用结束后已上传数据将被删除</span>
<span>3.请遵守国家相关法律、法规,勿上传、下载和分享非法数据</span>
</div>
<div class="nztbzyj">
<a>意见反馈</a>
<a>帮助中心</a>
</div>
</div>
</div> </div>
</div> </div>
<!--新品公测-->
<div class="nZTtopCtMian narswljshow">
<img src="__PUBLIC__/web/images/nas/nars-zt-xpgc-bg.jpg" class="narsZCimg" />
</div>
{include file='include/bottom2023'/}
</div> </div>
{include file='include/bottom2023'/}
</body> </body>
<script>
$(document).ready(function() {
$('.nZTabIt').click(function() {
$('.nZTabIt').removeClass('nZTabIt_active');
$(this).addClass('nZTabIt_active');
if ($(this).index() === 0) {
$('.narssbshow').show();
$('.narswljshow').hide();
} else {
$('.narssbshow').hide();
$('.narswljshow').show();
}
});
});
</script>
</html> </html>

View File

@@ -7,30 +7,173 @@
<link rel="stylesheet" href="__PUBLIC__/web/css/swiper-3.4.2.min.css" /> <link rel="stylesheet" href="__PUBLIC__/web/css/swiper-3.4.2.min.css" />
<link rel="stylesheet" type="text/css" href="__PUBLIC__/web/css/nas.css" /> <link rel="stylesheet" type="text/css" href="__PUBLIC__/web/css/nas.css" />
{include file='include/head-nas'/} {include file='include/head-nas'/}
<style type="text/css">
.narsDowloadPc {
width: 100%;
height: 100vh;
background: #F5F5F5;
position: relative;
display: flex;
flex-direction: column;
overflow-y: auto;
}
.narsDowloadPc .narsDtabs {
display: flex;
flex-direction: row;
justify-content: center;
margin-top: 70px;
margin-bottom: 30px;
}
.narsDowloadPc .narsDtabs .narsDtabIt {
color: #001717;
font-size: 24px;
height: 52px;
line-height: 52px;
width: 300px;
background: #fff;
text-align: center;
border-radius: 28px;
cursor: pointer;
}
.narsDowloadPc .narsDtabs .narsDtabIt:first-child {
margin-right: 60px;
}
.narsDowloadPc .narsDtabs .narsDtabIt_active {
color: #fff;
background: #004CFA;
}
.narsDowloadPc .narsDmainConten {
width: 1200px;
height: 409px;
background: #fff;
margin-bottom: 10px;
}
.narsDowloadPc .nDtopCtMian {
width: 1200px;
margin: 0 auto;
height: auto;
}
.narsDowloadPc .nDtopCtMian .nDtopIt {
width: 1200px;
height: 409px;
background: #fff;
margin-bottom: 10px;
}
.narsDowloadPc .nDtopCtMian .nDtopIt .tpimg {
width: 100%;
height: 100%;
}
.narsDowloadPc .nDtopCtMian .nDtopIt .tpimg {
width: 100%;
height: 100%;
}
.narsDowloadPc .nDtopCtMian .nDtopIt2 {
width: 1200px;
height: 205px;
display: flex;
flex-direction: row;
justify-content: space-between;
}
.narsDowloadPc .nDtopCtMian .nDtopIt2 .nDitImg {
width: 231px;
height: 205px;
background: #fff;
display: flex;
justify-content: center;
align-items: center;
cursor: pointer;
}
.narsDowloadPc .nDtopCtMian .nDtopIt2 .nDitImg img{
width: 126px;
height: 126px;
}
.narswljshow{
display: none;
}
.narswljshow .nDtopIt2 .nDitImg{
width: 291px !important;
}
</style>
</head> </head>
<body> <body>
<div class="narsPage"> <div class="narsDowloadPc">
<!--顶部导航--> <!--顶部导航-->
{include file='include/top-header-nas'/} {include file='include/top-header-nas'/}
<!--banner --> <div class="narsDtabs">
<div class="narsIndex-banner"> <div class="narsDtabIt narsDtabIt_active">CyberData赛博云空间</div>
<div class="swiper-container mySwiper"> <div class="narsDtabIt">Weline微链接</div>
<div class="swiper-wrapper"> </div>
<!-- 赛博云-->
<div class="swiper-slide"> <div class="nDtopCtMian narssbshow">
<!-- banner内容--> <div class="nDtopIt">
<img src="/uploads/nas/pc-beta.png" alt="" class="narsbanner-img" /> <img src="__PUBLIC__/web/images/nas/narDl-sbimg.jpg" class="tpimg" />
</div> </div>
<div class="nDtopIt2">
<!-- Add Pagination --> <a href="https://appversion.oriconas.com/api/latest/url?appcode=cyberdata&platform=android">
<div class="swiper-pagination"></div> <div class="nDitImg"><img src="__PUBLIC__/web/images/nas/narsdl_d1.png" /></div>
<!-- Add Arrows --> </a>
<!-- <div class="swiper-button-next swiper-button-white"></div> <a href="https://apps.apple.com/app/6695746746" target="_blank">
<div class="swiper-button-prev swiper-button-white"></div>--> <div class="nDitImg"><img src="__PUBLIC__/web/images/nas/narsdl_d2.png" /></div>
</a>
<a href="https://appversion.oriconas.com/api/latest/url?appcode=cyberdata&platform=windows">
<div class="nDitImg"><img src="__PUBLIC__/web/images/nas/narsdl_d3.png" /></div>
</a>
<a href="https://apps.apple.com/app/6695746746" target="_blank">
<div class="nDitImg"><img src="__PUBLIC__/web/images/nas/narsdl_d4.png" /></div>
</a>
<a>
<div class="nDitImg"><img src="__PUBLIC__/web/images/nas/narsdl_d5.png" /></div>
</a>
</div> </div>
</div> </div>
<!-- 微链接-->
<div class="nDtopCtMian narswljshow">
<div class="nDtopIt">
<img src="__PUBLIC__/web/images/nas/narDl-wljimg.jpg" class="tpimg" />
</div>
<div class="nDtopIt2">
<a href="http://orico.com.cn/static/download/WeLineApp.apk" download="WeLineApp.apk">
<div class="nDitImg"><img src="__PUBLIC__/web/images/nas/narsdl_d1.png" /></div>
</a>
<a href="https://apps.apple.com/us/app/weline-io/id1495146123" target="_blank">
<div class="nDitImg"><img src="__PUBLIC__/web/images/nas/narsdl_d2.png" /></div>
</a>
<a href="http://orico.com.cn/static/download/WelinePC.exe" download="WelinePC.exe">
<div class="nDitImg"><img src="__PUBLIC__/web/images/nas/narsdl_d3.png" /></div>
</a>
<a href="http://orico.com.cn/static/download/WelineMac.dmg" download="WelineMac.dmg">
<div class="nDitImg"><img src="__PUBLIC__/web/images/nas/narsdl_d4.png" /></div>
</a>
</div>
</div>
</div> </div>
{include file='include/bottom2023'/}
{include file='include/bottom2023'/}
</body> </body>
<script>
$(document).ready(function () {
//点击切换
$('.narsDtabIt').click(function () {
$('.narsDtabIt').removeClass('narsDtabIt_active');
$(this).addClass('narsDtabIt_active');
if ($(this).index() === 0) {
$('.narssbshow').show();
$('.narswljshow').hide();
} else {
$('.narssbshow').hide();
$('.narswljshow').show();
}
});
});
</script>
</html> </html>

View File

@@ -8,29 +8,160 @@
<link rel="stylesheet" type="text/css" href="__PUBLIC__/web/css/nas.css" /> <link rel="stylesheet" type="text/css" href="__PUBLIC__/web/css/nas.css" />
{include file='include/head-nas'/} {include file='include/head-nas'/}
</head> </head>
<body> <style type="text/css">
<div class="narsPage"> .narsDowloadPc {
<!--顶部导航--> height: 100vh;
{include file='include/top-header-nas'/} background: #F5F5F5;
<!--banner --> position: relative;
<div class="narsIndex-banner"> display: flex;
<div class="swiper-container mySwiper"> flex-direction: column;
<div class="swiper-wrapper"> overflow-y: auto;
}
<div class="swiper-slide">
<!-- banner内容-->
<img src="/uploads/nas/pc-beta.png" alt="" class="narsbanner-img" />
</div>
<!-- Add Pagination -->
<div class="swiper-pagination"></div>
<!-- Add Arrows -->
<!-- <div class="swiper-button-next swiper-button-white"></div>
<div class="swiper-button-prev swiper-button-white"></div>-->
</div>
</div>
</div>
.narsDowloadPc .narsDtabs {
margin: 0 1.25rem;
display: flex;
flex-direction: row;
justify-content: center;
margin-top: 2.5rem;
margin-bottom: 1.25rem;
}
.narsDowloadPc .narsDtabs .narsDtabIt {
color: #001717;
font-size: 1rem;
height: 2.625rem;
line-height: 2.625rem;
width: 25rem;
background: #fff;
text-align: center;
border-radius: 28px;
cursor: pointer;
}
.narsDowloadPc .narsDtabs .narsDtabIt:first-child {
margin-right: 0.9375rem;
}
.narsDowloadPc .narsDtabs .narsDtabIt_active {
color: #fff;
background: #004CFA;
}
.narsDowloadPc .narsDmainConten {
margin: 0 1.25rem;
background: #fff;
margin-bottom: 10px;
}
.narsDowloadPc .nDtopCtMian {
margin: 0 1.25rem;
height: auto;
}
.narsDowloadPc .nDtopCtMian .nDtopIt {
width: 100%;
background: #fff;
margin-bottom: 10px;
}
.narsDowloadPc .nDtopCtMian .nDtopIt .tpimg {
width: 100%;
height: 100%;
}
.narsDowloadPc .nDtopCtMian .nDtopIt .tpimg {
width: 100%;
height: 100%;
}
.narsDowloadPc .nDtopCtMian .nDtopIt2 {
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-between;
}
.narsDowloadPc .nDtopCtMian .nDtopIt2 .nDitImg {
width: 48.5%;
background: #fff;
display: flex;
justify-content: center;
align-items: center;
cursor: pointer;
margin-bottom: 0.625rem;
}
.narsDowloadPc .nDtopCtMian .nDtopIt2 .nDitImg img{
width: 6.25rem;
height: 6.25rem;
padding: 1.25rem;
}
.narswljshow{
display: none;
}
.narswljshow .nDtopIt2 .nDitImg{
/* width: 291px !important; */
}
.narssbshow .nrowimg {
width: 100%;
background: #fff;
display: flex;
justify-content: center;
}
.narssbshow .nrowimg img{
width: 62%;
padding: 1.25rem 0;
}
</style>
<body>
<!--顶部导航-->
{include file='include/top-header-nas'/}
<div class="narsDowloadPc">
<div class="narsDtabs">
<div class="narsDtabIt narsDtabIt_active">CyberData赛博云空间</div>
<div class="narsDtabIt">Weline微链接</div>
</div>
<!-- 赛博云-->
<div class="nDtopCtMian narssbshow">
<div class="nDtopIt">
<img src="nardownlaod-app/narsdlapp-sbimg.jpg" class="tpimg" />
</div>
<div class="nDtopIt2">
<div class="nDitImg"><img src="nardownlaod-app/narsdlapp_d1.png" /></div>
<div class="nDitImg"><img src="nardownlaod-app/narsdlapp-d2.png" /></div>
<div class="nDitImg"><img src="nardownlaod-app/narsdlapp_d3.png" /></div>
<div class="nDitImg"><img src="nardownlaod-app/narsdlapp_d4.png" /></div>
</div>
<div class="nDitImg nrowimg"><img src="nardownlaod-app/narsdlapp_d5.png" /></div>
</div>
<!-- 微链接-->
<div class="nDtopCtMian narswljshow">
<div class="nDtopIt">
<img src="nardownlaod-app/narsdlapp-wljimg.jpg" class="tpimg" />
</div>
<div class="nDtopIt2">
<div class="nDitImg"><img src="nardownlaod-app/narsdlapp_d1.png" /></div>
<div class="nDitImg"><img src="nardownlaod-app/narsdlapp-d2.png" /></div>
<div class="nDitImg"><img src="nardownlaod-app/narsdlapp_d3.png" /></div>
<div class="nDitImg"><img src="nardownlaod-app/narsdlapp_d4.png" /></div>
</div>
</div>
</div>
{include file='include/bottom2023'/} {include file='include/bottom2023'/}
</body> </body>
<script>
$(document).ready(function () {
$('.narsDtabIt').click(function () {
$('.narsDtabIt').removeClass('narsDtabIt_active');
$(this).addClass('narsDtabIt_active');
if ($(this).index() === 0) {
$('.narssbshow').show();
$('.narswljshow').hide();
} else {
$('.narssbshow').hide();
$('.narswljshow').show();
}
});
});
</script>
</html> </html>

View File

@@ -158,7 +158,7 @@
</div> </div>
<!--微链接 --> <!--微链接 -->
<div class="nars-wlj"> <div class="nars-wlj">
<span class="wlj-title"><span style="color:#004BFA">Weline </span>微链接</span> <span class="wlj-title"><span style="color:#004BFA">NAS </span>配套软件</span>
{volist name='data.weline.banners' id='vo'} {volist name='data.weline.banners' id='vo'}
<div class="wltitem"> <div class="wltitem">
<div class="wljcp"> <div class="wljcp">
@@ -170,28 +170,11 @@
</div> </div>
</div> </div>
{/volist} {/volist}
<div class="wltitem"> <div class="wltitem">
<div class="wljcp"> <a href="{$data.download.banners[0]['link']}" style="height:100%;width:100%">
{if condition="!empty($data.download.banners[0]['picture'])"} <img src="__PUBLIC__/web/images/nars_atdbimg.jpg" style="height:100%;width:100%" />
<img src="{$data.download.banners[0]['picture']|getImage}" class="wljimg" /> </a>
{else} </div>
<span class="tt">{$data.download.banners[0]['name']|default='软件多平台支持'}</span>
{/if}
</div>
<div class="wljcpinfo">
{assign name='download_color' value="$data.download.banners[0]['alt']|default='#ffffff'"}
{assign name='download_background' value="$data.download.banners[0]['btn_color']|default='#004cfa'"}
<a
class="wlj-xzbt"
target="_blank"
href="{$data.download.banners[0]['link']}"
style="background-color:{$download_background};color:{$download_color};border-color:{$download_color};"
>
下载
</a>
</div>
</div>
</div> </div>
{include file='include/bottom2023'/} {include file='include/bottom2023'/}
</body> </body>

View File

@@ -11,260 +11,237 @@
</style> </style>
{include file='include/head-nas'/} {include file='include/head-nas'/}
<style type="text/css"> <style type="text/css">
.narsMBpage { .narsZTPC {
width: 100%; width: 100%;
height: 100%; height: 100vh;
display: flex; position: relative;
flex-direction: column; display: flex;
position: relative; flex-direction: column;
overflow-x: hidden; overflow-y: auto;
} }
.narsMBpage .narsMB-banner { .narsZTPC .nZTabs {
width: 100%; display: flex;
} flex-direction: row;
justify-content: center;
margin: 2.5rem auto;
}
.narsMBpage .narsmb-img { .narsZTPC .nZTabs .nZTabIt {
max-width: 100%; color: #001717;
height: auto; font-size: 18px;
display: block; height: 3.25rem;
} line-height: 3.25rem;
padding: 0 3.125rem;
background: #fff;
text-align: center;
border-radius: 28px;
cursor: pointer;
border: 1px solid #001717;
}
.narsMBpage .narsmb-cate { .narsZTPC .nZTabs .nZTabIt:first-child {
margin-top: 2.8125rem; margin-right: 6.25rem;
margin: 0 0.4375rem; }
display: flex;
flex-direction: column;
}
.narsMBpage .narsmb-cate .narsmbcatetop, .narsZTPC .nZTabs .nZTabIt_active {
.narsMBpage .narsmb-cate .narsmbcate-it { border: 1px solid #004CFA;
background: #e0e2e6; color: #fff;
color: #000; background: #004CFA;
border-radius: 0.3125rem; }
height: 5.8125rem;
width: 100%;
line-height: 1rem;
font-size: 0.75rem;
font-weight: bold;
margin-top: 2.8125rem;
display: flex;
align-items: center;
}
.narsMBpage .narsmb-cate .narsmbcateits { .narsZTPC .nZTtopCtMian {
height: 5.8125rem; width: 100%;
display: flex; margin: 0 auto;
flex-direction: row; height: auto;
justify-content: space-between; }
margin-bottom: 0.4375rem;
}
.narsMBpage .narsmb-cate .narsmbcateits .narsmbcate-it { .narsZTPC .nZTtopCtMian .narsZCimg {
width: 49%; width: 100%;
margin-top: 0.4375rem; height: auto;
} }
.narsMBpage .narsmb-cate .narsmbcate-sp { .narsZTPC .nZTtopCtMian .narsZTicos {
margin: 0 1.25rem; width: 90%;
} margin: 0 auto;
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-between;
padding: 50px 0;
}
.narsMBpage .narsmbvd { .narsZTPC .nZTtopCtMian .narsZTicos .nztit {
width: 100%; width: 50%;
height: 14.5625rem; display: flex;
margin-top: 2.5rem; flex-direction: column;
} align-items: center;
text-align: center;
margin-bottom: 15%;
}
.narsMBpage .narsmbvd .narsmbvideo { .narsZTPC .nZTtopCtMian .narsZTicos .nztit .narsicimg {
height: 100%; width: 45px;
width: 100%; height: 45px;
object-fit: fill; margin-bottom: 10px;
} }
.narsMBpage .narsmb-jjfa { .narsZTPC .nZTtopCtMian .narsZTicos .nztit .narsstep {
width: 100%; color: #685557;
display: flex; padding: 0.625rem 0;
flex-direction: column; font-size: 12px;
} }
.narsMBpage .narsmb-jjfa .narsmbjjfa-title { .narsZTPC .nZTtopCtMian .narsZTicos .nztit .narszttext {
text-align: center; color: #2D2C2C;
font-size: 1.6875rem; font-size: 14px;
font-weight: bold; font-weight: bold;
padding-top: 2.0625rem; }
padding-bottom: 1.3125rem;
}
.narsMBpage .narsmb-jjfa .narsmbjjfaSwiper { .narswljshow {
margin-left: 0.4375rem; display: none;
}
.nZTtopCtMian .narsZTinfo{
width: 90%;
background: #F5F5F7;
border-radius: 8px;
display: flex;
flex-direction: column;
margin: 0 auto;
margin-bottom: 15%;
padding-bottom: 45px;
padding-top:15px ;
} }
.nZTtopCtMian .narsZTinfo .nztif-left{
.narsMBpage .narsmb-jjfa .narsmbjjfa-slide {
width: 10rem;
height: 18.375rem;
border-radius: 0.125rem;
position: relative;
}
.narsMBpage .narsmb-jjfa .narsmbjjfa-slide .narsmb-jjfa-ct {
color: #000;
margin: 0 1.25rem;
font-size: 1rem;
font-weight: bold;
margin-top: 1.875rem;
line-height: 1.5625rem;
}
.narsMBpage .narsmb-jjfa .narsmbjjfa-slide .narsmb-jjfa-info {
background: #131b28;
position: absolute;
top: 0;
height: 18.375rem;
padding: 0 1.3rem;
display: none;
flex-direction: column;
justify-content: center;
border-radius: 0.125rem;
z-index: 11;
overflow-y: hidden;
color: #fff;
}
.narsMBpage .narsmb-jjfa .narsmbjjfa-slide .narsmb-jjfa-info .narsmbjjfatt {
width: 100%;
font-weight: bold;
text-align: center;
font-size: 0.875rem;
margin-bottom: 1.6875rem;
}
.narsMBpage .narsmb-jjfa .narsmbjjfa-slide .narsmb-jjfa-info .narsmbjjfa-txt {
font-size: 0.75rem;
line-height: 1rem;
text-indent: 2em;
}
.narsMBpage .narsmb-jjfa .narsmb-jjfabgimg {
width: 9.9375rem;
height: 18.375rem;
position: absolute;
top: 0;
z-index: -1;
}
.narsmb-wlj {
width: 100%;
display: flex;
flex-direction: column;
}
.narsmb-wlj .narsmbwlj-title {
text-align: center;
font-size: 1.6875rem;
font-weight: bold;
padding-top: 2.0625rem;
padding-bottom: 1.3125rem;
}
.narsmb-wlj .narsmbwltitem {
margin: 0 0.4375rem;
height: 9.0625rem;
background: #131b28;
display: flex;
flex-direction: row;
justify-content: space-between;
margin-bottom: 0.5rem;
}
.narsmb-wlj .narsmbwltitem .narsmbwljcp {
display: flex; display: flex;
flex-direction: row; flex-direction: row;
align-items: center; align-items: center;
justify-content: center; justify-content: center;
height: inherit; width: 100%;
margin-top: 30px;
margin-bottom: 50px;
} }
.nZTtopCtMian .narsZTinfo .nztif-left .narsztewmit {
.narsmb-wlj .narsmbwltitem .narsmbwljcp .narsmbtt {
font-size: 1.0625rem;
font-weight: bold;
color: #fff;
width: 35.5rem;
text-align: center;
margin-left: 35%;
}
.narsmb-wlj .narsmbwltitem .narsmbwljcp .narsmbwljimg {
height: inherit;
}
.narsmb-wlj .narsmbwltitem .narsmbwljcpinfo {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
justify-content: center; justify-content: center;
align-items: center; text-align: center;
color: #fff; width: 45%;
flex: 1; align-items: center;
margin: 0 1.25rem;
} }
.nZTtopCtMian .narsZTinfo .nztif-left .narsztewmit .nztewmimg{
.narsmb-wlj .narsmbwltitem .narsmbwljcpinfo .narsmbif-title { width: 100px;
height: 100px;
margin-bottom: 1rem;
}
.nZTtopCtMian .narsZTinfo .nztif-left .narsztewmit p{
font-weight: bold; font-weight: bold;
font-size: 1.0625rem; font-size: 14px;
padding-bottom: 1rem; color: F5F5F7;
padding-bottom: 0.5rem;
} }
.nZTtopCtMian .narsZTinfo .nztif-left .narsztewmit span{
.narsmb-wlj .narsmbwltitem .narsmbwljcpinfo .narsmbif-info { font-size: 12px;
font-size: 0.625rem;
line-height: 1rem;
text-align: center;
} }
.nZTtopCtMian .narsZTinfo .nztif-right{
.narsmb-wlj .narsmbwltitem .narsmbwljcpinfo .narsmbwlj-xzbt { display: flex;
width: 7.25rem; flex-direction: column;
height: 2.1875rem; width: 85%;
border-radius: 3.25rem; margin: 0 auto;
line-height: 2.1875rem;
border: 1px solid #ffffff;
font-size: 0.875rem;
text-align: center;
cursor: pointer;
margin: 0 1.25rem;
} }
.nZTtopCtMian .narsZTinfo .nztif-right .sysmtxt{
.narsmb-wlj .narsmbwltitem .narsmbwljcpinfo .narsmbtt { font-size: 14px;
font-size: 1.0625rem; color: #001717;
font-weight: bold; padding-bottom: 1.25rem;
color: #fff; font-weight: 700;
text-align: center;
} }
.nZTtopCtMian .narsZTinfo .nztif-right .sminfo{
.narsMBbannerSwiper { display: flex;
padding-top: 0px; flex-direction: column;
font-size: 14px;
color: #001717;
padding-bottom: 20px;
} }
.nZTtopCtMian .narsZTinfo .nztif-right .sminfo span{
</style> padding-bottom: 8px;
font-size: 12px;
}
.nztbzyj{
display: flex;
flex-direction: row;
}
.nztbzyj a{
font-size: 12px;
color: #2D2C2C;
padding-bottom: 2px;
border-bottom: 1px solid #CBCBCD;
margin-right: 4.5rem;
}
</style>
</head> </head>
<body> <body>
<div class="narsZTPC">
{include file='include/top_nas'/} {include file='include/top_nas'/}
<!--nars 手机 --> <div class="nZTtopCtMian narssbshow">
<div class="narsMBpage"> <img src="__PUBLIC__/web/images/nas/nars-zt-rjtu-bg-moblie.jpg" class="narsZCimg" />
<!--轮播 banner--> <div class="narsZTicos">
<div class="narsMB-banner"> <div class="nztit">
<div class="swiper-container narsMBbannerSwiper"> <img src="__PUBLIC__/web/images/nas/nars-zt-ico1.jpg" class="narsicimg" />
<div class="swiper-wrapper"> <span class="narsstep">步骤1</span>
<span class="narszttext">添加体验官微</span>
<div class="swiper-slide"> </div>
<img src="/uploads/nas/mobile-beta.png" alt="" class="narsmb-img" /> <div class="nztit">
<img src="__PUBLIC__/web/images/nas/nars-zt-ico2.jpg" class="narsicimg" />
<span class="narsstep">步骤2</span>
<span class="narszttext">下载赛博云空间APP</span>
</div>
<div class="nztit">
<img src="__PUBLIC__/web/images/nas/nars-zt-ico3.jpg" class="narsicimg" />
<span class="narsstep">步骤3</span>
<span class="narszttext">获取邀请码</span>
</div>
<div class="nztit">
<img src="__PUBLIC__/web/images/nas/nars-zt-ico4.jpg" class="narsicimg" />
<span class="narsstep">步骤4</span>
<span class="narszttext">开始体验 一 反馈宝贵意见</span>
</div>
</div>
<div class="narsZTinfo">
<div class="nztif-left">
<div class="narsztewmit">
<img src="__PUBLIC__/web/images/nas/nars-sbyrj-ewm.jpg" class="nztewmimg" />
<p>官方微信</p>
<span>手机微信扫码添加</span>
</div>
<div class="narsztewmit">
<a href="https://www.orico.com.cn/down" target="_blank"><img src="__PUBLIC__/web/images/nas/nars-sby-ewm2.jpg" class="nztewmimg" /></a>
<p>赛博云空间APP</p>
<span>点击/扫码下载</span>
</div>
</div>
<div class="nztif-right">
<span class="sysmtxt">试用说明</span>
<div class="sminfo">
<span>1.建议在100M以上网络环境下体验</span>
<span>2.免费试用时间为绑定后24小时试用结束后已上传数据将被删除</span>
<span>3.请遵守国家相关法律、法规,勿上传、下载和分享非法数据</span>
</div>
<div class="nztbzyj">
<a>意见反馈</a>
<a>帮助中心</a>
</div> </div>
</div>
</div> </div>
</div> </div>
</div> <!--新品公测-->
<div class="nZTtopCtMian narswljshow">
<img src="__PUBLIC__/web/images/nas/nars-zt-xpgc-bg.jpg" class="narsZCimg" />
</div>
{include file='include/bottom1'/} {include file='include/bottom1'/}
</div> </div>
</body> </body>
</html> </html>

View File

@@ -4,267 +4,186 @@
<meta charset="utf-8" /> <meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="viewport" content="width=device-width, initial-scale=1">
<title>元创官网</title> <title>元创官网</title>
{include file='include/head-nas' /}
<style type="text/css"> <style type="text/css">
.header { .header {
color: #fff; color: #fff;
} }
</style> .narsDowloadPc {
{include file='include/head-nas'/} /*height: 100vh;*/
<style type="text/css"> background: #F5F5F5;
.narsMBpage { /*position: relative;*/
width: 100%; display: flex;
height: 100%; flex-direction: column;
display: flex; overflow-y: auto;
flex-direction: column; }
position: relative;
overflow-x: hidden;
}
.narsMBpage .narsMB-banner { .narsDowloadPc .narsDtabs {
width: 100%;
}
.narsMBpage .narsmb-img {
max-width: 100%;
height: auto;
display: block;
}
.narsMBpage .narsmb-cate {
margin-top: 2.8125rem;
margin: 0 0.4375rem;
display: flex;
flex-direction: column;
}
.narsMBpage .narsmb-cate .narsmbcatetop,
.narsMBpage .narsmb-cate .narsmbcate-it {
background: #e0e2e6;
color: #000;
border-radius: 0.3125rem;
height: 5.8125rem;
width: 100%;
line-height: 1rem;
font-size: 0.75rem;
font-weight: bold;
margin-top: 2.8125rem;
display: flex;
align-items: center;
}
.narsMBpage .narsmb-cate .narsmbcateits {
height: 5.8125rem;
display: flex;
flex-direction: row;
justify-content: space-between;
margin-bottom: 0.4375rem;
}
.narsMBpage .narsmb-cate .narsmbcateits .narsmbcate-it {
width: 49%;
margin-top: 0.4375rem;
}
.narsMBpage .narsmb-cate .narsmbcate-sp {
margin: 0 1.25rem; margin: 0 1.25rem;
} margin-top: 7rem;
display: flex;
flex-direction: row;
justify-content: center;
height: 2.625rem;
}
.narsMBpage .narsmbvd { .narsDowloadPc .narsDtabs .narsDtabIt {
width: 100%; color: #001717;
height: 14.5625rem; font-size: 1rem;
margin-top: 2.5rem; height: 2.625rem;
} line-height: 2.625rem;
width: 25rem;
background: #fff;
text-align: center;
border-radius: 28px;
cursor: pointer;
}
.narsMBpage .narsmbvd .narsmbvideo { .narsDowloadPc .narsDtabs .narsDtabIt:first-child {
height: 100%; margin-right: 0.9375rem;
width: 100%; }
object-fit: fill;
}
.narsMBpage .narsmb-jjfa { .narsDowloadPc .narsDtabs .narsDtabIt_active {
width: 100%; color: #fff;
display: flex; background: #004CFA;
flex-direction: column; }
}
.narsMBpage .narsmb-jjfa .narsmbjjfa-title { .narsDowloadPc .narsDmainConten {
text-align: center; margin: 0 1.25rem;
font-size: 1.6875rem; background: #fff;
font-weight: bold; margin-bottom: 10px;
padding-top: 2.0625rem; position: relative;
padding-bottom: 1.3125rem; }
}
.narsMBpage .narsmb-jjfa .narsmbjjfaSwiper { .narsDowloadPc .nDtopCtMian {
margin-left: 0.4375rem; padding-top: 1.25rem;
} position: relative;
overflow: hideen;
.narsMBpage .narsmb-jjfa .narsmbjjfa-slide {
width: 10rem;
height: 18.375rem;
border-radius: 0.125rem;
position: relative;
}
.narsMBpage .narsmb-jjfa .narsmbjjfa-slide .narsmb-jjfa-ct {
color: #000;
margin: 0 1.25rem; margin: 0 1.25rem;
font-size: 1rem; height: auto;
font-weight: bold; }
margin-top: 1.875rem;
line-height: 1.5625rem;
}
.narsMBpage .narsmb-jjfa .narsmbjjfa-slide .narsmb-jjfa-info { .narsDowloadPc .nDtopCtMian .nDtopIt {
background: #131b28; width: 100%;
position: absolute; background: #fff;
top: 0; margin-bottom: 10px;
height: 18.375rem; box-sizing: border-box;
padding: 0 1.3rem; }
display: none;
flex-direction: column;
justify-content: center;
border-radius: 0.125rem;
z-index: 11;
overflow-y: hidden;
color: #fff;
}
.narsMBpage .narsmb-jjfa .narsmbjjfa-slide .narsmb-jjfa-info .narsmbjjfatt { .narsDowloadPc .nDtopCtMian .nDtopIt .tpimg {
width: 100%; width: 100%;
font-weight: bold; height: 100%;
text-align: center; }
font-size: 0.875rem;
margin-bottom: 1.6875rem;
}
.narsMBpage .narsmb-jjfa .narsmbjjfa-slide .narsmb-jjfa-info .narsmbjjfa-txt { .narsDowloadPc .nDtopCtMian .nDtopIt .tpimg {
font-size: 0.75rem; width: 100%;
line-height: 1rem; height: 100%;
text-indent: 2em; }
}
.narsMBpage .narsmb-jjfa .narsmb-jjfabgimg { .narsDowloadPc .nDtopCtMian .nDtopIt2 {
width: 9.9375rem; display: flex;
height: 18.375rem; flex-direction: row;
position: absolute; flex-wrap: wrap;
top: 0; justify-content: space-between;
z-index: -1; }
} .narsDowloadPc .nDtopCtMian .nDtopIt2 .nDitImg {
width: 48.5%;
.narsmb-wlj { background: #fff;
width: 100%;
display: flex; display: flex;
flex-direction: column;
}
.narsmb-wlj .narsmbwlj-title {
text-align: center;
font-size: 1.6875rem;
font-weight: bold;
padding-top: 2.0625rem;
padding-bottom: 1.3125rem;
}
.narsmb-wlj .narsmbwltitem {
margin: 0 0.4375rem;
height: 9.0625rem;
background: #131b28;
display: flex;
flex-direction: row;
justify-content: space-between;
margin-bottom: 0.5rem;
}
.narsmb-wlj .narsmbwltitem .narsmbwljcp {
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
height: inherit;
}
.narsmb-wlj .narsmbwltitem .narsmbwljcp .narsmbtt {
font-size: 1.0625rem;
font-weight: bold;
color: #fff;
width: 35.5rem;
text-align: center;
margin-left: 35%;
}
.narsmb-wlj .narsmbwltitem .narsmbwljcp .narsmbwljimg {
height: inherit;
}
.narsmb-wlj .narsmbwltitem .narsmbwljcpinfo {
display: flex;
flex-direction: column;
justify-content: center; justify-content: center;
align-items: center; align-items: center;
color: #fff;
flex: 1;
margin: 0 1.25rem;
}
.narsmb-wlj .narsmbwltitem .narsmbwljcpinfo .narsmbif-title {
font-weight: bold;
font-size: 1.0625rem;
padding-bottom: 1rem;
}
.narsmb-wlj .narsmbwltitem .narsmbwljcpinfo .narsmbif-info {
font-size: 0.625rem;
line-height: 1rem;
text-align: center;
}
.narsmb-wlj .narsmbwltitem .narsmbwljcpinfo .narsmbwlj-xzbt {
width: 7.25rem;
height: 2.1875rem;
border-radius: 3.25rem;
line-height: 2.1875rem;
border: 1px solid #ffffff;
font-size: 0.875rem;
text-align: center;
cursor: pointer; cursor: pointer;
margin: 0 1.25rem; margin-bottom: 0.625rem;
} }
.narsDowloadPc .nDtopCtMian .nDtopIt2 .nDitImg img{
.narsmb-wlj .narsmbwltitem .narsmbwljcpinfo .narsmbtt { width: 6.25rem;
font-size: 1.0625rem; height: 6.25rem;
font-weight: bold; padding: 1.25rem;
color: #fff;
text-align: center;
} }
.narswljshow{
.narsMBbannerSwiper { display: none;
padding-top: 0px;
} }
.narswljshow .nDtopIt2 .nDitImg{
</style> /* width: 291px !important; */
}
.narssbshow .nrowimg {
width: 100%;
background: #fff;
display: flex;
justify-content: center;
}
.narssbshow .nrowimg img{
width: 50%;
height: 50%;
}
</style>
</head> </head>
<body> <body>
{include file='include/top_nas'/} {include file='include/top_nas'/}
<!--nars 手机 --> <div class="narsDowloadPc">
<div class="narsMBpage"> <div class="narsDtabs">
<!--轮播 banner--> <div class="narsDtabIt narsDtabIt_active">CyberData赛博云空间</div>
<div class="narsMB-banner"> <div class="narsDtabIt">Weline微链接</div>
<div class="swiper-container narsMBbannerSwiper"> </div>
<div class="swiper-wrapper"> <!-- 赛博云-->
<div class="nDtopCtMian narssbshow">
<div class="swiper-slide"> <div class="nDtopIt">
<img src="/uploads/nas/mobile-beta.png" alt="" class="narsmb-img" /> <img src="__PUBLIC__/m_web/images/nas/narsdlapp-sbimg.jpg" class="tpimg" />
</div> </div>
<div class="nDtopIt2">
</div> <a class="nDitImg" href="https://appversion.oriconas.com/api/latest/url?appcode=cyberdata&platform=android" >
<div class="nDitImg"><img src="__PUBLIC__/m_web/images/nas/narsdlapp_d1.png" /></div>
</a>
<a class="nDitImg" href="https://apps.apple.com/app/6695746746" >
<div class="nDitImg"><img src="__PUBLIC__/m_web/images/nas/narsdlapp-d2.png" /></div>
</a>
<a class="nDitImg" href="https://appversion.oriconas.com/api/latest/url?appcode=cyberdata&platform=windows" >
<div class="nDitImg"><img src="__PUBLIC__/m_web/images/nas/narsdlapp_d3.png" /></div>
</a>
<a class="nDitImg" href="https://apps.apple.com/app/6695746746" >
<div class="nDitImg"><img src="__PUBLIC__/m_web/images/nas/narsdlapp_d4.png" /></div>
</a>
</div>
<div class="nDitImg nrowimg" style="margin-bottom: 25px;"><img src="__PUBLIC__/m_web/images/nas/narsdlapp_d5.png" /></div>
</div>
<!-- 微链接-->
<div class="nDtopCtMian narswljshow">
<div class="nDtopIt">
<img src="__PUBLIC__/m_web/images/nas/narsdlapp-wljimg.jpg" class="tpimg" />
</div>
<div class="nDtopIt2" style="margin-bottom: 25px;">
<a class="nDitImg" href="http://orico.com.cn/static/download/WeLineApp.apk" download="WeLineApp.apk">
<div class="nDitImg"><img src="__PUBLIC__/m_web/images/nas/narsdlapp_d1.png" /></div>
</a>
<a class="nDitImg" href="https://apps.apple.com/us/app/weline-io/id1495146123" target="_blank">
<div class="nDitImg"><img src="__PUBLIC__/m_web/images/nas/narsdlapp-d2.png" /></div>
</a>
<a class="nDitImg" href="http://orico.com.cn/static/download/WelinePC.exe" download="WelinePC.exe">
<div class="nDitImg"><img src="__PUBLIC__/m_web/images/nas/narsdlapp_d3.png" /></div>
</a>
<a class="nDitImg" href="http://orico.com.cn/static/download/WelineMac.dmg" download="WelineMac.dmg">
<div class="nDitImg"><img src="__PUBLIC__/m_web/images/nas/narsdlapp_d4.png" /></div>
</a>
</div> </div>
</div> </div>
{include file='include/bottom1'/} {include file='include/bottom1'/}
</div> </div>
</body> </body>
<script>
$(document).ready(function () {
$('.narsDtabIt').click(function () {
$('.narsDtabIt').removeClass('narsDtabIt_active');
$(this).addClass('narsDtabIt_active');
if ($(this).index() === 0) {
$('.narssbshow').show();
$('.narswljshow').hide();
} else {
$('.narssbshow').hide();
$('.narswljshow').show();
}
});
});
</script>
</html> </html>

View File

@@ -4,267 +4,186 @@
<meta charset="utf-8" /> <meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="viewport" content="width=device-width, initial-scale=1">
<title>元创官网</title> <title>元创官网</title>
{include file='include/head-nas' /}
<style type="text/css"> <style type="text/css">
.header { .header {
color: #fff; color: #fff;
} }
</style> .narsDowloadPc {
{include file='include/head-nas'/} /*height: 100vh;*/
<style type="text/css"> background: #F5F5F5;
.narsMBpage { /*position: relative;*/
width: 100%; display: flex;
height: 100%; flex-direction: column;
display: flex; overflow-y: auto;
flex-direction: column; }
position: relative;
overflow-x: hidden;
}
.narsMBpage .narsMB-banner { .narsDowloadPc .narsDtabs {
width: 100%;
}
.narsMBpage .narsmb-img {
max-width: 100%;
height: auto;
display: block;
}
.narsMBpage .narsmb-cate {
margin-top: 2.8125rem;
margin: 0 0.4375rem;
display: flex;
flex-direction: column;
}
.narsMBpage .narsmb-cate .narsmbcatetop,
.narsMBpage .narsmb-cate .narsmbcate-it {
background: #e0e2e6;
color: #000;
border-radius: 0.3125rem;
height: 5.8125rem;
width: 100%;
line-height: 1rem;
font-size: 0.75rem;
font-weight: bold;
margin-top: 2.8125rem;
display: flex;
align-items: center;
}
.narsMBpage .narsmb-cate .narsmbcateits {
height: 5.8125rem;
display: flex;
flex-direction: row;
justify-content: space-between;
margin-bottom: 0.4375rem;
}
.narsMBpage .narsmb-cate .narsmbcateits .narsmbcate-it {
width: 49%;
margin-top: 0.4375rem;
}
.narsMBpage .narsmb-cate .narsmbcate-sp {
margin: 0 1.25rem; margin: 0 1.25rem;
} margin-top: 7rem;
display: flex;
flex-direction: row;
justify-content: center;
height: 2.625rem;
}
.narsMBpage .narsmbvd { .narsDowloadPc .narsDtabs .narsDtabIt {
width: 100%; color: #001717;
height: 14.5625rem; font-size: 1rem;
margin-top: 2.5rem; height: 2.625rem;
} line-height: 2.625rem;
width: 25rem;
background: #fff;
text-align: center;
border-radius: 28px;
cursor: pointer;
}
.narsMBpage .narsmbvd .narsmbvideo { .narsDowloadPc .narsDtabs .narsDtabIt:first-child {
height: 100%; margin-right: 0.9375rem;
width: 100%; }
object-fit: fill;
}
.narsMBpage .narsmb-jjfa { .narsDowloadPc .narsDtabs .narsDtabIt_active {
width: 100%; color: #fff;
display: flex; background: #004CFA;
flex-direction: column; }
}
.narsMBpage .narsmb-jjfa .narsmbjjfa-title { .narsDowloadPc .narsDmainConten {
text-align: center; margin: 0 1.25rem;
font-size: 1.6875rem; background: #fff;
font-weight: bold; margin-bottom: 10px;
padding-top: 2.0625rem; position: relative;
padding-bottom: 1.3125rem; }
}
.narsMBpage .narsmb-jjfa .narsmbjjfaSwiper { .narsDowloadPc .nDtopCtMian {
margin-left: 0.4375rem; padding-top: 1.25rem;
} position: relative;
overflow: hideen;
.narsMBpage .narsmb-jjfa .narsmbjjfa-slide {
width: 10rem;
height: 18.375rem;
border-radius: 0.125rem;
position: relative;
}
.narsMBpage .narsmb-jjfa .narsmbjjfa-slide .narsmb-jjfa-ct {
color: #000;
margin: 0 1.25rem; margin: 0 1.25rem;
font-size: 1rem; height: auto;
font-weight: bold; }
margin-top: 1.875rem;
line-height: 1.5625rem;
}
.narsMBpage .narsmb-jjfa .narsmbjjfa-slide .narsmb-jjfa-info { .narsDowloadPc .nDtopCtMian .nDtopIt {
background: #131b28; width: 100%;
position: absolute; background: #fff;
top: 0; margin-bottom: 10px;
height: 18.375rem; box-sizing: border-box;
padding: 0 1.3rem; }
display: none;
flex-direction: column;
justify-content: center;
border-radius: 0.125rem;
z-index: 11;
overflow-y: hidden;
color: #fff;
}
.narsMBpage .narsmb-jjfa .narsmbjjfa-slide .narsmb-jjfa-info .narsmbjjfatt { .narsDowloadPc .nDtopCtMian .nDtopIt .tpimg {
width: 100%; width: 100%;
font-weight: bold; height: 100%;
text-align: center; }
font-size: 0.875rem;
margin-bottom: 1.6875rem;
}
.narsMBpage .narsmb-jjfa .narsmbjjfa-slide .narsmb-jjfa-info .narsmbjjfa-txt { .narsDowloadPc .nDtopCtMian .nDtopIt .tpimg {
font-size: 0.75rem; width: 100%;
line-height: 1rem; height: 100%;
text-indent: 2em; }
}
.narsMBpage .narsmb-jjfa .narsmb-jjfabgimg { .narsDowloadPc .nDtopCtMian .nDtopIt2 {
width: 9.9375rem; display: flex;
height: 18.375rem; flex-direction: row;
position: absolute; flex-wrap: wrap;
top: 0; justify-content: space-between;
z-index: -1; }
} .narsDowloadPc .nDtopCtMian .nDtopIt2 .nDitImg {
width: 48.5%;
.narsmb-wlj { background: #fff;
width: 100%;
display: flex; display: flex;
flex-direction: column;
}
.narsmb-wlj .narsmbwlj-title {
text-align: center;
font-size: 1.6875rem;
font-weight: bold;
padding-top: 2.0625rem;
padding-bottom: 1.3125rem;
}
.narsmb-wlj .narsmbwltitem {
margin: 0 0.4375rem;
height: 9.0625rem;
background: #131b28;
display: flex;
flex-direction: row;
justify-content: space-between;
margin-bottom: 0.5rem;
}
.narsmb-wlj .narsmbwltitem .narsmbwljcp {
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
height: inherit;
}
.narsmb-wlj .narsmbwltitem .narsmbwljcp .narsmbtt {
font-size: 1.0625rem;
font-weight: bold;
color: #fff;
width: 35.5rem;
text-align: center;
margin-left: 35%;
}
.narsmb-wlj .narsmbwltitem .narsmbwljcp .narsmbwljimg {
height: inherit;
}
.narsmb-wlj .narsmbwltitem .narsmbwljcpinfo {
display: flex;
flex-direction: column;
justify-content: center; justify-content: center;
align-items: center; align-items: center;
color: #fff;
flex: 1;
margin: 0 1.25rem;
}
.narsmb-wlj .narsmbwltitem .narsmbwljcpinfo .narsmbif-title {
font-weight: bold;
font-size: 1.0625rem;
padding-bottom: 1rem;
}
.narsmb-wlj .narsmbwltitem .narsmbwljcpinfo .narsmbif-info {
font-size: 0.625rem;
line-height: 1rem;
text-align: center;
}
.narsmb-wlj .narsmbwltitem .narsmbwljcpinfo .narsmbwlj-xzbt {
width: 7.25rem;
height: 2.1875rem;
border-radius: 3.25rem;
line-height: 2.1875rem;
border: 1px solid #ffffff;
font-size: 0.875rem;
text-align: center;
cursor: pointer; cursor: pointer;
margin: 0 1.25rem; margin-bottom: 0.625rem;
} }
.narsDowloadPc .nDtopCtMian .nDtopIt2 .nDitImg img{
.narsmb-wlj .narsmbwltitem .narsmbwljcpinfo .narsmbtt { width: 6.25rem;
font-size: 1.0625rem; height: 6.25rem;
font-weight: bold; padding: 1.25rem;
color: #fff;
text-align: center;
} }
.narswljshow{
.narsMBbannerSwiper { display: none;
padding-top: 0px;
} }
.narswljshow .nDtopIt2 .nDitImg{
</style> /* width: 291px !important; */
}
.narssbshow .nrowimg {
width: 100%;
background: #fff;
display: flex;
justify-content: center;
}
.narssbshow .nrowimg img{
width: 50%;
height: 50%;
}
</style>
</head> </head>
<body> <body>
{include file='include/top_nas'/} {include file='include/top_nas'/}
<!--nars 手机 --> <div class="narsDowloadPc">
<div class="narsMBpage"> <div class="narsDtabs">
<!--轮播 banner--> <div class="narsDtabIt narsDtabIt_active">CyberData赛博云空间</div>
<div class="narsMB-banner"> <div class="narsDtabIt">Weline微链接</div>
<div class="swiper-container narsMBbannerSwiper"> </div>
<div class="swiper-wrapper"> <!-- 赛博云-->
<div class="nDtopCtMian narssbshow">
<div class="swiper-slide"> <div class="nDtopIt">
<img src="/uploads/nas/mobile-beta.png" alt="" class="narsmb-img" /> <img src="__PUBLIC__/m_web/images/nas/narsdlapp-sbimg.jpg" class="tpimg" />
</div> </div>
<div class="nDtopIt2">
</div> <a class="nDitImg" href="http://demo.orico.com.cn/static/download/赛博云空间_v1.1.0_24054.apk" download="赛博云空间_v1.1.0_24054.apk">
<div class="nDitImg"><img src="__PUBLIC__/m_web/images/nas/narsdlapp_d1.png" /></div>
</a>
<a class="nDitImg" href="https://apps.apple.com/cn/app/%E8%B5%9B%E5%8D%9A%E4%BA%91%E7%A9%BA%E9%97%B4/id6695746746" target="_blank">
<div class="nDitImg"><img src="__PUBLIC__/m_web/images/nas/narsdlapp-d2.png" /></div>
</a>
<a class="nDitImg" href="http://demo.orico.com.cn/static/download/赛博云空间_v1.1.0_24057.exe" download="赛博云空间_v1.1.0_24057.exe">
<div class="nDitImg"><img src="__PUBLIC__/m_web/images/nas/narsdlapp_d3.png" /></div>
</a>
<a class="nDitImg" href="https://apps.apple.com/cn/app/%E8%B5%9B%E5%8D%9A%E4%BA%91%E7%A9%BA%E9%97%B4/id6695746746" target="_blank">
<div class="nDitImg"><img src="__PUBLIC__/m_web/images/nas/narsdlapp_d4.png" /></div>
</a>
</div>
<div class="nDitImg nrowimg" style="margin-bottom: 25px;"><img src="__PUBLIC__/m_web/images/nas/narsdlapp_d5.png" /></div>
</div>
<!-- 微链接-->
<div class="nDtopCtMian narswljshow">
<div class="nDtopIt">
<img src="__PUBLIC__/m_web/images/nas/narsdlapp-wljimg.jpg" class="tpimg" />
</div>
<div class="nDtopIt2" style="margin-bottom: 25px;">
<a class="nDitImg" href="http://demo.orico.com.cn/static/download/WeLine_r5.4.11.8553_2024091916.apk" download="WeLine_r5.4.11.8553_2024091916.apk">
<div class="nDitImg"><img src="__PUBLIC__/m_web/images/nas/narsdlapp_d1.png" /></div>
</a>
<a class="nDitImg" href="https://apps.apple.com/us/app/weline-io/id1495146123" target="_blank">
<div class="nDitImg"><img src="__PUBLIC__/m_web/images/nas/narsdlapp-d2.png" /></div>
</a>
<a class="nDitImg" href="http://demo.orico.com.cn/static/download/Weline_PC_v5.4.7.20240929.exe" download="Weline_PC_v5.4.7.20240929.exe">
<div class="nDitImg"><img src="__PUBLIC__/m_web/images/nas/narsdlapp_d3.png" /></div>
</a>
<a class="nDitImg" href="http://demo.orico.com.cn/static/download/Weline_Mac_v5.4.7.20240929.dmg" download="Weline_Mac_v5.4.7.20240929.dmg">
<div class="nDitImg"><img src="__PUBLIC__/m_web/images/nas/narsdlapp_d4.png" /></div>
</a>
</div> </div>
</div> </div>
{include file='include/bottom1'/} {include file='include/bottom1'/}
</div> </div>
</body> </body>
<script>
$(document).ready(function () {
$('.narsDtabIt').click(function () {
$('.narsDtabIt').removeClass('narsDtabIt_active');
$(this).addClass('narsDtabIt_active');
if ($(this).index() === 0) {
$('.narssbshow').show();
$('.narswljshow').hide();
} else {
$('.narssbshow').hide();
$('.narswljshow').show();
}
});
});
</script>
</html> </html>

View File

@@ -433,7 +433,7 @@
</div> </div>
<!--微链接 --> <!--微链接 -->
<div class="narsmb-wlj"> <div class="narsmb-wlj">
<span class="narsmbwlj-title"><span style="color:#084BFA">Weline</span> 微链接</span> <span class="narsmbwlj-title"><span style="color:#084BFA">NAS</span> 配套软件</span>
{volist name='data.weline.banners' id='vo'} {volist name='data.weline.banners' id='vo'}
<div class="narsmbwltitem"> <div class="narsmbwltitem">
<div class="narsmbwljcp"> <div class="narsmbwljcp">
@@ -446,28 +446,13 @@
</div> </div>
{/volist} {/volist}
{volist name='data.download.banners' id='vo'} {volist name='data.download.banners' id='vo'}
<div class="narsmbwltitem" style="height:auto;"> <div class="narsmbwltitem">
<div class="narsmbwljcp" style="width: 50%;color: {$vo.alt|default='#fff'}"> <a href="{$vo.link}" style="height:100%;width:100%">
{if condition="!empty($vo.picture)"} <img src="__PUBLIC__/m_web/images/nas/narsM_rjxzbg.jpg" style="height:100%;width:100%" />
<img src="{$vo.picture|getImage}" class="narsmbwljimg" style="width:100%"/> </a>
{else} </div>
<span class="narsmbtt">{$vo.name}</span>
{/if}
</div>
<div class="narsmbwljcpinfo" style="width: 50%;">
{assign name='download_color' value="$vo.alt|default='#fff'" /}
{assign name='download_background' value="$vo.btn_color|default='#131b28'" /}
<a
class="narsmbwlj-xzbt"
href="{$vo.link}"
style="background:{$download_background};color:{$download_color};border-color:{$download_color}"
>
下载
</a>
</div>
</div>
{/volist} {/volist}
</div> </div>
{include file='include/bottom1'/} {include file='include/bottom1'/}
</div> </div>