Commit 8f978af85d3b18802cc496e06636c6599a282232
1 parent
c11fe3d5
加盟 新页面
Showing
2 changed files
with
13 additions
and
5 deletions
css/joinous.css
@@ -57,3 +57,10 @@ | @@ -57,3 +57,10 @@ | ||
57 | .teamwork-wrap li:nth-of-type(2n+0) div { | 57 | .teamwork-wrap li:nth-of-type(2n+0) div { |
58 | color: #1f2b3d; | 58 | color: #1f2b3d; |
59 | } | 59 | } |
60 | +.inrroduce-container li{ | ||
61 | + margin: 10px 0 20px; | ||
62 | + font-size: 18px; | ||
63 | + height: 36px; | ||
64 | + line-height: 20px; | ||
65 | + color: #666; | ||
66 | +} |
joinous.html
@@ -162,11 +162,12 @@ | @@ -162,11 +162,12 @@ | ||
162 | </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;"> | 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"> | 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> | 165 | + <ul class="features-container inrroduce-container"> |
166 | + <li><span></span>中兴智能交通"云智慧停车管理平台"是一种基于各级停车管理系统集中管控的平台</li> | ||
167 | + <li><span></span>它是运用各种最新的技术手段:将gps技术、gis技术、智能终端技术、大型空间数据库技术、 | ||
168 | + 网络通讯技术等集成为一体。</li> | ||
169 | + <li><span></span>公众可通过车载gps、智能手机、互联网、停车诱导牌、声讯电话、短彩信、微博、微信等各种方式查询到所需交通和停车信息</li> | ||
170 | + | ||
170 | </ul> | 171 | </ul> |
171 | </div> | 172 | </div> |
172 | 173 |