|
@@ -2,9 +2,9 @@
|
|
|
<view>
|
|
|
<!--导航栏-->
|
|
|
<view @tap="closeFrame">
|
|
|
- <cu-custom bgColor="#020202" :isBack="true">
|
|
|
- <block slot="backText"><view style="height: 80rpx;line-height: 80rpx;">返回</view></block>
|
|
|
- <block slot="content">{{ windStationName }}</block>
|
|
|
+ <cu-custom bgColor="bg-gradual-sisBlack" :isBack="true">
|
|
|
+ <block slot="backText"><view style="height: 80rpx;line-height: 80rpx;color: silver;">返回</view></block>
|
|
|
+ <block slot="content"><view style="color: silver;">{{ windStationName }}</view></block>
|
|
|
</cu-custom>
|
|
|
</view>
|
|
|
<!--电量卡片-->
|
|
@@ -76,7 +76,7 @@
|
|
|
<view class="cardinstallredSpeed">
|
|
|
<view class="cardinstalltitlegreen">
|
|
|
平均风速
|
|
|
- <view class="textWhitekuangSpeed">(km/h)</view>
|
|
|
+ <span>(km/h)</span>
|
|
|
</view>
|
|
|
<view class="cardinstallnumbergreen">5</view>
|
|
|
<view class="cardinstallnumbergreenmin"><view class="greenMinText">min: 5</view></view>
|
|
@@ -85,7 +85,7 @@
|
|
|
<view class="cardinstallredSpeed">
|
|
|
<view class="cardinstalltitlegreen">
|
|
|
预测风速
|
|
|
- <view class="textWhitekuangSpeed">(km/h)</view>
|
|
|
+ <span>(km/h)</span>
|
|
|
</view>
|
|
|
<view class="cardinstallnumbergreen">48</view>
|
|
|
<view class="cardinstallnumbergreenmin"><view class="greenMinText">min: 4</view></view>
|
|
@@ -94,7 +94,7 @@
|
|
|
<view class="cardinstallredSpeed">
|
|
|
<view class="cardinstalltitleRed">
|
|
|
实际功率
|
|
|
- <view class="textWhitekuang">(kw)</view>
|
|
|
+ <span>(kw)</span>
|
|
|
</view>
|
|
|
<view class="cardinstallnumberred">15</view>
|
|
|
<view class="cardinstallnumberredmin"><view class="redMinText">min: 566</view></view>
|
|
@@ -103,7 +103,7 @@
|
|
|
<view class="cardinstallredSpeed">
|
|
|
<view class="cardinstalltitleRed">
|
|
|
理论功率
|
|
|
- <view class="textWhitekuang">(kw)</view>
|
|
|
+ <span>(kw)</span>
|
|
|
</view>
|
|
|
<view class="cardinstallnumberred">14</view>
|
|
|
<view class="cardinstallnumberredmin"><view class="redMinText">min: 589</view></view>
|
|
@@ -120,8 +120,10 @@
|
|
|
</view>
|
|
|
<!--柱状图-->
|
|
|
<view class="Histogram" @tap="closeFrame">
|
|
|
+ <view class="qiun-charts">
|
|
|
<view class="PowerColunm">发电量柱状图</view>
|
|
|
<canvas canvas-id="canvasColumn" id="canvasColumn" class="charts" disable-scroll=true @touchstart="touchColumn" @touchmove="moveColumn" @touchend="touchEndColumn"></canvas>
|
|
|
+ </view>
|
|
|
</view>
|
|
|
</view>
|
|
|
</template>
|
|
@@ -494,7 +496,7 @@ body {
|
|
|
src: url(../../static/方正兰亭细黑_GBK.TTF);
|
|
|
}
|
|
|
page {
|
|
|
- background-color:#020202;
|
|
|
+ background-color:#1f1f1f;
|
|
|
font-family:'方正兰亭细黑_GBK';
|
|
|
color: silver;
|
|
|
}
|
|
@@ -502,13 +504,14 @@ page {
|
|
|
/* margin-top: 10px; */
|
|
|
width: 100%;
|
|
|
height: 85px;
|
|
|
- background-color:#121212;
|
|
|
+ background-color:#242424;
|
|
|
float: left;
|
|
|
color: #A1A1A1;
|
|
|
}
|
|
|
.informationCardAll {
|
|
|
- width: 100%;
|
|
|
+ width: calc(100% - 18px);
|
|
|
margin-top: 10px;
|
|
|
+ margin-left: 9px;
|
|
|
height: 60px;
|
|
|
float: left;
|
|
|
color: #A1A1A1;
|
|
@@ -533,7 +536,8 @@ page {
|
|
|
float: left;
|
|
|
}
|
|
|
.informationCardTextzj {
|
|
|
- margin-left: 140px;
|
|
|
+ /* margin-left: 140px; */
|
|
|
+ margin-right: 9px;
|
|
|
width: 120px;
|
|
|
height: 35px;
|
|
|
line-height: 35px;
|
|
@@ -543,7 +547,7 @@ page {
|
|
|
-ms-user-select: text;
|
|
|
color: #A1A1A1;
|
|
|
font-size: 14px;
|
|
|
- float: left;
|
|
|
+ float: right;
|
|
|
}
|
|
|
.informationCardTextTwo {
|
|
|
width: 100%;
|
|
@@ -569,7 +573,7 @@ page {
|
|
|
font-size: 14px;
|
|
|
line-height: 35px;
|
|
|
float: left;
|
|
|
- margin-left: 5px;
|
|
|
+ margin-left: 11px;
|
|
|
}
|
|
|
.textWhite {
|
|
|
color: #A1A1A1;
|
|
@@ -587,9 +591,10 @@ page {
|
|
|
.speedPower {
|
|
|
width: 100%;
|
|
|
height: 180px;
|
|
|
- background-color: #121212;
|
|
|
+ background-color: #242424;
|
|
|
float: left;
|
|
|
- margin-top: 40rpx;
|
|
|
+ margin-top: 20rpx;
|
|
|
+ margin-bottom: 10px;
|
|
|
|
|
|
}
|
|
|
.cardinstallredSpeed {
|
|
@@ -597,15 +602,16 @@ page {
|
|
|
margin-left: 9px;
|
|
|
width: 46%;
|
|
|
height: 78px;
|
|
|
- background-color: #242424;
|
|
|
+ background-color: #1f1f1f;
|
|
|
/* background: -webkit-linear-gradient(top, rgba(159, 131, 111, 0.1) 0%, rgba(193, 94, 21, 0.2) 100%); */
|
|
|
border-radius: 5px;
|
|
|
float: left;
|
|
|
}
|
|
|
.cardinstalltitlegreen {
|
|
|
- width: 100%;
|
|
|
+ width: 80%;
|
|
|
height: 25px;
|
|
|
- margin-left: 37px;
|
|
|
+ text-align: center;
|
|
|
+ margin-left: 10%;
|
|
|
user-select: text;
|
|
|
-webkit-user-select: text;
|
|
|
-moz-user-select: text;
|
|
@@ -615,10 +621,10 @@ page {
|
|
|
line-height: 25px;
|
|
|
float: left;
|
|
|
}
|
|
|
-.textWhitekuangSpeed {
|
|
|
+.cardinstalltitlegreen span {
|
|
|
color: white;
|
|
|
- float: right;
|
|
|
- margin-right: 70px;
|
|
|
+ /* float: right; */
|
|
|
+ /* margin-right: 70px; */
|
|
|
}
|
|
|
.cardinstallnumbergreen {
|
|
|
width: 100%;
|
|
@@ -670,9 +676,10 @@ page {
|
|
|
float: left;
|
|
|
}
|
|
|
.cardinstalltitleRed {
|
|
|
- width: 100%;
|
|
|
+ width: 80%;
|
|
|
height: 25px;
|
|
|
- margin-left: 45px;
|
|
|
+ text-align: center;
|
|
|
+ margin-left: 10%;
|
|
|
user-select: text;
|
|
|
-webkit-user-select: text;
|
|
|
-moz-user-select: text;
|
|
@@ -682,10 +689,10 @@ page {
|
|
|
line-height: 25px;
|
|
|
float: left;
|
|
|
}
|
|
|
-.textWhitekuang {
|
|
|
+.cardinstalltitleRed span {
|
|
|
color: white;
|
|
|
- float: right;
|
|
|
- margin-right: 85px;
|
|
|
+ /* float: right;
|
|
|
+ margin-right: 85px; */
|
|
|
}
|
|
|
.cardinstallnumberred {
|
|
|
width: 100%;
|
|
@@ -863,7 +870,7 @@ page {
|
|
|
}
|
|
|
.qiun-charts {
|
|
|
width: 750upx;
|
|
|
- height: 500upx;
|
|
|
+ height: 400upx;
|
|
|
}
|
|
|
|
|
|
.charts {
|
|
@@ -872,21 +879,21 @@ page {
|
|
|
}
|
|
|
|
|
|
.lineChart {
|
|
|
+ clear: both;
|
|
|
width: 100%;
|
|
|
- height: 200px;
|
|
|
- background-color: #121212;
|
|
|
- margin-top: 10px;
|
|
|
- float: left;
|
|
|
+ height: 225px;
|
|
|
+ background-color: #242424;
|
|
|
}
|
|
|
.Histogram {
|
|
|
- /* clear: both; */
|
|
|
- width: 750upx;
|
|
|
- height: 400upx;
|
|
|
- margin-top: 420px;
|
|
|
- background-color: #121212;
|
|
|
+ width: 100%;
|
|
|
+ height: 225px;
|
|
|
+ clear: both;
|
|
|
+ background-color: #242424;
|
|
|
+ margin-top: 10px;
|
|
|
+ margin-bottom: 20px;
|
|
|
}
|
|
|
.PowerColunm {
|
|
|
- width: 375px;
|
|
|
+ width: 130px;
|
|
|
height: 30px;
|
|
|
/* user-select: text;
|
|
|
-webkit-user-select: text;
|
|
@@ -905,11 +912,12 @@ page {
|
|
|
width: 10px;
|
|
|
height: 15px;
|
|
|
float: right;
|
|
|
+ background-color: #242424;
|
|
|
/* background-color: red; */
|
|
|
margin-top: -10px;
|
|
|
/* margin-right: 0px;
|
|
|
margin-top: -15px; */
|
|
|
- background-image: url(../../static/picture/zuizhongsanjiao.jpg);
|
|
|
+background-image: url(../../static/picture/zuizhongsanjiao.jpg);
|
|
|
|
|
|
}
|
|
|
.value{
|
|
@@ -927,8 +935,9 @@ page {
|
|
|
height: 35px;
|
|
|
font-size: 14px;
|
|
|
line-height: 35px;
|
|
|
- float: left;
|
|
|
- margin-left: 4px;
|
|
|
+ float: right;
|
|
|
+ /* margin-left: 4px; */
|
|
|
+ margin-right: 9px;
|
|
|
}
|
|
|
.textSilverDay{
|
|
|
user-select: text;
|