代码提交

This commit is contained in:
lixiaobang 2023-01-12 13:58:49 +08:00
parent 8783c8d658
commit a643c1c516
2 changed files with 7 additions and 7 deletions

View File

@ -220,7 +220,7 @@ import {getData} from './api/index.js'
text-align: center; text-align: center;
// color: #2c3e50; // color: #2c3e50;
// margin-top: 60px; // margin-top: 60px;
width: 5760px; width: 576px;
height: 1080px; height: 1080px;
transition: all .2s linear; transition: all .2s linear;
transform-origin: left top; transform-origin: left top;

View File

@ -2117,12 +2117,12 @@ export default {
}, },
geo: { geo: {
map: "yancheng", map: "yancheng",
aspectScale: 0.75, // aspectScale: 0.75,
layoutCenter: ["50%", "50%"], // // layoutCenter: ["50%", "50%"], //
layoutSize: "100%", // layoutSize: "100%",
roam: false, // roam: false,
// show:false, // show:false,
zoom:0.82, // zoom:0.82,
// zoom:1.25, // zoom:1.25,
// zlevel:-10, // zlevel:-10,
itemStyle: { itemStyle: {
@ -5147,7 +5147,7 @@ export default {
background: url("../assets/images/energyKuang.png") no-repeat; background: url("../assets/images/energyKuang.png") no-repeat;
background-size: 100% 100%; background-size: 100% 100%;
box-sizing: border-box; box-sizing: border-box;
padding-left: 5%; // padding-left: 5%;
display: flex; display: flex;
justify-content: center; justify-content: center;
.cleanEnergyText{ .cleanEnergyText{