Explorar o código

关于vr的修改

linch %!s(int64=4) %!d(string=hai) anos
pai
achega
fe88b657f7

+ 8 - 0
Application/Home/Controller/AboutController.class.php

@@ -60,6 +60,14 @@ class AboutController extends Base
         $this->display();
     }
 
+    /**
+     * vr学车
+     * @author:linch
+     */
+    public function vr() {
+        $this->display();
+    }
+
 
     /**
      * 门店--废弃

+ 19 - 0
Application/Home/View/About/vr.html

@@ -0,0 +1,19 @@
+<!DOCTYPE html>
+<html>
+<head lang="en">
+    <include file="./Application/Home/View/Common/head_include.html" />
+    <title>赛车模拟器价格_赛车游戏外设_厦门欣富地智能科技</title>
+</head>
+<body>
+<include file="./Application/Home/View/Common/head.html" />
+<div class="main_div">
+    <img src="https://img.x-motion.cn/home/image/vr/vr_01.jpg">
+    <img src="https://img.x-motion.cn/home/image/vr/vr_02.jpg">
+    <img src="https://img.x-motion.cn/home/image/vr/vr_03.jpg">
+    <img src="https://img.x-motion.cn/home/image/vr/vr_04.jpg">
+    <img src="https://img.x-motion.cn/home/image/vr/vr_05.jpg">
+</div>
+<include file="./Application/Home/View/Common/footer_logo.html" />
+<include file="./Application/Home/View/Common/footer.html" />
+</body>
+</html>

+ 2 - 8
Application/Home/View/Common/footer.html

@@ -35,16 +35,10 @@
             </ul>
         </div>
         <div class="footer_col">
-            <div class="footer_title">线下体验店</div>
+            <div class="footer_title">VR学车</div>
             <ul class="list-unstyled">
                 <li>
-                    <a href="{:U('about/new_store')}">最新门店</a>
-                </li>
-                <li>
-                    <a href="{:U('about/store')}">全部门店</a>
-                </li>
-                <li hidden>
-                    <a href="{:U('about/store') . '#discount'}">优惠政策</a>
+                    <a href="{:U('about/vr')}">轻学车驾培</a>
                 </li>
             </ul>
         </div>

+ 1 - 1
Application/Home/View/Common/head.html

@@ -11,7 +11,7 @@
                 <a class="nav-link " href="{:U('about/product')}">幻速赛车</a>
             </li>
             <li class="nav-item">
-                <a class="nav-link " href="{:U('about/store')}">线下体验店</a>
+                    <a class="nav-link " href="{:U('about/vr')}">VR学车</a>
             </li>
             <li class="nav-item">
                 <a class="nav-link active" href="{:U('about/about')}">服务</a>

+ 1 - 1
Application/Home/View/Common/head_include.html

@@ -8,7 +8,7 @@
 <link rel="shortcut icon" href="https://img.x-motion.cn/home/image/logo.png" type="image/x-icon">
 <link rel="stylesheet" href="/Public/static/home/css/secondPage.css">
 <link rel="stylesheet" href="/Public/static/home/css/mainScreen.css?180725">
-<meta name="keywords" content="模拟驾驶训练器,赛车模拟器,F1赛车模拟器,卡丁车俱乐部,赛车游戏模拟器,罗技方向盘价格,体感赛车模拟器,赛车模拟器价格,模拟赛车" />
+<meta name="keywords" content="模拟驾驶训练器,赛车模拟器,F1赛车模拟器,卡丁车俱乐部,赛车游戏模拟器,罗技方向盘价格,体感赛车模拟器,赛车模拟器价格,模拟赛车,vr学车,vr驾培,汽车模拟驾驶" />
 <script>
 //    var _hmt = _hmt || [];
 //    (function() {

+ 5 - 5
Application/Home/View/Index/index.html

@@ -61,19 +61,19 @@
                 <div class="news">
                     <img src="https://img.x-motion.cn/home/image/new1.jpg" class="imgstyle">
                     <div class="newsText">
-                        <div class="newTitle">体感/VR/力反馈</div>
+                        <div class="newTitle">VR智能驾培</div>
                         <hr class="hrClass">
-                        <div class="newContent">了解幻速专业设计与全新科技</div>
+                        <div class="newContent">互联网+VR智能驾培解决方案</div>
                     </div>
                 </div>
             </a>
         </li>
         <li class="new2 listyle">
-            <a href="{:U('about/store')}">
+            <a href="{:U('about/product')}">
                 <div class="news">
                     <img src="https://img.x-motion.cn/home/image/new2.jpg" class="imgstyle">
                     <div class="newsText">
-                        <div class="newTitle">全国线下体验店</div>
+                        <div class="newTitle">幻速赛车模拟器</div>
                         <hr class="hrClass">
                         <div class="newContent">踩过油门,才懂得速度。尝试漂移,身体力行。</div>
                     </div>
@@ -81,7 +81,7 @@
             </a>
         </li>
         <li class="listyle">
-            <a href="javascript:void(0);">
+            <a href="{:U('about/news')}">
                 <div class="news">
                     <img src="https://img.x-motion.cn/home/image/new3.jpg" class="imgstyle">
                     <div class="newsText">

+ 8 - 0
Application/M/Controller/AboutController.class.php

@@ -93,6 +93,14 @@ class AboutController extends Base
     }
 
     /**
+     * vr学车
+     * @author: linch
+     */
+    public function vr() {
+        $this->display();
+    }
+
+    /**
      * 最新门店
      * @author: linch
      */

+ 22 - 0
Application/M/View/About/vr.html

@@ -0,0 +1,22 @@
+<!DOCTYPE html>
+<html>
+<head lang="en">
+    <include file="./Application/M/View/Common/head_include.html"/>
+    <title>赛车模拟器价格_赛车游戏外设_厦门欣富地智能科技</title>
+    <link rel="stylesheet" type="text/css" href="/Public/static/home/m/css/product.css"/>
+</head>
+<body>
+<include file="./Application/M/View/Common/head.html"/>
+<div class="content">
+    <div class="itd_img">
+        <div class="col"><img src="https://img.x-motion.cn/home/m/image/vr/vr_01.jpg" alt="" /></div>
+        <div class="col"><img src="https://img.x-motion.cn/home/m/image/vr/vr_02.jpg" alt="" /></div>
+        <div class="col"><img src="https://img.x-motion.cn/home/m/image/vr/vr_03.jpg" alt="" /></div>
+        <div class="col"><img src="https://img.x-motion.cn/home/m/image/vr/vr_04.jpg" alt="" /></div>
+        <div class="col"><img src="https://img.x-motion.cn/home/m/image/vr/vr_05.jpg" alt="" /></div>
+    </div>
+    <include file="./Application/M/View/Common/footer.html"/>
+</div>
+<include file="./Application/M/View/Common/footer_include.html"/>
+</body>
+</html>

+ 2 - 4
Application/M/View/Common/footer.html

@@ -21,11 +21,9 @@
             </ul>
         </li>
         <li>
-            <p>线下体验店 <span>+</span></p>
+            <p>VR学车 <span>+</span></p>
             <ul>
-                <li><a href="{:U('m/about/new_store')}">最新门店</a></li>
-                <li><a href="{:U('m/about/store')}">全部门店</a></li>
-                <li hidden><a href="{:U('m/about/discount')}">优惠政策</a></li>
+                <li><a href="{:U('m/about/vr')}">轻学车驾培</a></li>
             </ul>
 
         </li>

+ 1 - 1
Application/M/View/Common/head.html

@@ -8,7 +8,7 @@
     <div class="bar_content">
         <a href="{:U('m/about/product')}">幻速赛车<img src="https://img.x-motion.cn/home/m/image/header/bar_right.png" alt="" /></a>
         <!--<a href="{:U('m/about/join1')}">加盟体验店<img src="https://img.x-motion.cn/home/m/image/header/bar_right.png" alt="" /></a>-->
-        <a href="{:U('m/about/store')}">线下体验店<img src="https://img.x-motion.cn/home/m/image/header/bar_right.png" alt="" /></a>
+        <a href="{:U('m/about/vr')}">VR学车<img src="https://img.x-motion.cn/home/m/image/header/bar_right.png" alt="" /></a>
         <a href="{:U('m/about/message')}">在线留言<img src="https://img.x-motion.cn/home/m/image/header/bar_right.png" alt="" /></a>
         <a href="{:U('m/about/about')}">服务<img src="https://img.x-motion.cn/home/m/image/header/bar_right.png" alt="" /></a>
         <a href="{:U('m/about/news')}">新闻中心<img src="https://img.x-motion.cn/home/m/image/header/bar_right.png" alt="" /></a>

+ 1 - 1
Application/M/View/Common/head_include.html

@@ -2,7 +2,7 @@
 <meta name="viewport" content="initial-scale=1,maximum-scale=1, minimum-scale=1">
 <link rel="stylesheet" href="/Public/static/home/m/css/swiper-4.1.6.min.css" />
 <link rel="stylesheet" type="text/css" href="/Public/static/home/m/css/public.css?2012" />
-<meta name="keywords" content="模拟驾驶训练器,赛车模拟器,F1赛车模拟器,卡丁车俱乐部,赛车游戏模拟器,罗技方向盘价格,体感赛车模拟器,赛车模拟器价格,模拟赛车" />
+<meta name="keywords" content="模拟驾驶训练器,赛车模拟器,F1赛车模拟器,卡丁车俱乐部,赛车游戏模拟器,罗技方向盘价格,体感赛车模拟器,赛车模拟器价格,模拟赛车,vr学车,vr驾培,汽车模拟驾驶" />
 <script>
 //    var _hmt = _hmt || [];
 //    (function() {

+ 4 - 4
Application/M/View/Index/index.html

@@ -36,10 +36,10 @@
                     <img src=" https://img.x-motion.cn/home/m/image/home/home_04.jpg " alt=" "/>
                 </div>
                 <div class="img_words ">
-                    <h3>体感/VR/力反馈</h3>
+                    <h3>VR智能驾培</h3>
 
                     <p></p>
-                    <span>了解幻速专业设计与全新科技</span>
+                    <span>互联网+VR智能驾培解决方案</span>
                 </div>
             </a>
         </div>
@@ -49,7 +49,7 @@
                     <img src="https://img.x-motion.cn/home/m/image/home/home_02.jpg " alt=" "/>
                 </div>
                 <div class="img_words ">
-                    <h3>全国线下体验店</h3>
+                    <h3>幻速赛车模拟器</h3>
 
                     <p></p>
                     <span>踩过油门,才懂速度。尝试漂移,身体力行     </span>
@@ -57,7 +57,7 @@
             </a>
         </div>
         <div class="img_list ">
-            <a href="javascript:void(0);">
+            <a href="{:U('m/about/news')}">
                 <div class="col">
                     <img src="https://img.x-motion.cn/home/m/image/home/home_03.jpg " alt=" "/>
                 </div>