Commit db66523d authored by 范加坤's avatar 范加坤

样式修改

parent eb95bb49
......@@ -123,7 +123,13 @@ export default {
'rgb(223, 238, 175)',
'rgb(245, 255, 163)',
'rgb(240, 145, 98)',
'rgb(245,1,0)'
'rgb(245,1,0)',
// 'rgba(0, 100, 200, 0)',
// 'rgba(0, 100, 200, 0.2)',
// 'rgba(0, 100, 200, 0.4)',
// 'rgba(0, 100, 200, 0.6)',
// 'rgba(0, 100, 200, 0.8)',
// 'rgba(0, 100, 200, 1)',
],
colorLabel: [],
cityConfig: cityConfig.province,
......
......@@ -48,22 +48,34 @@
</div>
<Lengend class="legend-part" :colors="colors" :range="colorLabel" />
<div class="right-part">
<PartWrap class="right-part-echart" :title="'小型沼气工程'">
<PartWrap
class="right-part-echart"
:title="'小型沼气工程 ' + statusValue1.value"
>
<div style="width: 26vw; height: 16vh">
<Echart ref="echart3" :options="echart1_option" />
</div>
</PartWrap>
<PartWrap class="right-part-echart" :title="'中型沼气工程'">
<PartWrap
class="right-part-echart"
:title="'中型沼气工程 ' + statusValue1.value"
>
<div style="width: 26vw; height: 16vh">
<Echart ref="echart3" :options="echart2_option" />
</div>
</PartWrap>
<PartWrap class="right-part-echart" :title="'大型沼气工程'">
<PartWrap
class="right-part-echart"
:title="'大型沼气工程 ' + statusValue1.value"
>
<div style="width: 26vw; height: 16vh">
<Echart ref="echart3" :options="echart3_option" />
</div>
</PartWrap>
<PartWrap class="right-part-echart" :title="'特大型沼气工程'">
<PartWrap
class="right-part-echart"
:title="'特大型沼气工程 ' + statusValue1.value"
>
<div style="width: 26vw; height: 16vh">
<Echart ref="echart3" :options="echart4_option" />
</div>
......@@ -113,7 +125,13 @@ export default {
'rgb(223, 238, 175)',
'rgb(245, 255, 163)',
'rgb(240, 145, 98)',
'rgb(245,1,0)'
'rgb(245,1,0)',
// '#CAF0F8',
// '#48CAE4',
// '#00B4D8',
// '#0077B6',
// '#023E8A',
// '#03045E'
],
colorLabel: [],
cityConfig: cityConfig.province,
......
......@@ -146,12 +146,7 @@ export default {
</script>
<style lang="less" scoped>
/deep/.el-image-viewer__canvas {
img {
max-height: 80%;
max-width: 80%;
}
}
.enetgyVillage {
height: inherit;
......
......@@ -4,7 +4,8 @@
<div class="header">
<div class="header-left">
<img src="../assets/img/logo.png" alt />
<img src="../assets/img/title.png" alt />
<!-- <img src="../assets/img/title.png" alt /> -->
<h3>农村能源生态建设</h3>
</div>
<div class="menu">
<div
......@@ -110,10 +111,10 @@ export default {
h3 {
font-size: 4.7vh;
line-height: 8vh;
font-weight: 700;
font-weight: 800;
letter-spacing: 0.1vh;
color: @main-color;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
font-family: 'STSong', Tahoma, Geneva, Verdana, sans-serif ;
}
}
.menu {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment