diff --git a/src/views/projectAdmin/fourEngin/sourse/index.vue b/src/views/projectAdmin/fourEngin/sourse/index.vue index fa7ee71c..2468b988 100644 --- a/src/views/projectAdmin/fourEngin/sourse/index.vue +++ b/src/views/projectAdmin/fourEngin/sourse/index.vue @@ -43,26 +43,26 @@ export default { // background: url(../assets/temp/3.png) no-repeat; // background-size: 100% 100%; .left { - width: 22%; + width: 32%; height: 100%; .top { - height: 22%; + height: 51%; } .center{ - height: 38%; + height: 24%; } .bottom { - height: 40%; + height: 25%; } } .right { - width: calc(78% - 40px); + width: calc(68% - 40px); height: 100%; .top { - height: 66.5%; + height: 75%; } .bottom { - height: 32.5%; + height: 25%; } } } diff --git a/src/views/projectAdmin/fourEngin/sourse/leftBottom.vue b/src/views/projectAdmin/fourEngin/sourse/leftBottom.vue index 35b1cfef..41e132c5 100644 --- a/src/views/projectAdmin/fourEngin/sourse/leftBottom.vue +++ b/src/views/projectAdmin/fourEngin/sourse/leftBottom.vue @@ -1,40 +1,25 @@ diff --git a/src/views/projectAdmin/fourEngin/sourse/leftCenter.vue b/src/views/projectAdmin/fourEngin/sourse/leftCenter.vue index cc035713..313776e7 100644 --- a/src/views/projectAdmin/fourEngin/sourse/leftCenter.vue +++ b/src/views/projectAdmin/fourEngin/sourse/leftCenter.vue @@ -1,23 +1,279 @@ \ No newline at end of file +#mainLeft{ + width: 50%; + height: 100%; +} +#mainRight{ + width: 50%; + height: 100%; +} + diff --git a/src/views/projectAdmin/fourEngin/sourse/leftTop.vue b/src/views/projectAdmin/fourEngin/sourse/leftTop.vue index 3e183b68..5726d848 100644 --- a/src/views/projectAdmin/fourEngin/sourse/leftTop.vue +++ b/src/views/projectAdmin/fourEngin/sourse/leftTop.vue @@ -1,10 +1,29 @@ @@ -62,4 +81,196 @@ export default { padding-top: 30px; height: calc(100% - 120px); } +.contentBox { + width: 100%; + height: 100%; + margin-top: 2%; + margin-left: 10px; + color: #fff; + .person { + display: flex; + justify-content: end; + div:nth-child(2),div:nth-child(3) { + margin: 5px 5px 10px 0px; + display: inline-block; + width: 88px; + height: 40px; + text-align: center; + line-height: 40px; + font-size: 16px; + background-image: url(../assets/images/common/num_bg.png); + background-repeat: no-repeat; + background-size: 100%; + color: #6ee4f0; + } + div:nth-child(1){ + margin: 5px 5px 10px 0px; + display: inline-block; + width: 88px; + height: 40px; + text-align: center; + line-height: 40px; + font-size: 16px; + } + } + + .contentTop { + display: flex; + justify-content: center; + align-items: center; + .img, + .contentBtn { + margin-right: 20px; + font-size: 14px; + .num1 { + color: #53a9b1; + font-size: 22px; + } + .num2 { + color: #f56c35; + font-size: 22px; + } + .text { + margin-top: 5px; + color: #fff; + font-size: 16px; + } + } + .img { + img { + height: 56px; + width: 56px; + } + } + } + .rowInfo { + color: #fff; + margin-top: 3%; + position: relative; + span { + font-size: 16px; + margin-left: 10px; + display: inline-block; + height: 25px; + line-height: 30px; + } + .leftlogo::after{ + position: absolute; + content: url(../assets/images/common/icon_jt.png); + top: 10%; + width: 20px; + height: 20px; + left: 44%; + } + .leftnum{ + display: inline-block; + margin-left: 40px; + } + } + .mintit{ + box-sizing: border-box; + padding: 5px; + padding-left: 20px; + margin-top: 5px; + position: relative; + span{ + margin-left: 20px; + } + .blueline::after{ + position: absolute; + content: ''; + width: 30px; + height: 2px; + border-radius: 10%; + background-color: #5CE2F6; + top: 88%; + left: 13%; + } + } + + .echarts { + width: 100%; + height: 55%; + display: flex; + .checkChart { + width: 78%; + height: 100%; + } + .right { + margin-top: 45px; + font-size: 12px; + .point { + width: 8px; + height: 8px; + border-radius: 50%; + display: inline-block; + background-color: #fb6a2e; + margin-right: 15px; + } + .point2{ + background-color: #65d3d8; + } + + .num{ + color: #fff; + margin: 5px 0px 30px 25px; + } + } + } +} +.carbonEmission { + // width: 100%; + // height: 100%; + display: flex; + flex-wrap: wrap; + margin-top: 25px; + align-items: center; + justify-content: center; + .photovoltaicOne { + width: 180px; + height: 130px; + background-image: url("../assets/images/carbon/kwh1.png"); + background-repeat: no-repeat; + background-size: 100% 100%; + text-align: center; + } + .photovoltaicTwo { + width: 180px; + height: 130px; + background-image: url("../assets/images/carbon/kwh2.png"); + background-repeat: no-repeat; + background-size: 100% 100%; + margin-left: 100px; + text-align: center; + } + .photovoltaicThree { + margin-top: 40px; + width: 180px; + height: 130px; + background-image: url("../assets/images/carbon/kwh4.png"); + background-repeat: no-repeat; + background-size: 100% 100%; + text-align: center; + } + .photovoltaicFour { + margin-top: 40px; + width: 180px; + height: 130px; + background-image: url("../assets/images/carbon/kwh3.png"); + background-repeat: no-repeat; + background-size: 100% 100%; + margin-left: 100px; + text-align: center; + + } + .textKwh{ + font-size: 26px; + font-weight: bold; + margin: 29px 0 0 0; + } + .textBottom{ + font-size: 17px; + margin: 79px 0 0 0; + } +}