|
@@ -43,7 +43,7 @@
|
|
|
安全天数(天):
|
|
|
</view>
|
|
|
<view class="textWhite">
|
|
|
- <view class="textSmail">{{ windpowerstationdetail.target_comprehensive_indicators.aqts }}</view>
|
|
|
+ {{ windpowerstationdetail.target_comprehensive_indicators.aqts }}
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="informationCardTextzj">
|
|
@@ -59,7 +59,7 @@
|
|
|
装机容量(mv):
|
|
|
</view>
|
|
|
<view class="textWhite">
|
|
|
- <view class="textSmail">{{ windpowerstationdetail.target_comprehensive_indicators.zjrl }}</view>
|
|
|
+ {{ windpowerstationdetail.target_comprehensive_indicators.zjrl }}
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|
|
@@ -77,7 +77,7 @@
|
|
|
日发(万kwh):
|
|
|
</view>
|
|
|
<view class="textWhite">
|
|
|
- <view class="textSmail">{{ windpowerstationdetail.target_comprehensive_indicators.rfdl }}</view>
|
|
|
+ {{ windpowerstationdetail.target_comprehensive_indicators.rfdl }}
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="informationCardText3">
|
|
@@ -93,7 +93,7 @@
|
|
|
预测发(万kwh):
|
|
|
</view>
|
|
|
<view class="textWhite2">
|
|
|
- <view class="textSmail">{{ windpowerstationdetail.target_comprehensive_indicators.ycfdl }}</view>
|
|
|
+ {{ windpowerstationdetail.target_comprehensive_indicators.ycfdl }}
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="informationCardText2">
|
|
@@ -109,7 +109,7 @@
|
|
|
上网(万kwh):
|
|
|
</view>
|
|
|
<view class="textWhite">
|
|
|
- <view class="textSmail">{{ windpowerstationdetail.target_comprehensive_indicators.swdl }}</view>
|
|
|
+ {{ windpowerstationdetail.target_comprehensive_indicators.swdl }}
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|
|
@@ -3869,7 +3869,10 @@ page {
|
|
|
float: right;
|
|
|
margin-right: 10%;
|
|
|
}
|
|
|
-
|
|
|
+.textWhile3 {
|
|
|
+ color: white;
|
|
|
+ float: left;
|
|
|
+}
|
|
|
.textSilver {
|
|
|
user-select: text;
|
|
|
-webkit-user-select: text;
|
|
@@ -3906,7 +3909,7 @@ page {
|
|
|
/* margin-left: 2%; */
|
|
|
width: 115px;
|
|
|
height: 35px;
|
|
|
- font-size: 13px;
|
|
|
+ font-size: 12px;
|
|
|
line-height: 35px;
|
|
|
float: left;
|
|
|
}
|
|
@@ -3920,7 +3923,7 @@ page {
|
|
|
-moz-user-select: text;
|
|
|
-ms-user-select: text;
|
|
|
color: silver;
|
|
|
- font-size: 13px;
|
|
|
+ font-size: 12px;
|
|
|
float: left;
|
|
|
}
|
|
|
|
|
@@ -3934,7 +3937,7 @@ page {
|
|
|
-moz-user-select: text;
|
|
|
-ms-user-select: text;
|
|
|
color: silver;
|
|
|
- font-size: 13px;
|
|
|
+ font-size: 12px;
|
|
|
float: right;
|
|
|
margin-right: 4%;
|
|
|
}
|
|
@@ -3955,7 +3958,7 @@ page {
|
|
|
margin-left: calc(50% - 195px);
|
|
|
width: 115px;
|
|
|
height: 35px;
|
|
|
- font-size: 13px;
|
|
|
+ font-size: 12px;
|
|
|
line-height: 35px;
|
|
|
float: left;
|
|
|
}
|
|
@@ -3964,7 +3967,7 @@ page {
|
|
|
margin-left: calc(50% - 180px);
|
|
|
width: 130px;
|
|
|
height: 35px;
|
|
|
- font-size: 13px;
|
|
|
+ font-size: 12px;
|
|
|
line-height: 35px;
|
|
|
float: left;
|
|
|
}
|