|
@@ -19,12 +19,9 @@ export default {
|
|
|
</div>
|
|
|
<div class="__bottom">
|
|
|
<div class="governance">治理重点</div>
|
|
|
- <div class="layer">超高层<span class="num">1326</span>栋</div>
|
|
|
- <div class="layer">老旧<span class="num">926</span>栋</div>
|
|
|
- <div class="layer">混合体<span class="num">1273</span>栋</div>
|
|
|
- <!-- <BasicTotal number="1326" label="超高层" unit="栋"/>
|
|
|
+ <BasicTotal number="1326" label="超高层" unit="栋"/>
|
|
|
<BasicTotal number="926" label="老旧" unit="栋"/>
|
|
|
- <BasicTotal number="1273" label="混合体" unit="栋"/> -->
|
|
|
+ <BasicTotal number="1273" label="混合体" unit="栋"/>
|
|
|
</div>
|
|
|
</div>
|
|
|
</template>
|
|
@@ -42,27 +39,8 @@ export default {
|
|
|
margin-top: 20px;
|
|
|
font-size: 14px;
|
|
|
}
|
|
|
-.governance{
|
|
|
- color: aqua;
|
|
|
-}
|
|
|
-// 渐变色
|
|
|
-.layer{
|
|
|
- display: flex;
|
|
|
- align-items: center;
|
|
|
- height: 31px;
|
|
|
- background: #00D5FF;
|
|
|
- line-height: 31px;
|
|
|
- color: #fff;
|
|
|
- padding: 0 5px;
|
|
|
-
|
|
|
-}
|
|
|
-// 渐变
|
|
|
-.num{
|
|
|
- display: inline-block;
|
|
|
- height: 26px;
|
|
|
- margin: 0 8px;
|
|
|
-background: saddlebrown;
|
|
|
-line-height: 26px;
|
|
|
-}
|
|
|
+ .governance{
|
|
|
+ color: aqua;
|
|
|
+ }
|
|
|
}
|
|
|
</style>
|