refactor: 新增赛博云下载页面
This commit is contained in:
@@ -97,6 +97,11 @@ class TopsNas extends BaseController
|
|||||||
return $this->fetch();
|
return $this->fetch();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public function downloadCyber()
|
||||||
|
{
|
||||||
|
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>
|
||||||
Reference in New Issue
Block a user