|
|
|
|
@ -291,12 +291,12 @@ export default { |
|
|
|
|
<div> |
|
|
|
|
<div>用电量</div> |
|
|
|
|
<div class="mapslabel-b-font" style="color:#11F150;">${r.electricity}</div> |
|
|
|
|
<span style="margin-top:0.06rem;display: inline-block;float: left;color:#11F150; font-family: Acumin-Pro-Condensed-Black-2;">kw·h</span> |
|
|
|
|
<span style="color:#11F150;" class="mapslabel-b-font2">kw·h</span> |
|
|
|
|
</div> |
|
|
|
|
<div> |
|
|
|
|
<div>碳排放量</div> |
|
|
|
|
<div class="mapslabel-b-font" style="color:#FBB02D;">${r.carbon}</div> |
|
|
|
|
<span style="margin-top:0.06rem;display: inline-block;float: left;color:#FBB02D;font-family: Acumin-Pro-Condensed-Black-2;">t</span> |
|
|
|
|
<span class="mapslabel-b-font2" style="color:#FBB02D;">t</span> |
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|
@ -607,11 +607,18 @@ export default { |
|
|
|
|
|
|
|
|
|
.mapslabel-b .mapslabel-b-font { |
|
|
|
|
font-size: 0.24rem; |
|
|
|
|
font-family: Acumin-Pro-Condensed-Black-2; |
|
|
|
|
font-family: Acumin-Pro-Condensed-Regular-2; |
|
|
|
|
margin-top: 0.04rem; |
|
|
|
|
float: left; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.mapslabel-b .mapslabel-b-font2 { |
|
|
|
|
margin-left: 0.02rem; |
|
|
|
|
display: inline-block; |
|
|
|
|
float: left; |
|
|
|
|
font-family: Acumin-Pro-Condensed-Regular-2; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.BMap_bubble_pop .BMap_center { |
|
|
|
|
|