Commit 04a2a76d32f2ceb58b61b7018da7120609d925af
1 parent
71fe6b1f
china.js 地图
Showing
1 changed file
with
13 additions
and
9 deletions
js/contact.js
@@ -343,15 +343,19 @@ var convertData = function (data) { | @@ -343,15 +343,19 @@ var convertData = function (data) { | ||
343 | 343 | ||
344 | option = { | 344 | option = { |
345 | backgroundColor: '#fff', | 345 | backgroundColor: '#fff', |
346 | - // title: { | ||
347 | - // text: '全国主要城市空气质量', | ||
348 | - // subtext: 'data from PM25.in', | ||
349 | - // sublink: 'http://www.pm25.in', | ||
350 | - // left: 'center', | ||
351 | - // textStyle: { | ||
352 | - // color: '#fff' | ||
353 | - // } | ||
354 | - // }, | 346 | + title: { |
347 | + text: '联系我们', | ||
348 | + subtext: '打造创新型停车场 轻松停车', | ||
349 | + left: 'center', | ||
350 | + textStyle: { | ||
351 | + color: '#000', | ||
352 | + fontSize:'36', | ||
353 | + }, | ||
354 | + subtextStyle:{ | ||
355 | + color: 'rgba(0,0,0,.7)', | ||
356 | + fontSize:'22', | ||
357 | + } | ||
358 | + }, | ||
355 | tooltip : { | 359 | tooltip : { |
356 | show:false, | 360 | show:false, |
357 | }, | 361 | }, |