diff --git a/pages/web/js/main.js b/pages/web/js/main.js index 81aec8b..105d70e 100644 --- a/pages/web/js/main.js +++ b/pages/web/js/main.js @@ -463,12 +463,17 @@ function initMainMap(dataMap = []) { show: true, textStyle: { color: '#fff', + fontSize: 20, + fontWeight: 'bold', fontFamily: 'Alibaba PuHuiTi R' }, - rotate: -20, + rotate: 0, }, emphasis: { show: true, + textStyle: { + color: '#fff', + }, } }, aspectScale: 0.8, //长宽比 @@ -479,7 +484,7 @@ function initMainMap(dataMap = []) { }, itemStyle: { normal: { - areaColor: 'rgba(121,255,255,0.5)', + areaColor: 'rgba(121,255,255,0.6)', borderColor: '#7ad4ff', borderWidth: 1, shadowColor: 'rgba(53,109,187,0.6)', @@ -489,7 +494,7 @@ function initMainMap(dataMap = []) { }, emphasis: { - areaColor: 'rgba(121,255,255,0.5)', + areaColor: 'rgba(121,255,255,0.8)', } }, tooltip: {