|
@@ -1,6 +1,6 @@
|
|
|
<template>
|
|
|
<div class="gdbh">
|
|
|
- <div class="box">
|
|
|
+ <div class="box_gdbh">
|
|
|
<div class="title">耕地保护</div>
|
|
|
<div class="centent">
|
|
|
<div class="item">
|
|
@@ -130,12 +130,7 @@ export default {
|
|
|
// totalRatio[0].value += 100 - totalPercent
|
|
|
let option = {
|
|
|
backgroundColor: 'rgba(1,1,1,0)',
|
|
|
- // grid: {
|
|
|
- // left: '50%',
|
|
|
- // // right: '6%',
|
|
|
- // // bottom: '15%',
|
|
|
- // // top: '10%',
|
|
|
- // },
|
|
|
+
|
|
|
title: {
|
|
|
show: true,
|
|
|
// text: sum
|
|
@@ -337,79 +332,80 @@ export default {
|
|
|
top: 20px;
|
|
|
display: -ms-flexbox;
|
|
|
display: flex;
|
|
|
-}
|
|
|
|
|
|
-.box {
|
|
|
- font-family: 'Arial Normal', 'Arial';
|
|
|
- font-weight: 400;
|
|
|
- font-style: normal;
|
|
|
- font-size: 13px;
|
|
|
- letter-spacing: normal;
|
|
|
- color: #333333;
|
|
|
- text-align: center;
|
|
|
- line-height: normal;
|
|
|
- text-transform: none;
|
|
|
- border-width: 0px;
|
|
|
- position: absolute;
|
|
|
- left: 0px;
|
|
|
- top: 0px;
|
|
|
- width: 535px;
|
|
|
- height: 260px;
|
|
|
- background: inherit;
|
|
|
- background-color: rgba(3, 25, 67, 0.698039215686274);
|
|
|
- border: none;
|
|
|
- border-radius: 0px;
|
|
|
- -webkit-box-shadow: none;
|
|
|
- box-shadow: none;
|
|
|
-}
|
|
|
+ .box_gdbh {
|
|
|
+ font-family: 'Arial Normal', 'Arial';
|
|
|
+ font-weight: 400;
|
|
|
+ font-style: normal;
|
|
|
+ font-size: 13px;
|
|
|
+ letter-spacing: normal;
|
|
|
+ color: #333333;
|
|
|
+ text-align: center;
|
|
|
+ line-height: normal;
|
|
|
+ text-transform: none;
|
|
|
+ border-width: 0px;
|
|
|
+ position: absolute;
|
|
|
+ left: 0px;
|
|
|
+ top: 0px;
|
|
|
+ width: 535px;
|
|
|
+ height: 260px;
|
|
|
+ background: inherit;
|
|
|
+ background-color: rgba(3, 25, 67, 0.698039215686274);
|
|
|
+ border: none;
|
|
|
+ border-radius: 0px;
|
|
|
+ -webkit-box-shadow: none;
|
|
|
+ box-shadow: none;
|
|
|
|
|
|
-.title {
|
|
|
- border-width: 0px;
|
|
|
- width: 100%;
|
|
|
- height: 40px;
|
|
|
- font-family: 'Arial Negreta', 'Arial Normal', 'Arial';
|
|
|
- font-weight: 700;
|
|
|
- font-style: normal;
|
|
|
- color: #00FFFF;
|
|
|
- padding: 2%;
|
|
|
- text-align: justify;
|
|
|
-}
|
|
|
+ .title {
|
|
|
+ border-width: 0px;
|
|
|
+ width: 100%;
|
|
|
+ height: 40px;
|
|
|
+ font-family: 'Arial Negreta', 'Arial Normal', 'Arial';
|
|
|
+ font-weight: 700;
|
|
|
+ font-style: normal;
|
|
|
+ color: #00FFFF;
|
|
|
+ padding: 2%;
|
|
|
+ text-align: justify;
|
|
|
+ }
|
|
|
|
|
|
-#gdbh_echart {
|
|
|
- width: 280px;
|
|
|
- height: 230px;
|
|
|
- position: relative;
|
|
|
- left: 54%;
|
|
|
- top: -75%;
|
|
|
-}
|
|
|
+ #gdbh_echart {
|
|
|
+ width: 280px;
|
|
|
+ height: 230px;
|
|
|
|
|
|
-.centent {
|
|
|
- // border: #00FFFF 1px solid;
|
|
|
- width: 280px;
|
|
|
- height: 185px;
|
|
|
- position: relative;
|
|
|
- left: 6%;
|
|
|
-}
|
|
|
+ position: relative;
|
|
|
+ left: 54%;
|
|
|
+ top: -75%;
|
|
|
+ }
|
|
|
|
|
|
-.item {
|
|
|
- // border: #00FFFF 1px solid;
|
|
|
- height: 40%;
|
|
|
- margin-bottom: 10%;
|
|
|
- background-color: #283f6d;
|
|
|
- text-align: left;
|
|
|
- padding-left: 7%;
|
|
|
- padding-top: 4%;
|
|
|
+ .centent {
|
|
|
+ // border: #00FFFF 1px solid;
|
|
|
+ width: 280px;
|
|
|
+ height: 185px;
|
|
|
+ position: relative;
|
|
|
+ left: 6%;
|
|
|
|
|
|
- p {
|
|
|
- font-size: 14px;
|
|
|
- color: #fff;
|
|
|
- margin-bottom: 4%;
|
|
|
- }
|
|
|
+ .item {
|
|
|
+ // border: #00FFFF 1px solid;
|
|
|
+ height: 40%;
|
|
|
+ margin-bottom: 10%;
|
|
|
+ background-color: #283f6d;
|
|
|
+ text-align: left;
|
|
|
+ padding-left: 7%;
|
|
|
+ padding-top: 4%;
|
|
|
|
|
|
- span {
|
|
|
- color: #00FFFF;
|
|
|
- font-weight: 1000;
|
|
|
+ p {
|
|
|
+ font-size: 14px;
|
|
|
+ color: #fff;
|
|
|
+ margin-bottom: 4%;
|
|
|
+ }
|
|
|
|
|
|
+ span {
|
|
|
+ color: #00FFFF;
|
|
|
+ font-weight: 1000;
|
|
|
+
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
}
|
|
|
}
|
|
|
</style>
|