Merge branch 'dev'
This commit is contained in:
@@ -97,6 +97,11 @@ class TopsNas extends BaseController
|
|||||||
return $this->fetch();
|
return $this->fetch();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public function download_cyber()
|
||||||
|
{
|
||||||
|
return $this->fetch();
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* nas 客户合作
|
* nas 客户合作
|
||||||
*/
|
*/
|
||||||
|
|||||||
36
app/index/view/tops_nas/download_cyber.phtml
Executable file
36
app/index/view/tops_nas/download_cyber.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>
|
||||||
@@ -97,6 +97,11 @@ class TopsNas extends BaseController
|
|||||||
return $this->fetch();
|
return $this->fetch();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public function download_cyber()
|
||||||
|
{
|
||||||
|
return $this->fetch();
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* nas 客户合作
|
* nas 客户合作
|
||||||
*/
|
*/
|
||||||
|
|||||||
270
app/mobile/view/tops_nas/download_cyber.phtml
Executable file
270
app/mobile/view/tops_nas/download_cyber.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/bottom1'/}
|
||||||
|
</div>
|
||||||
|
</body>
|
||||||
|
|
||||||
|
</html>
|
||||||
Reference in New Issue
Block a user