|
@@ -14,7 +14,15 @@
|
|
<div class="info_main">
|
|
<div class="info_main">
|
|
|
|
|
|
</div>
|
|
</div>
|
|
-
|
|
|
|
|
|
+ <div class="text">
|
|
|
|
+ <span>收储项目</span>
|
|
|
|
+ <span class="count1">33</span>
|
|
|
|
+ <span class="unit">个</span>
|
|
|
|
+
|
|
|
|
+ <span>收储总面积</span>
|
|
|
|
+ <span class="count2">213124.45</span>
|
|
|
|
+ <span class="unit">公顷</span>
|
|
|
|
+ </div>
|
|
</div>
|
|
</div>
|
|
<div id="tdsc_echart">
|
|
<div id="tdsc_echart">
|
|
|
|
|
|
@@ -476,8 +484,27 @@ export default {
|
|
background: no-repeat;
|
|
background: no-repeat;
|
|
width: 100%;
|
|
width: 100%;
|
|
height: 44px;
|
|
height: 44px;
|
|
- // border: 1px solid red;
|
|
|
|
position: relative;
|
|
position: relative;
|
|
|
|
+ // background-image: url("/static/images/overview/info_all.png");
|
|
|
|
+ // background-size: 98% 87%;
|
|
|
|
+
|
|
|
|
+ .text {
|
|
|
|
+ position: relative;
|
|
|
|
+ left: 3.5rem;
|
|
|
|
+ top: 0.5rem;
|
|
|
|
+ font-size: 15px;
|
|
|
|
+ font-weight: 600;
|
|
|
|
+
|
|
|
|
+ .unit{
|
|
|
|
+ margin-right: 3rem;
|
|
|
|
+ }
|
|
|
|
+ .count1 {
|
|
|
|
+ color: RGBA(250, 160, 18, 1);
|
|
|
|
+ }
|
|
|
|
+ .count2 {
|
|
|
|
+ color: RGBA(100, 218, 255, 1);
|
|
|
|
+ }
|
|
|
|
+ }
|
|
}
|
|
}
|
|
|
|
|
|
#tdsc_echart {
|
|
#tdsc_echart {
|
|
@@ -498,7 +525,9 @@ export default {
|
|
.icon_info {
|
|
.icon_info {
|
|
background: no-repeat;
|
|
background: no-repeat;
|
|
|
|
|
|
- background-image: url("/static/images/overview/icon_info.png");
|
|
|
|
|
|
+ // background-image: url("/static/images/overview/icon_info.png");
|
|
|
|
+ background-image: url("/static/images/overview/icon信息.png");
|
|
|
|
+
|
|
display: inline-block;
|
|
display: inline-block;
|
|
width: 2rem;
|
|
width: 2rem;
|
|
height: 3rem;
|
|
height: 3rem;
|
|
@@ -511,6 +540,8 @@ export default {
|
|
background: no-repeat;
|
|
background: no-repeat;
|
|
|
|
|
|
background-image: url("/static/images/overview/info_left.png");
|
|
background-image: url("/static/images/overview/info_left.png");
|
|
|
|
+ // background-image: url("/static/images/overview/左侧主信息.png");
|
|
|
|
+
|
|
display: inline-block;
|
|
display: inline-block;
|
|
width: 10rem;
|
|
width: 10rem;
|
|
height: 2.5rem;
|
|
height: 2.5rem;
|
|
@@ -523,6 +554,8 @@ export default {
|
|
background: no-repeat;
|
|
background: no-repeat;
|
|
|
|
|
|
background-image: url("/static/images/overview/info_main.png");
|
|
background-image: url("/static/images/overview/info_main.png");
|
|
|
|
+ // background-image: url("/static/images/overview/右侧附属信息.png");
|
|
|
|
+
|
|
display: inline-block;
|
|
display: inline-block;
|
|
width: 13rem;
|
|
width: 13rem;
|
|
height: 2.5rem;
|
|
height: 2.5rem;
|