Commit c11fe3d59373bc3c2eac539fd68a3cee6adb318b

Authored by liuqimichale
1 parent 0a55236d

加盟 新页面

contact.html
... ... @@ -43,10 +43,10 @@
43 43  
44 44 <!--<link type="text/css" rel="stylesheet" href="" id="colors">-->
45 45 <style>
46   - #nav>li:nth-child(4){
  46 + #nav>li:nth-child(5){
47 47 border-bottom: 2px solid #fff;
48 48 }
49   - #nav>li:nth-child(4) a{
  49 + #nav>li:nth-child(5) a{
50 50 color:#fff;
51 51 }
52 52 </style>
... ...
css/joinous.css 0 → 100644
  1 +
  2 +.joinous-bg{
  3 + width: 100%;
  4 + height: 540px;
  5 + background: url(../images/leaguetopbar_BG.jpg);
  6 + background-size: 100% 100%;
  7 + background-repeat: no-repeat;
  8 +}
  9 +.joinous-bg-title{
  10 + margin: 191px auto 0;
  11 + font-size: 44px;
  12 + color: #fff;
  13 +}
  14 +.joinous-title-btn{
  15 + margin: 20px auto 0;
  16 + width: 188px;
  17 + height: 40px;
  18 + text-align: center;
  19 + line-height: 40px;
  20 + font-size: 16px;
  21 + color: #fff;
  22 + background-color: #32be97;
  23 + border-radius: 20px;
  24 + cursor: pointer;
  25 +}
  26 +.join-title{
  27 + font-size: 36px;
  28 + font-weight: 500;
  29 + text-transform: uppercase;
  30 + padding-bottom: 15px;
  31 + margin-bottom: 15px;
  32 + position: relative;
  33 + text-align: center;
  34 +}
  35 +.business-type-title{
  36 + font-size: 20px;
  37 + color: #545454;
  38 + margin-bottom: 10px;
  39 +}
  40 +.business-type-des{
  41 + font-size: 14px;
  42 + color: #888990;
  43 + width: 196px;
  44 + margin: 0 auto;
  45 +}
  46 +.teamwork-wrap li div{
  47 + border-radius: 5px;
  48 + box-shadow: 0 0 10px rgba(50,50,50,.1);
  49 + margin-bottom: 15px;
  50 + text-align: center;
  51 + color: #ff0202;
  52 + font-size: 32px;
  53 + height: 100px;
  54 + line-height: 100px;
  55 + background-color: #fff;
  56 +}
  57 +.teamwork-wrap li:nth-of-type(2n+0) div {
  58 + color: #1f2b3d;
  59 +}
... ...
images/business-type-1.png 0 → 100644

8.97 KB

images/business-type-2.png 0 → 100644

10.6 KB

images/business-type-3.png 0 → 100644

13 KB

images/business-type-4.png 0 → 100644

8.82 KB

images/introduce.png 0 → 100644

234 KB

images/leaguetopbar_BG.jpg 0 → 100644

189 KB

images/services_bgIxo.jpg

201 KB | W: | H:

227 KB | W: | H:

  • 2-up
  • Swipe
  • Onion skin
joinous.html 0 → 100644
  1 +<!Doctype html>
  2 +<html class="no-js" lang="en">
  3 +<head>
  4 + <meta charset="utf-8">
  5 + <meta http-equiv="x-ua-compatible" content="ie=edge">
  6 + <title>关于我们</title>
  7 + <meta name="description" content="">
  8 + <meta name="viewport" content="width=device-width, initial-scale=1">
  9 +
  10 + <link type="text/css" rel="icon" href="images/logoicon.jpg">
  11 + <!-- Place favicon.ico in the root directory -->
  12 +
  13 + <!-- Google Fonts -->
  14 + <!--<link href="https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,700i" rel="stylesheet">-->
  15 +
  16 + <link type="text/css" rel="stylesheet" href="css/bootstrap.min.css?a=1">
  17 + <link type="text/css" rel="stylesheet" href="css/slicknav.min.css">
  18 + <link type="text/css" rel="stylesheet" href="css/bootstrap-theme.min.css">
  19 + <link type="text/css" rel="stylesheet" href="css/owl.carousel.min.css">
  20 + <link type="text/css" rel="stylesheet" href="css/owl.theme.default.min.css">
  21 + <link type="text/css" rel="stylesheet" href="css/animate.min.css">
  22 + <link type="text/css" rel="stylesheet" href="css/animate-text.css">
  23 + <link type="text/css" rel="stylesheet" href="css/magnific-popup.css">
  24 + <link type="text/css" rel="stylesheet" href="css/font-awesome.min.css">
  25 +
  26 + <link type="text/css" rel="stylesheet" href="css/swiper.css">
  27 + <!-- Ruby CSS -->
  28 + <link type="text/css" rel="stylesheet" href="css/normalize.css">
  29 + <link type="text/css" rel="stylesheet" href="style.css?a=1">
  30 + <link type="text/css" rel="stylesheet" href="css/responsive.css">
  31 +
  32 + <link type="text/css" rel="stylesheet" href="css/joinous.css">
  33 + <!-- Color CSS -->
  34 + <link type="text/css" rel="stylesheet" href="css/color/color7.css">
  35 + <!--<link rel="stylesheet" href="css/color/color1.css">-->
  36 + <!--<link rel="stylesheet" href="css/color/color2.css">-->
  37 + <!--<link rel="stylesheet" href="css/color/color3.css">-->
  38 + <!--<link rel="stylesheet" href="css/color/color4.css">-->
  39 + <!--<link rel="stylesheet" href="css/color/color5.css">-->
  40 + <!--<link rel="stylesheet" href="css/color/color6.css">-->
  41 + <!--<link rel="stylesheet" href="css/color/color8.css">-->
  42 + <!--<link rel="stylesheet" href="css/color/color9.css">-->
  43 +
  44 + <!--<link type="text/css" rel="stylesheet" href="" id="colors">-->
  45 + <style>
  46 + #nav>li:nth-child(4){
  47 + border-bottom: 2px solid #fff;
  48 + }
  49 + #nav>li:nth-child(4) a{
  50 + color:#fff;
  51 + }
  52 + </style>
  53 +</head>
  54 +<body>
  55 +
  56 +<!--<div class="color-plate ">-->
  57 +<!--<a class="icon"><i class="fa fa-cog fa-spin"></i></a>-->
  58 +<!--<h2>Ruby Color</h2>-->
  59 +<!--<div class="color-head">-->
  60 +<!--<span class="color1"></span>-->
  61 +<!--<span class="color2"></span>-->
  62 +<!--<span class="color3"></span>-->
  63 +<!--<span class="color4"></span>-->
  64 +<!--<span class="color5"></span>-->
  65 +<!--<span class="color6"></span>-->
  66 +<!--<span class="color7"></span>-->
  67 +<!--<span class="color8"></span>-->
  68 +<!--<span class="color9"></span>-->
  69 +<!--</div>-->
  70 +<!--</div>-->
  71 +
  72 +<!-- Header Area -->
  73 +<header id="header" class="header">
  74 +
  75 +</header>
  76 +<!--/ End Header Area -->
  77 +
  78 +<div class="joinous-bg" >
  79 + <div class="container">
  80 + <div class="row">
  81 + <div class="col-md-12 col-xs-12">
  82 + <div class="text-center joinous-bg-title">云平台合作加盟</div>
  83 + <div class="joinous-title-btn">我要加盟</div>
  84 + </div>
  85 + </div>
  86 + </div>
  87 +</div>
  88 +
  89 +<section class="section" >
  90 + <div class="container">
  91 + <div class="row">
  92 + <div class="join-title text-center">业务类型</div>
  93 + <div class="col-md-3 animate-box fadeInUp wow text-center" data-wow-duration="0.8s" data-wow-delay="0.9s">
  94 + <img src="images/business-type-1.png">
  95 + <div class="business-type-title">业务平台</div>
  96 + <div class="business-type-des">后端综合管理,丰富报表体系,降低运维成本</div>
  97 + </div>
  98 + <div class="col-md-3 animate-box fadeInUp wow text-center" data-wow-duration="0.8s" data-wow-delay="0.9s">
  99 + <img src="images/business-type-2.png">
  100 + <div class="business-type-title">开放平台</div>
  101 + <div class="business-type-des">通过实时在线的服务提供数据共享。</div>
  102 + </div>
  103 + <div class="col-md-3 animate-box fadeInUp wow text-center" data-wow-duration="0.8s" data-wow-delay="0.9s">
  104 + <img src="images/business-type-3.png">
  105 + <div class="business-type-title">数据平台</div>
  106 + <div class="business-type-des">结合海量数据分析,提供精准运营策略</div>
  107 + </div>
  108 + <div class="col-md-3 animate-box fadeInUp wow text-center" data-wow-duration="0.8s" data-wow-delay="0.9s">
  109 +
  110 + <img src="images/business-type-4.png">
  111 + <div class="business-type-title">对外门户</div>
  112 + <div class="business-type-des">公众用户,停车场管理方以及第三方用户多维度了解产品内容</div>
  113 + </div>
  114 +
  115 + </div>
  116 + </div>
  117 +</section>
  118 +<section class="section" >
  119 + <div class="container">
  120 + <ul class="row teamwork-wrap">
  121 + <div class="join-title text-center">合作客户</div>
  122 + <li class="col-md-3 animate-box fadeInLeft wow text-center" data-wow-duration="0.8s" data-wow-delay="0.9s">
  123 + <div>北京西城项目</div>
  124 + </li>
  125 + <li class="col-md-3 animate-box fadeInLeft wow text-center" data-wow-duration="0.8s" data-wow-delay="0.9s">
  126 + <div>赤峰项目</div>
  127 + </li>
  128 + <li class="col-md-3 animate-box fadeInLeft wow text-center" data-wow-duration="0.8s" data-wow-delay="0.9s">
  129 + <div>双流项目</div>
  130 + </li>
  131 + <li class="col-md-3 animate-box fadeInLeft wow text-center" data-wow-duration="0.8s" data-wow-delay="0.9s">
  132 + <div>扬中项目</div>
  133 + </li>
  134 + <li class="col-md-3 animate-box fadeInLeft wow text-center" data-wow-duration="0.8s" data-wow-delay="0.9s">
  135 + <div>眉山项目</div>
  136 + </li>
  137 + <li class="col-md-3 animate-box fadeInLeft wow text-center" data-wow-duration="0.8s" data-wow-delay="0.9s">
  138 + <div>张家界项目</div>
  139 + </li>
  140 + <li class="col-md-3 animate-box fadeInLeft wow text-center" data-wow-duration="0.8s" data-wow-delay="0.9s">
  141 + <div>邯郸项目</div>
  142 + </li>
  143 + <li class="col-md-3 animate-box fadeInLeft wow text-center" data-wow-duration="0.8s" data-wow-delay="0.9s">
  144 + <div>三苏祠项目</div>
  145 + </li>
  146 +
  147 +
  148 + </ul>
  149 + </div>
  150 +</section>
  151 +
  152 +<section class="section" >
  153 + <div class="container">
  154 + <div class="row ">
  155 + <div class="join-title text-center">企业介绍</div>
  156 + </div>
  157 + <div class="row introduce-wrap">
  158 + <div class="col-md-6 col-sm-12 col-xs-12 wow fadeInLeft" data-wow-duration="0.8s" data-wow-delay="0.9s" style="visibility: visible; animation-duration: 0.8s; animation-delay: 0.9s; animation-name: fadeInRight;">
  159 + <div class="feature-left">
  160 + <img src="images/introduce.png" alt="#" width="100%">
  161 + </div>
  162 + </div>
  163 + <div class="col-md-6 col-sm-12 col-xs-12 wow fadeInRight" data-wow-duration="0.8s" data-wow-delay="0.9s" style="visibility: visible; animation-duration: 0.8s; animation-delay: 0.9s; animation-name: fadeInLeft;">
  164 + <div class="features-container-text">
  165 + <ul class="features-container">
  166 + <li><span></span>高清智能芯片、车辆进出场车牌识别快、准、清</li>
  167 + <li><span></span>地磁、视频桩、PDA多级设备联动,路侧车辆入场实时通知</li>
  168 + <li><span></span>多级诱导系统 ,车位、路况信息精准、高清展示、为车主快速'指路'</li>
  169 + <li><span></span>低照度、高防护、成像高清、违章抓拍系统让 违章停车 无所遁形</li>
  170 + </ul>
  171 + </div>
  172 +
  173 + </div>
  174 +
  175 + </div>
  176 + </div>
  177 +</section>
  178 +
  179 +
  180 +
  181 +<!-- Footer Area -->
  182 +<footer id="footer" class="footer_cont">
  183 +
  184 +</footer>
  185 +<!--/ End Footer Area -->
  186 +
  187 +<script type="text/javascript" src="js/jquery.min.js"></script>
  188 +<script type="text/javascript" src="js/bootstrap.min.js"></script>
  189 +<script type="text/javascript" src="js/colors.js"></script>
  190 +<script type="text/javascript" src="js/jquery.nav.js"></script>
  191 +<script type="text/javascript" src="js/jquery.scrollUp.min.js"></script>
  192 +<script type="text/javascript" src="js/jquery.slicknav.min.js"></script>
  193 +<script type="text/javascript" src="http://cdnjs.cloudflare.com/ajax/libs/waypoints/2.0.3/waypoints.min.js"></script>
  194 +<script type="text/javascript" src="js/owl.carousel.min.js"></script>
  195 +<script type="text/javascript" src="js/isotope.pkgd.min.js"></script>
  196 +<script type="text/javascript" src="js/wow.min.js"></script>
  197 +<script type="text/javascript" src="js/jquery.stellar.min.js"></script>
  198 +<script type="text/javascript" src="js/jquery.magnific-popup.min.js"></script>
  199 +<script type="text/javascript" src="js/animate-text.js"></script>
  200 +<!--<script type="text/javascript" src="js/particles.min.js"></script>-->
  201 +<!--<script type="text/javascript" src="js/particle-code.js"></script>-->
  202 +<script type="text/javascript" src="js/jquery.counterup.min.js"></script>
  203 +<script type="text/javascript" src="js/swiper.js"></script>
  204 +<script type="text/javascript" src="js/gmaps.min.js"></script>
  205 +<script type="text/javascript" src="js/nav-footer.js?a=2"></script>
  206 +
  207 +<script type="text/javascript" src="js/main.js?a=2"></script>
  208 +<script type="text/javascript" src="js/joinous.js?a=1"></script>
  209 +</body>
  210 +</html>
... ...
js/joinous.js 0 → 100644
js/nav-footer.js
... ... @@ -20,6 +20,7 @@ var headerHtmls=&#39;&lt;div class=&quot;header-inner&quot;&gt;&#39; +
20 20 '<li class=""><a href="index.html">首页</a></li>' +
21 21 '<li><a href="portfolio.html">产品介绍</a></li>' +
22 22 '<li><a href="services.html">服务</a></li>' +
  23 + '<li><a href="joinous.html">加盟</a></li>' +
23 24 '<li><a href="contact.html">关于我们</a></li>' +
24 25 '</ul>' +
25 26 '</div>' +
... ...