@@ -51,7 +51,7 @@
<div>
<span>计划方量</span><span>{{ (item.quantities/10000).toFixed(2) }}</span><span>万方</span>
<span>实际方量</span><span>{{ Math.floor(item.tonnage) }}</span><span>万方</span>
- </div>···········································································································································································
+ </div>
<span>总投资</span><span>{{ Math.floor(item.investment) }}</span><span>万元</span>
</div>
@@ -79,7 +79,7 @@
width:$width;
height: $height;
box-sizing: border-box;
- border: $borderWidth solid #00AC66;
+ border: $borderWidth solid #00c0ff;
}
.right-row{
@@ -122,7 +122,7 @@
width: 100%;
height: 32px;
line-height: 32px;
- background-color: rgba($color: #00B368, $alpha: 0.6);
+ background-color: rgba($color: #001133, $alpha: 0.6);
font-size: 16px;
color: #fff;
text-align: center;