能源监测曲线图展示

master
wj 2 years ago
parent 4b4649088b
commit b901d673b8
  1. BIN
      psdc-ui/src/assets/images/中间水箱.png
  2. BIN
      psdc-ui/src/assets/images/断路器.png
  3. 27
      psdc-ui/src/views/control/manual/index.vue
  4. 2
      psdc-ui/src/views/emonitor/db/index.vue
  5. 129
      psdc-ui/src/views/emonitor/drgl/index.vue
  6. 154
      psdc-ui/src/views/emonitor/frdl/index.vue
  7. 154
      psdc-ui/src/views/emonitor/kqyrb/index.vue
  8. 1
      psdc-ui/src/views/emonitor/wdcgq/index.vue
  9. 154
      psdc-ui/src/views/emonitor/xrgl/index.vue

Binary file not shown.

After

Width:  |  Height:  |  Size: 35 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 27 KiB

@ -102,7 +102,7 @@
<script setup name="Index"> <script setup name="Index">
import { Download } from '@element-plus/icons-vue' //element import { Download } from '@element-plus/icons-vue' //element
import { ref,reactive,onMounted } from 'vue' import { ref,reactive,onMounted } from 'vue'
import { ElMessageBox,ElMessage } from 'element-plus' import { ElMessageBox,ElMessage } from 'element-plus'
import { getDevice,getControlLogList,getStrategyList,getStartAndStop,getSetTemperature,getSenceControl,getControlDeviceList } from '@/api/control/manual' import { getDevice,getControlLogList,getStrategyList,getStartAndStop,getSetTemperature,getSenceControl,getControlDeviceList } from '@/api/control/manual'
@ -204,7 +204,7 @@ const drawerIshow = ref(false)
const radio = ref() const radio = ref()
const celueList = ref([ const celueList = ref([
{ {
sceneName:'电磁锅炉供暖模式', sceneName:'电磁锅炉供暖策略',
flow:[ flow:[
{ {
timestamp:'第一步', timestamp:'第一步',
@ -227,7 +227,7 @@ const celueList = ref([
] ]
}, },
{ {
sceneName:'空气源热泵供暖模式', sceneName:'空气源热泵供暖策略',
flow:[ flow:[
{ {
timestamp:'第一步', timestamp:'第一步',
@ -247,7 +247,7 @@ const celueList = ref([
] ]
}, },
{ {
sceneName:'电磁锅炉水蓄热模式', sceneName:'电磁锅炉水蓄热策略',
flow:[ flow:[
{ {
timestamp:'第一步', timestamp:'第一步',
@ -272,7 +272,7 @@ const celueList = ref([
] ]
}, },
{ {
sceneName:'空气源热泵水蓄热模式', sceneName:'空气源热泵水蓄热策略',
flow:[ flow:[
{ {
timestamp:'第一步', timestamp:'第一步',
@ -297,7 +297,7 @@ const celueList = ref([
] ]
}, },
{ {
sceneName:'蓄热水箱暖气片供暖模式', sceneName:'蓄热水箱暖气片供暖策略',
flow:[ flow:[
{ {
timestamp:'第一步', timestamp:'第一步',
@ -306,6 +306,21 @@ const celueList = ref([
} }
] ]
}, },
{
sceneName:'发热电缆供暖策略',
flow:[
{
timestamp:'第一步',
step:'开启发热电缆断路器,为发热电缆系统供电。',
hollow: false,
},
{
timestamp:'第二步',
step:'调节控制界面,进行发热电缆启停和温度设定。',
hollow: false,
}
]
},
]) ])
function getStrategyListFun(){ function getStrategyListFun(){
getStrategyList().then((res)=>{ getStrategyList().then((res)=>{

@ -269,6 +269,7 @@ export default {
myChart2.setOption({ myChart2.setOption({
title: {}, title: {},
legend:{ legend:{
top: 10,
data:['当前功率'], data:['当前功率'],
textStyle: { textStyle: {
color: "white" // color: "white" //
@ -388,6 +389,7 @@ export default {
borderColor: '#767da1', borderColor: '#767da1',
}, },
legend:{ legend:{
top: 10,
data:['今日用电量'], data:['今日用电量'],
textStyle: { textStyle: {
color: "white" // color: "white" //

@ -44,7 +44,7 @@
</div> </div>
</div> </div>
<div class="bottom"> <div class="middle">
<!-- <div class="bottom1">--> <!-- <div class="bottom1">-->
<!-- <div class="bottom1-1">--> <!-- <div class="bottom1-1">-->
<!-- 日用电量--> <!-- 日用电量-->
@ -57,18 +57,31 @@
<!-- </div>--> <!-- </div>-->
<!-- <div id="myEcharts2" style="width: 100%; height: 86.7%"></div>--> <!-- <div id="myEcharts2" style="width: 100%; height: 86.7%"></div>-->
<!-- </div>--> <!-- </div>-->
<div class="bottom1"> <div class="middle1">
<div class="bottom1-1"> <div class="title">
当前功率 当前功率
</div> </div>
<div id="myEcharts3" style="width: 100%; height: 86.7%"></div> <div id="myEcharts1" style="width: 100%; height: 88.6%"></div>
</div> </div>
<div class="bottom1"> <div class="middle2">
<div class="bottom1-1"> <div class="title">
当前温度 当前功率
</div> </div>
<div id="myEcharts4" style="width: 100%; height: 86.7%"></div> <div id="myEcharts3" style="width: 100%; height: 86.7%"></div>
</div> </div>
<!-- <div class="bottom1">-->
<!-- <div class="bottom1-1">-->
<!-- 当前温度-->
<!-- </div>-->
<!-- <div id="myEcharts4" style="width: 100%; height: 86.7%"></div>-->
<!-- </div>-->
</div>
<div class="bottom">
<div class="title">
当前温度
</div>
<div id="myEcharts4" style="width: 100%; height: 86.7%"></div>
</div> </div>
</div> </div>
</template> </template>
@ -232,10 +245,77 @@ export default {
}) })
//element,onMountedHook //element,onMountedHook
onMounted(() => { onMounted(() => {
getPowerPie()
getSbFun() getSbFun()
getDcglFun() getDcglFun()
getDrglFun() getDrglFun()
}); });
//
function getPowerPie(){
let myChart1 = echarts.getInstanceByDom(document.getElementById("myEcharts1"));
if (myChart1){
myChart1.dispose()
}
myChart1 = echarts.init(document.getElementById("myEcharts1"));
myChart1.setOption({
series: [
{
type: 'gauge',
axisLine: {
lineStyle: {
width: 10,
color: [
[0.3, '#67e0e3'],
[0.7, '#37a2da'],
[1, '#fd666d']
]
}
},
pointer: {
itemStyle: {
color: 'inherit'
}
},
// axisTick: {
// distance: -30,
// length: 8,
// lineStyle: {
// color: '#fff',
// width: 2
// }
// },
// splitLine: {
// distance: -30,
// length: 30,
// lineStyle: {
// color: '#fff',
// width: 4
// }
// },
axisLabel: {
color: 'inherit',
distance: 10,
fontSize: 10
},
detail: {
valueAnimation: true,
formatter: '{value} kW',
color: 'inherit'
},
data: [
{
value: data.totp
}
]
}
]
});
window.onresize = function () {//
myChart1.resize();
};
}
// //
function getDcglFun(){ function getDcglFun(){
getDcgl(data.deviceId).then((res)=>{ getDcgl(data.deviceId).then((res)=>{
@ -475,6 +555,7 @@ export default {
borderColor: '#767da1', borderColor: '#767da1',
}, },
legend: { legend: {
top: 10,
data: ['进水', '出水'], data: ['进水', '出水'],
textStyle:{ textStyle:{
color:'#BEC3DA' color:'#BEC3DA'
@ -576,6 +657,7 @@ export default {
myChart3.setOption({ myChart3.setOption({
title: {}, title: {},
legend:{ legend:{
top: 10,
data:['当前功率'], data:['当前功率'],
textStyle: { textStyle: {
color: "white" // color: "white" //
@ -712,23 +794,40 @@ export default {
align-items: center; align-items: center;
} }
.bottom{ .middle{
width: 100%; width: 100%;
height: 640px; //height: 640px;
display: flex; display: flex;
flex-wrap: wrap; flex-wrap: wrap;
justify-content: space-between; justify-content: space-between;
margin-bottom: 12px;
} }
.bottom1{ .middle1{
width: 49.6%; width: 24.4%;
height: 300px; height: 350px;
background-color: #2F3D8A;
}
.middle2{
width: 74.8%;
height: 350px;
background-color: #2F3D8A;
}
.middle1-1{
width: 100%;
height: 13.3%;
background-color: #374590;
padding-top: 10px;
padding-left: 10px;
}
.bottom{
width: 100%;
height: 305px;
background-color: #2F3D8A; background-color: #2F3D8A;
margin-bottom: 12px;
} }
p{ p{
margin-bottom: 10px; margin-bottom: 10px;
} }
.bottom1-1{ .title{
width: 100%; width: 100%;
height: 13.3%; height: 13.3%;
background-color: #374590; background-color: #374590;

@ -40,31 +40,44 @@
</div> </div>
</div> </div>
<div class="bottom"> <div class="middle">
<!-- <div class="bottom1">--> <!-- <div class="bottom1">-->
<!-- <div class="bottom1-1">--> <!-- <div class="bottom1-1">-->
<!-- 日用电量--> <!-- 日用电量-->
<!-- </div>--> <!-- </div>-->
<!-- <div id="myEcharts" style="width: 100%; height: 86.7%"></div>--> <!-- <div id="myEcharts" style="width: 100%; height: 86.7%"></div>-->
<!-- </div>--> <!-- </div>-->
<!-- <div class="bottom1">--> <!-- <div class="bottom1">-->
<!-- <div class="bottom1-1">--> <!-- <div class="bottom1-1">-->
<!-- 月用电量--> <!-- 月用电量-->
<!-- </div>--> <!-- </div>-->
<!-- <div id="myEcharts2" style="width: 100%; height: 86.7%"></div>--> <!-- <div id="myEcharts2" style="width: 100%; height: 86.7%"></div>-->
<!-- </div>--> <!-- </div>-->
<div class="bottom1"> <div class="middle1">
<div class="bottom1-1"> <div class="title">
当前功率 当前功率
</div> </div>
<div id="myEcharts3" style="width: 100%; height: 86.7%"></div> <div id="myEcharts1" style="width: 100%; height: 88.6%"></div>
</div> </div>
<div class="bottom1"> <div class="middle2">
<div class="bottom1-1"> <div class="title">
当前温度 当前功率
</div> </div>
<div id="myEcharts4" style="width: 100%; height: 86.7%"></div> <div id="myEcharts3" style="width: 100%; height: 86.7%"></div>
</div> </div>
<!-- <div class="bottom1">-->
<!-- <div class="bottom1-1">-->
<!-- 当前温度-->
<!-- </div>-->
<!-- <div id="myEcharts4" style="width: 100%; height: 86.7%"></div>-->
<!-- </div>-->
</div>
<div class="bottom">
<div class="title">
当前温度
</div>
<div id="myEcharts4" style="width: 100%; height: 86.7%"></div>
</div> </div>
</div> </div>
</template> </template>
@ -227,11 +240,77 @@ export default {
deviceId: 4, deviceId: 4,
}) })
onMounted(() => {//element,onMountedHook onMounted(() => {//element,onMountedHook
getPowerPie()
getSbFun() getSbFun()
getFrldFun() getFrldFun()
getFrdlFun() getFrdlFun()
}) })
//
function getPowerPie(){
let myChart1 = echarts.getInstanceByDom(document.getElementById("myEcharts1"));
if (myChart1){
myChart1.dispose()
}
myChart1 = echarts.init(document.getElementById("myEcharts1"));
myChart1.setOption({
series: [
{
type: 'gauge',
axisLine: {
lineStyle: {
width: 10,
color: [
[0.3, '#67e0e3'],
[0.7, '#37a2da'],
[1, '#fd666d']
]
}
},
pointer: {
itemStyle: {
color: 'inherit'
}
},
// axisTick: {
// distance: -30,
// length: 8,
// lineStyle: {
// color: '#fff',
// width: 2
// }
// },
// splitLine: {
// distance: -30,
// length: 30,
// lineStyle: {
// color: '#fff',
// width: 4
// }
// },
axisLabel: {
color: 'inherit',
distance: 10,
fontSize: 10
},
detail: {
valueAnimation: true,
formatter: '{value} kW',
color: 'inherit'
},
data: [
{
value: data.totp
}
]
}
]
});
window.onresize = function () {//
myChart1.resize();
};
}
// //
function getFrldFun(){ function getFrldFun(){
getFrld(data.deviceId).then((res) => { getFrld(data.deviceId).then((res) => {
@ -469,6 +548,7 @@ export default {
borderColor: '#767da1', borderColor: '#767da1',
}, },
legend: { legend: {
top: 10,
data: ['当前温度'], data: ['当前温度'],
textStyle:{ textStyle:{
color:'#F5901A' color:'#F5901A'
@ -562,6 +642,7 @@ export default {
myChart3.setOption({ myChart3.setOption({
title: {}, title: {},
legend:{ legend:{
top: 10,
data:['当前功率'], data:['当前功率'],
textStyle: { textStyle: {
color: "white" // color: "white" //
@ -698,25 +779,42 @@ export default {
align-items: center; align-items: center;
} }
.bottom{ .middle{
width: 100%; width: 100%;
height: 640px; //height: 640px;
display: flex; display: flex;
flex-wrap: wrap; flex-wrap: wrap;
justify-content: space-between; justify-content: space-between;
margin-bottom: 12px;
} }
.bottom1{ .middle1{
width: 49.6%; width: 24.4%;
height: 300px; height: 350px;
background-color: #2F3D8A;
}
.middle2{
width: 74.8%;
height: 350px;
background-color: #2F3D8A;
}
.middle1-1{
width: 100%;
height: 13.3%;
background-color: #374590;
padding-top: 10px;
padding-left: 10px;
}
.bottom{
width: 100%;
height: 305px;
background-color: #2F3D8A; background-color: #2F3D8A;
margin-bottom: 12px;
} }
p{ p{
margin-bottom: 10px; margin-bottom: 10px;
} }
.bottom1-1{ .title{
width: 100%; width: 100%;
height: 40px; height: 13.3%;
background-color: #374590; background-color: #374590;
padding-top: 10px; padding-top: 10px;
padding-left: 10px; padding-left: 10px;

@ -44,31 +44,44 @@
</div> </div>
</div> </div>
<div class="bottom"> <div class="middle">
<!-- <div class="bottom1">--> <!-- <div class="bottom1">-->
<!-- <div class="bottom1-1">--> <!-- <div class="bottom1-1">-->
<!-- 日用电量--> <!-- 日用电量-->
<!-- </div>--> <!-- </div>-->
<!-- <div id="myEcharts" style="width: 100%; height: 86.7%"></div>--> <!-- <div id="myEcharts" style="width: 100%; height: 86.7%"></div>-->
<!-- </div>--> <!-- </div>-->
<!-- <div class="bottom1">--> <!-- <div class="bottom1">-->
<!-- <div class="bottom1-1">--> <!-- <div class="bottom1-1">-->
<!-- 月用电量--> <!-- 月用电量-->
<!-- </div>--> <!-- </div>-->
<!-- <div id="myEcharts2" style="width: 100%; height: 86.7%"></div>--> <!-- <div id="myEcharts2" style="width: 100%; height: 86.7%"></div>-->
<!-- </div>--> <!-- </div>-->
<div class="bottom1"> <div class="middle1">
<div class="bottom1-1"> <div class="title">
当前功率 当前功率
</div> </div>
<div id="myEcharts3" style="width: 100%; height: 86.7%"></div> <div id="myEcharts1" style="width: 100%; height: 88.6%"></div>
</div> </div>
<div class="bottom1"> <div class="middle2">
<div class="bottom1-1"> <div class="title">
当前温度 当前功率
</div> </div>
<div id="myEcharts4" style="width: 100%; height: 86.7%"></div> <div id="myEcharts3" style="width: 100%; height: 86.7%"></div>
</div> </div>
<!-- <div class="bottom1">-->
<!-- <div class="bottom1-1">-->
<!-- 当前温度-->
<!-- </div>-->
<!-- <div id="myEcharts4" style="width: 100%; height: 86.7%"></div>-->
<!-- </div>-->
</div>
<div class="bottom">
<div class="title">
当前温度
</div>
<div id="myEcharts4" style="width: 100%; height: 86.7%"></div>
</div> </div>
</div> </div>
</template> </template>
@ -231,11 +244,77 @@ export default {
deviceId: 3, deviceId: 3,
}) })
onMounted(() => {//element,onMountedHook onMounted(() => {//element,onMountedHook
getPowerPie()
getSbFun() getSbFun()
getKqyrbFun() getKqyrbFun()
getKqrybFun() getKqrybFun()
}); });
//
function getPowerPie(){
let myChart1 = echarts.getInstanceByDom(document.getElementById("myEcharts1"));
if (myChart1){
myChart1.dispose()
}
myChart1 = echarts.init(document.getElementById("myEcharts1"));
myChart1.setOption({
series: [
{
type: 'gauge',
axisLine: {
lineStyle: {
width: 10,
color: [
[0.3, '#67e0e3'],
[0.7, '#37a2da'],
[1, '#fd666d']
]
}
},
pointer: {
itemStyle: {
color: 'inherit'
}
},
// axisTick: {
// distance: -30,
// length: 8,
// lineStyle: {
// color: '#fff',
// width: 2
// }
// },
// splitLine: {
// distance: -30,
// length: 30,
// lineStyle: {
// color: '#fff',
// width: 4
// }
// },
axisLabel: {
color: 'inherit',
distance: 10,
fontSize: 10
},
detail: {
valueAnimation: true,
formatter: '{value} kW',
color: 'inherit'
},
data: [
{
value: data.totp
}
]
}
]
});
window.onresize = function () {//
myChart1.resize();
};
}
// //
function getKqyrbFun(){ function getKqyrbFun(){
getKqyrb(data.deviceId).then((res)=>{ getKqyrb(data.deviceId).then((res)=>{
@ -474,6 +553,7 @@ export default {
borderColor: '#767da1', borderColor: '#767da1',
}, },
legend: { legend: {
top: 10,
data: ['进水', '出水'], data: ['进水', '出水'],
textStyle:{ textStyle:{
color:'#BEC3DA' color:'#BEC3DA'
@ -574,6 +654,7 @@ export default {
myChart3.setOption({ myChart3.setOption({
title: {}, title: {},
legend:{ legend:{
top: 10,
data:['当前功率'], data:['当前功率'],
textStyle: { textStyle: {
color: "white" // color: "white" //
@ -710,25 +791,42 @@ export default {
align-items: center; align-items: center;
} }
.bottom{ .middle{
width: 100%; width: 100%;
height: 640px; //height: 640px;
display: flex; display: flex;
flex-wrap: wrap; flex-wrap: wrap;
justify-content: space-between; justify-content: space-between;
margin-bottom: 12px;
} }
.bottom1{ .middle1{
width: 49.6%; width: 24.4%;
height: 300px; height: 350px;
background-color: #2F3D8A;
}
.middle2{
width: 74.8%;
height: 350px;
background-color: #2F3D8A;
}
.middle1-1{
width: 100%;
height: 13.3%;
background-color: #374590;
padding-top: 10px;
padding-left: 10px;
}
.bottom{
width: 100%;
height: 305px;
background-color: #2F3D8A; background-color: #2F3D8A;
margin-bottom: 12px;
} }
p{ p{
margin-bottom: 10px; margin-bottom: 10px;
} }
.bottom1-1{ .title{
width: 100%; width: 100%;
height: 40px; height: 13.3%;
background-color: #374590; background-color: #374590;
padding-top: 10px; padding-top: 10px;
padding-left: 10px; padding-left: 10px;

@ -142,6 +142,7 @@ export default {
borderColor: '#767da1', borderColor: '#767da1',
}, },
legend: { legend: {
top: 10,
selectedMode: 'single', selectedMode: 'single',
textStyle:{ textStyle:{
color:'#BEC3DA' color:'#BEC3DA'

@ -44,31 +44,44 @@
</div> </div>
</div> </div>
<div class="bottom"> <div class="middle">
<!-- <div class="bottom1">--> <!-- <div class="bottom1">-->
<!-- <div class="bottom1-1">--> <!-- <div class="bottom1-1">-->
<!-- 日用电量--> <!-- 日用电量-->
<!-- </div>--> <!-- </div>-->
<!-- <div id="myEcharts" style="width: 100%; height: 86.7%"></div>--> <!-- <div id="myEcharts" style="width: 100%; height: 86.7%"></div>-->
<!-- </div>--> <!-- </div>-->
<!-- <div class="bottom1">--> <!-- <div class="bottom1">-->
<!-- <div class="bottom1-1">--> <!-- <div class="bottom1-1">-->
<!-- 月用电量--> <!-- 月用电量-->
<!-- </div>--> <!-- </div>-->
<!-- <div id="myEcharts2" style="width: 100%; height: 86.7%"></div>--> <!-- <div id="myEcharts2" style="width: 100%; height: 86.7%"></div>-->
<!-- </div>--> <!-- </div>-->
<div class="bottom1"> <div class="middle1">
<div class="bottom1-1"> <div class="title">
当前功率 当前功率
</div> </div>
<div id="myEcharts3" style="width: 100%; height: 86.7%"></div> <div id="myEcharts1" style="width: 100%; height: 88.6%"></div>
</div> </div>
<div class="bottom1"> <div class="middle2">
<div class="bottom1-1"> <div class="title">
当前温度 当前功率
</div> </div>
<div id="myEcharts4" style="width: 100%; height: 86.7%"></div> <div id="myEcharts3" style="width: 100%; height: 86.7%"></div>
</div> </div>
<!-- <div class="bottom1">-->
<!-- <div class="bottom1-1">-->
<!-- 当前温度-->
<!-- </div>-->
<!-- <div id="myEcharts4" style="width: 100%; height: 86.7%"></div>-->
<!-- </div>-->
</div>
<div class="bottom">
<div class="title">
当前温度
</div>
<div id="myEcharts4" style="width: 100%; height: 86.7%"></div>
</div> </div>
</div> </div>
</template> </template>
@ -233,11 +246,77 @@ export default {
onMounted(() => {//element,onMountedHook onMounted(() => {//element,onMountedHook
getPowerPie()
getSbFun() getSbFun()
getXrglFun() getXrglFun()
getXcglFun() getXcglFun()
}); });
//
function getPowerPie(){
let myChart1 = echarts.getInstanceByDom(document.getElementById("myEcharts1"));
if (myChart1){
myChart1.dispose()
}
myChart1 = echarts.init(document.getElementById("myEcharts1"));
myChart1.setOption({
series: [
{
type: 'gauge',
axisLine: {
lineStyle: {
width: 10,
color: [
[0.3, '#67e0e3'],
[0.7, '#37a2da'],
[1, '#fd666d']
]
}
},
pointer: {
itemStyle: {
color: 'inherit'
}
},
// axisTick: {
// distance: -30,
// length: 8,
// lineStyle: {
// color: '#fff',
// width: 2
// }
// },
// splitLine: {
// distance: -30,
// length: 30,
// lineStyle: {
// color: '#fff',
// width: 4
// }
// },
axisLabel: {
color: 'inherit',
distance: 10,
fontSize: 10
},
detail: {
valueAnimation: true,
formatter: '{value} kW',
color: 'inherit'
},
data: [
{
value: data.totp
}
]
}
]
});
window.onresize = function () {//
myChart1.resize();
};
}
// //
function getXrglFun(){ function getXrglFun(){
getXrgl(data.deviceId).then((res)=>{ getXrgl(data.deviceId).then((res)=>{
@ -267,6 +346,7 @@ export default {
myChart3.setOption({ myChart3.setOption({
title: {}, title: {},
legend:{ legend:{
top: 10,
data:['当前功率'], data:['当前功率'],
textStyle: { textStyle: {
color: "white" // color: "white" //
@ -596,6 +676,7 @@ export default {
borderColor: '#767da1', borderColor: '#767da1',
}, },
legend: { legend: {
top: 10,
data: ['进水', '出水'], data: ['进水', '出水'],
textStyle:{ textStyle:{
color:'#BEC3DA' color:'#BEC3DA'
@ -712,25 +793,42 @@ export default {
align-items: center; align-items: center;
} }
.bottom{ .middle{
width: 100%; width: 100%;
height: 640px; //height: 640px;
display: flex; display: flex;
flex-wrap: wrap; flex-wrap: wrap;
justify-content: space-between; justify-content: space-between;
margin-bottom: 12px;
} }
.bottom1{ .middle1{
width: 49.6%; width: 24.4%;
height: 300px; height: 350px;
background-color: #2F3D8A;
}
.middle2{
width: 74.8%;
height: 350px;
background-color: #2F3D8A;
}
.middle1-1{
width: 100%;
height: 13.3%;
background-color: #374590;
padding-top: 10px;
padding-left: 10px;
}
.bottom{
width: 100%;
height: 305px;
background-color: #2F3D8A; background-color: #2F3D8A;
margin-bottom: 12px;
} }
p{ p{
margin-bottom: 10px; margin-bottom: 10px;
} }
.bottom1-1{ .title{
width: 100%; width: 100%;
height: 40px; height: 13.3%;
background-color: #374590; background-color: #374590;
padding-top: 10px; padding-top: 10px;
padding-left: 10px; padding-left: 10px;

Loading…
Cancel
Save