Commit f472e83816655a6ae1d40b37fa568019ecd38366
1 parent
63ff6d84
add 首页新增新闻中心
Showing
3 changed files
with
9 additions
and
8 deletions
js/main.js
... | ... | @@ -271,7 +271,7 @@ |
271 | 271 | '<li>', |
272 | 272 | '<p class="pos-rel red-slide">', |
273 | 273 | '<a data-href="'+obj.href+'">' + commonStrandNum.cutString(obj.newsTitle, 26) +'</a>', |
274 | - '<span class="pos-abs" style="bottom: 0px;right: 2px;color: rgba(0,0,0,0.5)">'+obj.time+'</span>', | |
274 | + '<span class="pos-abs" style="bottom: 0px;right: 2px;color: rgba(0,0,0,0.3)">'+obj.time+'</span>', | |
275 | 275 | '</p>', |
276 | 276 | '</li>' |
277 | 277 | ) | ... | ... |
newsdata/newslistdata.json
1 | 1 | [ |
2 | 2 | { |
3 | 3 | "href":"https://mp.weixin.qq.com/s/NcWXfcxjy5t-sqG2yFg6JQ", |
4 | - "newsTitle":"中兴智能交通助力西部大发展,建设甘肃省周边“一带一路”沿线城市的智慧停车", | |
4 | + "newsTitle":"【公司要闻】中兴智能交通助力西部大发展,建设甘肃省周边“一带一路”沿线城市的智慧停车", | |
5 | 5 | "img":"http://www.zte-its.com/Upload/2019-01/20190107134910953.jpg", |
6 | 6 | "time":"2019-01-06" |
7 | 7 | }, |
8 | 8 | { |
9 | 9 | "href":"https://mp.weixin.qq.com/s/bO_1as7-8enGR7g4sI_6lw", |
10 | - "newsTitle":"年度盘点丨2018,中兴智能交通铸就辉煌", | |
10 | + "newsTitle":"【公司要闻】年度盘点丨2018,中兴智能交通铸就辉煌", | |
11 | 11 | "img":"http://www.zte-its.com/Upload/2019-01/20190107120328342.jpg", |
12 | 12 | "time":"2018-12-30" |
13 | 13 | }, |
14 | 14 | { |
15 | 15 | "href":"https://mp.weixin.qq.com/s/ZJCdWCWCkrxtmOCep9fvwQ", |
16 | - "newsTitle":"中兴智能交通荣获”2018中国城市无人化停车十大创新方案”称号", | |
16 | + "newsTitle":"【公司要闻】中兴智能交通荣获”2018中国城市无人化停车十大创新方案”称号", | |
17 | 17 | "img":"http://www.zte-its.com/Upload/2019-01/20190114111641907.jpg", |
18 | 18 | "time":"2019-01-14" |
19 | 19 | }, |
20 | 20 | { |
21 | 21 | "href":"https://mp.weixin.qq.com/s/ilplSVvIBUt0sDtqTgsgbw", |
22 | - "newsTitle":"赤峰智慧停车项目正式上线运营", | |
22 | + "newsTitle":"【公司要闻】2018年年底,赤峰智慧停车项目正式上线运营", | |
23 | 23 | "img":"http://www.zte-its.com/ckfinder/userfiles/images/Snap2(34).jpg", |
24 | 24 | "time":"2018-12-26" |
25 | 25 | }, |
26 | 26 | { |
27 | 27 | "href":"https://mp.weixin.qq.com/s/j4FJmW-dAMAKK8WBilHSzw", |
28 | - "newsTitle":"物联网下的智慧停车,中兴智能交通应邀出席“2018第三届中国物联网国际峰会”", | |
28 | + "newsTitle":"【公司要闻】物联网下的智慧停车,中兴智能交通应邀出席“2018第三届中国物联网国际峰会”", | |
29 | 29 | "img":"http://www.zte-its.com/Upload/2018-05/20180529172415999.jpg", |
30 | 30 | "time":"2018-05-15" |
31 | 31 | }, | ... | ... |
services.html
... | ... | @@ -247,14 +247,15 @@ |
247 | 247 | <div class="services-foot-div"> |
248 | 248 | <div class="services-footIco3"></div> |
249 | 249 | <div class="services-footmsgtit">移动支付</div> |
250 | - <div class="services-footmsg">提供会员优惠、支付宝、微信、无感等多种便捷优惠缴费方式</div> | |
250 | + <div class="services-footmsg">提供会员优惠、支付宝、微信、无感等多种便捷缴费方式</div> | |
251 | 251 | </div> |
252 | 252 | </div> |
253 | 253 | <div class="text-center col-md-3 col-sm-3"> |
254 | 254 | <div class="services-foot-div"> |
255 | 255 | <div class="services-footIco4"></div> |
256 | 256 | <div class="services-footmsgtit">无人值守</div> |
257 | - <div class="services-footmsg">一整套齐全、完整的服务体系, 保障车场无人化收费顺利运行</div> | |
257 | + <div class="services-footmsg">充分利用“物联网+互联网+云计算+移动支付+AI”技术 | |
258 | + </div> | |
258 | 259 | </div> |
259 | 260 | </div> |
260 | 261 | </div> | ... | ... |