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

样式修改

parent eb95bb49
...@@ -123,7 +123,13 @@ export default { ...@@ -123,7 +123,13 @@ export default {
'rgb(223, 238, 175)', 'rgb(223, 238, 175)',
'rgb(245, 255, 163)', 'rgb(245, 255, 163)',
'rgb(240, 145, 98)', '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: [], colorLabel: [],
cityConfig: cityConfig.province, cityConfig: cityConfig.province,
......
...@@ -48,22 +48,34 @@ ...@@ -48,22 +48,34 @@
</div> </div>
<Lengend class="legend-part" :colors="colors" :range="colorLabel" /> <Lengend class="legend-part" :colors="colors" :range="colorLabel" />
<div class="right-part"> <div class="right-part">
<PartWrap class="right-part-echart" :title="'小型沼气工程'"> <PartWrap
class="right-part-echart"
:title="'小型沼气工程 ' + statusValue1.value"
>
<div style="width: 26vw; height: 16vh"> <div style="width: 26vw; height: 16vh">
<Echart ref="echart3" :options="echart1_option" /> <Echart ref="echart3" :options="echart1_option" />
</div> </div>
</PartWrap> </PartWrap>
<PartWrap class="right-part-echart" :title="'中型沼气工程'"> <PartWrap
class="right-part-echart"
:title="'中型沼气工程 ' + statusValue1.value"
>
<div style="width: 26vw; height: 16vh"> <div style="width: 26vw; height: 16vh">
<Echart ref="echart3" :options="echart2_option" /> <Echart ref="echart3" :options="echart2_option" />
</div> </div>
</PartWrap> </PartWrap>
<PartWrap class="right-part-echart" :title="'大型沼气工程'"> <PartWrap
class="right-part-echart"
:title="'大型沼气工程 ' + statusValue1.value"
>
<div style="width: 26vw; height: 16vh"> <div style="width: 26vw; height: 16vh">
<Echart ref="echart3" :options="echart3_option" /> <Echart ref="echart3" :options="echart3_option" />
</div> </div>
</PartWrap> </PartWrap>
<PartWrap class="right-part-echart" :title="'特大型沼气工程'"> <PartWrap
class="right-part-echart"
:title="'特大型沼气工程 ' + statusValue1.value"
>
<div style="width: 26vw; height: 16vh"> <div style="width: 26vw; height: 16vh">
<Echart ref="echart3" :options="echart4_option" /> <Echart ref="echart3" :options="echart4_option" />
</div> </div>
...@@ -113,7 +125,13 @@ export default { ...@@ -113,7 +125,13 @@ export default {
'rgb(223, 238, 175)', 'rgb(223, 238, 175)',
'rgb(245, 255, 163)', 'rgb(245, 255, 163)',
'rgb(240, 145, 98)', 'rgb(240, 145, 98)',
'rgb(245,1,0)' 'rgb(245,1,0)',
// '#CAF0F8',
// '#48CAE4',
// '#00B4D8',
// '#0077B6',
// '#023E8A',
// '#03045E'
], ],
colorLabel: [], colorLabel: [],
cityConfig: cityConfig.province, cityConfig: cityConfig.province,
......
...@@ -146,12 +146,7 @@ export default { ...@@ -146,12 +146,7 @@ export default {
</script> </script>
<style lang="less" scoped> <style lang="less" scoped>
/deep/.el-image-viewer__canvas {
img {
max-height: 80%;
max-width: 80%;
}
}
.enetgyVillage { .enetgyVillage {
height: inherit; height: inherit;
......
...@@ -4,7 +4,8 @@ ...@@ -4,7 +4,8 @@
<div class="header"> <div class="header">
<div class="header-left"> <div class="header-left">
<img src="../assets/img/logo.png" alt /> <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>
<div class="menu"> <div class="menu">
<div <div
...@@ -110,10 +111,10 @@ export default { ...@@ -110,10 +111,10 @@ export default {
h3 { h3 {
font-size: 4.7vh; font-size: 4.7vh;
line-height: 8vh; line-height: 8vh;
font-weight: 700; font-weight: 800;
letter-spacing: 0.1vh; letter-spacing: 0.1vh;
color: @main-color; color: @main-color;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; font-family: 'STSong', Tahoma, Geneva, Verdana, sans-serif ;
} }
} }
.menu { .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