diff --git a/static/css/index.css b/static/css/index.css index e2c25b9..09005e0 100644 --- a/static/css/index.css +++ b/static/css/index.css @@ -281,7 +281,7 @@ } .center .centerLeft-top-tit01 span { - color: #d21313; + color: var(--color); } .center .centerLeft-top-tit02 { diff --git a/static/js/project/index.js b/static/js/project/index.js index 786b22f..40399aa 100644 --- a/static/js/project/index.js +++ b/static/js/project/index.js @@ -85,7 +85,7 @@ define(['jquery', "template", "Tools", "echarts", 'swiper'], function ($, templa data: [],//实际值减300 type: 'bar', itemStyle: { - color: '#007b76' + color: '#A9A9A9' } }], grid: {