2024-01-20 14:22:20
This commit is contained in:
36
app/index/view/tops_nas/beta-副本.phtml
Executable file
36
app/index/view/tops_nas/beta-副本.phtml
Executable file
@@ -0,0 +1,36 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
|
<title>元创官网</title>
|
||||||
|
<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" />
|
||||||
|
{include file='include/head-nas'/}
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<div class="narsPage">
|
||||||
|
<!--顶部导航-->
|
||||||
|
{include file='include/top-header-nas'/}
|
||||||
|
<!--banner -->
|
||||||
|
<div class="narsIndex-banner">
|
||||||
|
<div class="swiper-container mySwiper">
|
||||||
|
<div class="swiper-wrapper">
|
||||||
|
|
||||||
|
<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>
|
||||||
|
|
||||||
|
{include file='include/bottom2023'/}
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
36
app/index/view/tops_nas/download-副本.phtml
Executable file
36
app/index/view/tops_nas/download-副本.phtml
Executable file
@@ -0,0 +1,36 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
|
<title>元创官网</title>
|
||||||
|
<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" />
|
||||||
|
{include file='include/head-nas'/}
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<div class="narsPage">
|
||||||
|
<!--顶部导航-->
|
||||||
|
{include file='include/top-header-nas'/}
|
||||||
|
<!--banner -->
|
||||||
|
<div class="narsIndex-banner">
|
||||||
|
<div class="swiper-container mySwiper">
|
||||||
|
<div class="swiper-wrapper">
|
||||||
|
|
||||||
|
<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>
|
||||||
|
|
||||||
|
{include file='include/bottom2023'/}
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
159
app/index/view/tops_nas/narsdownload.phtml
Executable file
159
app/index/view/tops_nas/narsdownload.phtml
Executable file
@@ -0,0 +1,159 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
|
<title>元创官网</title>
|
||||||
|
<link rel="stylesheet" type="text/css" href="__PUBLIC__/web/css/nas.css" />
|
||||||
|
{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>
|
||||||
|
<body>
|
||||||
|
<div class="narsDowloadPc">
|
||||||
|
<!--顶部导航-->
|
||||||
|
{include file='include/top-header-nas'/}
|
||||||
|
<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="/uploads/nas/narDl-sbimg.jpg" class="tpimg" />
|
||||||
|
</div>
|
||||||
|
<div class="nDtopIt2">
|
||||||
|
<div class="nDitImg"><img src="/uploads/nas/narsdl_d1.png" /></div>
|
||||||
|
<div class="nDitImg"><img src="/uploads/nas/narsdl_d2.png" /></div>
|
||||||
|
<div class="nDitImg"><img src="/uploads/nas/narsdl_d3.png" /></div>
|
||||||
|
<div class="nDitImg"><img src="/uploads/nas/narsdl_d4.png" /></div>
|
||||||
|
<div class="nDitImg"><img src="/uploads/nas/narsdl_d5.png" /></div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<!-- 微链接-->
|
||||||
|
<div class="nDtopCtMian narswljshow">
|
||||||
|
<div class="nDtopIt">
|
||||||
|
<img src="/uploads/nas/narDl-wljimg.jpg" class="tpimg" />
|
||||||
|
</div>
|
||||||
|
<div class="nDtopIt2">
|
||||||
|
<div class="nDitImg"><img src="/uploads/nas/narsdl_d1.png" /></div>
|
||||||
|
<div class="nDitImg"><img src="/uploads/nas/narsdl_d2.png" /></div>
|
||||||
|
<div class="nDitImg"><img src="/uploads/nas/narsdl_d3.png" /></div>
|
||||||
|
<div class="nDitImg"><img src="/uploads/nas/narsdl_d4.png" /></div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
{include file='include/bottom2023'/}
|
||||||
|
</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>
|
||||||
17
app/us/controller/TopsNas.php
Executable file
17
app/us/controller/TopsNas.php
Executable file
@@ -0,0 +1,17 @@
|
|||||||
|
<?php
|
||||||
|
namespace app\us\controller;
|
||||||
|
|
||||||
|
|
||||||
|
class TopsNas extends BaseController
|
||||||
|
{
|
||||||
|
public function _initialize()
|
||||||
|
{
|
||||||
|
parent::_initialize();
|
||||||
|
}
|
||||||
|
|
||||||
|
public function download()
|
||||||
|
{
|
||||||
|
return $this->fetch();
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
68
app/us/view/include/head-nas.phtml
Executable file
68
app/us/view/include/head-nas.phtml
Executable file
@@ -0,0 +1,68 @@
|
|||||||
|
<link rel="icon" type="image/gif" href="__PUBLIC__/web/images/animated_favicon.png">
|
||||||
|
<link rel="stylesheet" href="__PUBLIC__/web/css/swiper-3.4.2.min.css" />
|
||||||
|
<link rel="stylesheet" type="text/css" href="__PUBLIC__/weben/css/css_whir.css">
|
||||||
|
<link rel="stylesheet" type="text/css" href="__PUBLIC__/web/css/indexcss-nars.css">
|
||||||
|
<link rel="stylesheet" type="text/css" href="__PUBLIC__/weben/css/fonts.css">
|
||||||
|
<link rel="stylesheet" type="text/css" href="__PUBLIC__/weben/css/theme1.css">
|
||||||
|
<link rel="stylesheet" type="text/css" href="__PUBLIC__/web/css/nas.css" />
|
||||||
|
<style type="text/css">
|
||||||
|
.mySwiper {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.wlj-xzbt {
|
||||||
|
color: #fff;
|
||||||
|
}
|
||||||
|
|
||||||
|
.goico-img {
|
||||||
|
width: 1.5rem !important;
|
||||||
|
height: 1.5rem !important;
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
|
|
||||||
|
.swiper-slide img {
|
||||||
|
height: auto;
|
||||||
|
}
|
||||||
|
|
||||||
|
@media screen and (min-width: 700px) {
|
||||||
|
@media screen and (min-width: 700px) {
|
||||||
|
.Footer_icon_orico {
|
||||||
|
left: 8%;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.jjfabgimg {
|
||||||
|
width: 20.1875rem !important;
|
||||||
|
height: 37.6875rem !important;
|
||||||
|
border-radius: 0.375rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.nars-jjfa .jjfaSwiper .swiper-wrapper .swiper-slide {
|
||||||
|
position: relative !important;
|
||||||
|
width: 20.1875rem !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.jjfaSwiper {
|
||||||
|
width: auto;
|
||||||
|
}
|
||||||
|
|
||||||
|
.swiper-button-next,
|
||||||
|
.swiper-container-rtl .swiper-button-prev {
|
||||||
|
/*background-image: auto !important;*/
|
||||||
|
}
|
||||||
|
|
||||||
|
.wltitem{
|
||||||
|
background: #ecf2fe !important;
|
||||||
|
border-radius: 8px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.nars-wlj .wltitem .wljcpinfo{
|
||||||
|
margin: 0 3.125rem;
|
||||||
|
}
|
||||||
|
.nars-cate .narscatecenter{
|
||||||
|
justify-content: center;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
<script type="text/javascript" src='__PUBLIC__/web/scripts/jquery-3.7.1.min.js'></script>
|
||||||
|
<script type="text/javascript" src='__PUBLIC__/web/scripts/swiper-3.4.2.jquery.min.js'></script>
|
||||||
43
app/us/view/include/top-header-nas.phtml
Executable file
43
app/us/view/include/top-header-nas.phtml
Executable file
@@ -0,0 +1,43 @@
|
|||||||
|
<header class="narsPage-head">
|
||||||
|
<div class="headcenter">
|
||||||
|
<img
|
||||||
|
class="logico"
|
||||||
|
style="cursor:pointer;"
|
||||||
|
src="__PUBLIC__/web/images/logo_nas.png"
|
||||||
|
onclick="location.href='{:url(\'TopsNas/index\')}'"
|
||||||
|
/>
|
||||||
|
<nav class="headnav">
|
||||||
|
<!-- {volist name="nav_header" id="vo"}
|
||||||
|
<div class="navitem">
|
||||||
|
<a href="{$vo.url}" {if condition="$vo.is_new_window_open"}target="_blank"{/if}>{$vo.name}</a>
|
||||||
|
{if condition="!empty($vo.items)"}
|
||||||
|
<img src="/frontend/weben/images/indeximg/black-down.png" class="downimg" alt="">
|
||||||
|
<ul class="children">
|
||||||
|
{volist name="vo.items" id="it"}
|
||||||
|
<li>
|
||||||
|
<a href="{$it.url}" {if condition="$it.is_new_window_open"}target="_blank"{/if}>{$it.name}</a>
|
||||||
|
</li>
|
||||||
|
{/volist}
|
||||||
|
</ul>
|
||||||
|
{/if}
|
||||||
|
</div>
|
||||||
|
{/volist} -->
|
||||||
|
{volist name="nav_header" id="vo"}
|
||||||
|
<a
|
||||||
|
class="navitem"
|
||||||
|
href="{$vo.url}" {if condition="$vo.is_new_window_open"}target="_blank"{/if}
|
||||||
|
>
|
||||||
|
{$vo.name}
|
||||||
|
</a>
|
||||||
|
{/volist}
|
||||||
|
</nav>
|
||||||
|
</div>
|
||||||
|
</header>
|
||||||
|
<script type="text/javascript">
|
||||||
|
document.querySelectorAll('.navitem').forEach(function(it) {
|
||||||
|
it.classList.remove('hover')
|
||||||
|
if (location.pathname.endsWith(it.getAttribute('href'))) {
|
||||||
|
it.classList.add('hover')
|
||||||
|
}
|
||||||
|
})
|
||||||
|
</script>
|
||||||
36
app/us/view/tops_nas/download.phtml
Executable file
36
app/us/view/tops_nas/download.phtml
Executable file
@@ -0,0 +1,36 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
|
<title>元创官网</title>
|
||||||
|
<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" />
|
||||||
|
{include file='include/head-nas'/}
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<div class="narsPage">
|
||||||
|
<!--顶部导航-->
|
||||||
|
<!--{#include file='include/top-header-nas'/}-->
|
||||||
|
<!--banner -->
|
||||||
|
<div class="narsIndex-banner">
|
||||||
|
<div class="swiper-container mySwiper">
|
||||||
|
<div class="swiper-wrapper">
|
||||||
|
|
||||||
|
<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>
|
||||||
|
|
||||||
|
{include file='include/bottom'/}
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
17
app/usmobile/controller/TopsNas.php
Executable file
17
app/usmobile/controller/TopsNas.php
Executable file
@@ -0,0 +1,17 @@
|
|||||||
|
<?php
|
||||||
|
namespace app\usmobile\controller;
|
||||||
|
|
||||||
|
|
||||||
|
class TopsNas extends BaseController
|
||||||
|
{
|
||||||
|
public function _initialize()
|
||||||
|
{
|
||||||
|
parent::_initialize();
|
||||||
|
}
|
||||||
|
|
||||||
|
public function download()
|
||||||
|
{
|
||||||
|
return $this->fetch();
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
6
app/usmobile/view/include/head-nas.phtml
Executable file
6
app/usmobile/view/include/head-nas.phtml
Executable file
@@ -0,0 +1,6 @@
|
|||||||
|
<link rel="stylesheet" href="__PUBLIC__/web/css/swiper-3.4.2.min.css" />
|
||||||
|
<link rel="stylesheet" type="text/css" href="__PUBLIC__/m_web/css/style1.css">
|
||||||
|
<link rel="stylesheet" type="text/css" href="__PUBLIC__/m_weben/css/montserrat.css">
|
||||||
|
<link rel="stylesheet" type="text/css" href="__PUBLIC__/m_weben/css/font.css">
|
||||||
|
<script type="text/javascript" src='__PUBLIC__/web/scripts/jquery-3.7.1.min.js'></script>
|
||||||
|
<script type="text/javascript" src='__PUBLIC__/web/scripts/swiper-3.4.2.jquery.min.js'></script>
|
||||||
270
app/usmobile/view/tops_nas/download.phtml
Executable file
270
app/usmobile/view/tops_nas/download.phtml
Executable file
@@ -0,0 +1,270 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
|
<title>元创官网</title>
|
||||||
|
<style type="text/css">
|
||||||
|
.header {
|
||||||
|
color: #fff;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
{include file='include/head-nas'/}
|
||||||
|
<style type="text/css">
|
||||||
|
.narsMBpage {
|
||||||
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
position: relative;
|
||||||
|
overflow-x: hidden;
|
||||||
|
}
|
||||||
|
|
||||||
|
.narsMBpage .narsMB-banner {
|
||||||
|
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;
|
||||||
|
}
|
||||||
|
|
||||||
|
.narsMBpage .narsmbvd {
|
||||||
|
width: 100%;
|
||||||
|
height: 14.5625rem;
|
||||||
|
margin-top: 2.5rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.narsMBpage .narsmbvd .narsmbvideo {
|
||||||
|
height: 100%;
|
||||||
|
width: 100%;
|
||||||
|
object-fit: fill;
|
||||||
|
}
|
||||||
|
|
||||||
|
.narsMBpage .narsmb-jjfa {
|
||||||
|
width: 100%;
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
}
|
||||||
|
|
||||||
|
.narsMBpage .narsmb-jjfa .narsmbjjfa-title {
|
||||||
|
text-align: center;
|
||||||
|
font-size: 1.6875rem;
|
||||||
|
font-weight: bold;
|
||||||
|
padding-top: 2.0625rem;
|
||||||
|
padding-bottom: 1.3125rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.narsMBpage .narsmb-jjfa .narsmbjjfaSwiper {
|
||||||
|
margin-left: 0.4375rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.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;
|
||||||
|
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;
|
||||||
|
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;
|
||||||
|
margin: 0 1.25rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.narsmb-wlj .narsmbwltitem .narsmbwljcpinfo .narsmbtt {
|
||||||
|
font-size: 1.0625rem;
|
||||||
|
font-weight: bold;
|
||||||
|
color: #fff;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
.narsMBbannerSwiper {
|
||||||
|
padding-top: 0px;
|
||||||
|
}
|
||||||
|
|
||||||
|
</style>
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body>
|
||||||
|
<!--{#include file='include/top_nas'/}-->
|
||||||
|
<!--nars 手机 -->
|
||||||
|
<div class="narsMBpage">
|
||||||
|
<!--轮播 banner-->
|
||||||
|
<div class="narsMB-banner">
|
||||||
|
<div class="swiper-container narsMBbannerSwiper">
|
||||||
|
<div class="swiper-wrapper">
|
||||||
|
|
||||||
|
<div class="swiper-slide">
|
||||||
|
<img src="/uploads/nas/mobile-beta.png" alt="" class="narsmb-img" />
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
{include file='include/bottom'/}
|
||||||
|
</div>
|
||||||
|
</body>
|
||||||
|
|
||||||
|
</html>
|
||||||
Reference in New Issue
Block a user