|
@@ -1,76 +1,96 @@
|
|
|
<template>
|
|
|
<view>
|
|
|
<!--导航栏-->
|
|
|
- <view @tap="closeFrame">
|
|
|
+ <view @tap="closeFrame">
|
|
|
<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>
|
|
|
+ <block slot="content">
|
|
|
+ <view style="color: silver;">{{ windStationName }}</view>
|
|
|
+ </block>
|
|
|
</cu-custom>
|
|
|
</view>
|
|
|
<!--电量卡片-->
|
|
|
<view class="InformationCard" @tap="frameShow">
|
|
|
-
|
|
|
<view class="informationCardAll">
|
|
|
-
|
|
|
<view class="informationCardTextOne">
|
|
|
<view class="informationCardText">
|
|
|
- <view class="textSilverDay">安全天数</view>
|
|
|
- <view class="textWhite">(天)</view>
|
|
|
- <a class="value">:15</a>
|
|
|
+ <view class="textSilver" @tap="common.navTo('/components/detail/Detail')">安全天数( 天 ) :</view>
|
|
|
+ <view class="textWhite">15</view>
|
|
|
</view>
|
|
|
<view class="informationCardTextzj">
|
|
|
- <view class="textSilver">装机容量</view>
|
|
|
- <view class="textWhite">(mv)</view>
|
|
|
- <a class="rightValue">:15</a>
|
|
|
+ <view class="textSilver" @tap="common.navTo('/components/detail/Detail')">装机容量(MV):</view>
|
|
|
+ <view class="textWhite">15</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="informationCardTextTwo">
|
|
|
- <view class="informationCardText2">
|
|
|
- <view class="textSilver">日发电量</view>
|
|
|
- <view class="textWhite">(kwh)</view>
|
|
|
- <a class="value">:15</a>
|
|
|
+ <view class="informationCardTextNo1">
|
|
|
+ <view class="textSilver" @tap="common.navTo('/components/detail/Detail')">日发电量(kwh):</view>
|
|
|
+ <view class="textWhite">150</view>
|
|
|
</view>
|
|
|
<view class="informationCardText3">
|
|
|
- <view class="textSilver">预测发电量</view>
|
|
|
- <view class="textWhite">(kwh)</view>
|
|
|
- <a class="value">:15</a>
|
|
|
+ <view class="textSilver" @tap="common.navTo('/components/detail/Detail')">预测发电量(kwh):</view>
|
|
|
+ <view class="textWhite2">15</view>
|
|
|
</view>
|
|
|
- <view class="informationCardText4">
|
|
|
-
|
|
|
- <view class="textSilver">上网电量</view>
|
|
|
- <view class="textWhite">(kwh)</view>
|
|
|
-
|
|
|
- <a class="rightValue">:15</a>
|
|
|
+ <view class="informationCardText2">
|
|
|
+ <view class="textSilver" @tap="common.navTo('/components/detail/Detail')">上网电量(kwh):</view>
|
|
|
+ <view class="textWhite">15</view>
|
|
|
<view class="img"></view>
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
-
|
|
|
</view>
|
|
|
<!-- 指标卡片 -->
|
|
|
<view class="quatoCardAndFrame">
|
|
|
<view class="quatoCardContainer" @tap="frameShow">
|
|
|
<view :class="sanJiao"></view>
|
|
|
-
|
|
|
+
|
|
|
<!-- <view class="icon cuIcon-unfold"></view> -->
|
|
|
</view>
|
|
|
<!-- 弹框 -->
|
|
|
- <view class="frame" v-show="isFrameShow">
|
|
|
- <view class="frameCardLeft">mttr(h): <a class="frameCardLeftValue">15</a></view>
|
|
|
- <view class="frameCardMiddle">月利用小时(h):<a class="frameCardMiddleValue">15</a></view>
|
|
|
- <view class="frameCardRight">综合场用电率(%):<a class="frameCardRightValue">15</a></view>
|
|
|
- <view class="frameCardLeft">mtbf(h):<a class="frameCardLeftValue">15</a></view>
|
|
|
- <view class="frameCardMiddle">年利用小时(h):<a class="frameCardMiddleValue">15</a></view>
|
|
|
- <view class="frameCardRight">设备可利用率(%):<a class="frameCardRightValue">15</a></view>
|
|
|
- <view class="frameCardLeft">节约标煤(吨):<a class="frameCardLeftValue">15</a></view>
|
|
|
- <view class="frameCardMiddle">节约用水(吨):<a class="frameCardMiddleValue">15</a></view>
|
|
|
- <view class="frameCardRight">减排二氧化碳(吨):<a class="frameCardRightValue">15</a></view>
|
|
|
- <view class="frameCardLeft">减排二氧化硫(吨):<a class="frameCardLeftValue">15</a></view>
|
|
|
+ <view class="frame" v-show="isFrameShow">
|
|
|
+ <view class="frameCardLeft">
|
|
|
+ mttr(h):
|
|
|
+ <a class="frameCardLeftValue">15</a>
|
|
|
+ </view>
|
|
|
+ <view class="frameCardMiddle">
|
|
|
+ 月利用小时(h):
|
|
|
+ <a class="frameCardMiddleValue">15</a>
|
|
|
+ </view>
|
|
|
+ <view class="frameCardRight">
|
|
|
+ 综合场用电率(%):
|
|
|
+ <a class="frameCardRightValue">15</a>
|
|
|
+ </view>
|
|
|
+ <view class="frameCardLeft">
|
|
|
+ mtbf(h):
|
|
|
+ <a class="frameCardLeftValue">15</a>
|
|
|
+ </view>
|
|
|
+ <view class="frameCardMiddle">
|
|
|
+ 年利用小时(h):
|
|
|
+ <a class="frameCardMiddleValue">15</a>
|
|
|
+ </view>
|
|
|
+ <view class="frameCardRight">
|
|
|
+ 设备可利用率(%):
|
|
|
+ <a class="frameCardRightValue">15</a>
|
|
|
+ </view>
|
|
|
+ <view class="frameCardLeft">
|
|
|
+ 节约标煤(吨):
|
|
|
+ <a class="frameCardLeftValue">15</a>
|
|
|
+ </view>
|
|
|
+ <view class="frameCardMiddle">
|
|
|
+ 节约用水(吨):
|
|
|
+ <a class="frameCardMiddleValue">15</a>
|
|
|
+ </view>
|
|
|
+ <view class="frameCardRight">
|
|
|
+ 减排二氧化碳(吨):
|
|
|
+ <a class="frameCardRightValue">15</a>
|
|
|
+ </view>
|
|
|
+ <view class="frameCardLeft">
|
|
|
+ 减排二氧化硫(吨):
|
|
|
+ <a class="frameCardLeftValue">15</a>
|
|
|
+ </view>
|
|
|
</view>
|
|
|
</view>
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
+
|
|
|
<!--风速卡片-->
|
|
|
<view class="speedPower" @tap="closeFrame">
|
|
|
<view class="cardinstallredSpeed">
|
|
@@ -118,11 +138,19 @@
|
|
|
<canvas canvas-id="canvasLineA" id="canvasLineA" class="charts" @touchstart="touchLineA"></canvas>
|
|
|
</view>
|
|
|
</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 class="PowerColunm">发电量柱状图</view>
|
|
|
+ <canvas
|
|
|
+ canvas-id="canvasColumn"
|
|
|
+ id="canvasColumn"
|
|
|
+ class="charts"
|
|
|
+ disable-scroll="true"
|
|
|
+ @touchstart="touchColumn"
|
|
|
+ @touchmove="moveColumn"
|
|
|
+ @touchend="touchEndColumn"
|
|
|
+ ></canvas>
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|
|
@@ -143,7 +171,7 @@ export default {
|
|
|
cHeight: '',
|
|
|
pixelRatio: 1,
|
|
|
serverData: '',
|
|
|
- sanJiao:"sanJiaoDown"
|
|
|
+ sanJiao: 'sanJiaoDown'
|
|
|
};
|
|
|
},
|
|
|
onLoad(option) {
|
|
@@ -158,17 +186,17 @@ export default {
|
|
|
this.count = this.count + 1;
|
|
|
if (this.count % 2 == 0) {
|
|
|
this.isFrameShow = false;
|
|
|
- this.sanJiao="sanJiaoDown";
|
|
|
+ this.sanJiao = 'sanJiaoDown';
|
|
|
} else {
|
|
|
this.isFrameShow = true;
|
|
|
- this.sanJiao="sanJiaoUp";
|
|
|
+ this.sanJiao = 'sanJiaoUp';
|
|
|
}
|
|
|
},
|
|
|
closeFrame: function() {
|
|
|
this.count = this.count + 1;
|
|
|
if (this.isFrameShow) {
|
|
|
this.isFrameShow = false;
|
|
|
- this.sanJiao="sanJiaoDown";
|
|
|
+ this.sanJiao = 'sanJiaoDown';
|
|
|
}
|
|
|
},
|
|
|
getServerData() {
|
|
@@ -261,7 +289,7 @@ export default {
|
|
|
$this: _self,
|
|
|
canvasId: canvasId,
|
|
|
type: 'line',
|
|
|
-
|
|
|
+
|
|
|
fontSize: 11,
|
|
|
legend: {
|
|
|
show: true,
|
|
@@ -312,7 +340,7 @@ export default {
|
|
|
titleFontColor: 'silver'
|
|
|
}
|
|
|
],
|
|
|
-
|
|
|
+
|
|
|
gridColor: '#2E2E2E',
|
|
|
splitNumber: 4,
|
|
|
gridType: 'solid',
|
|
@@ -343,40 +371,18 @@ export default {
|
|
|
canvaLineA.scroll(e);
|
|
|
},
|
|
|
getColumnServerData() {
|
|
|
- let Column={
|
|
|
- "categories": ['0',
|
|
|
- '1',
|
|
|
- '2',
|
|
|
- '3',
|
|
|
- '4',
|
|
|
- '5',
|
|
|
- '6',
|
|
|
- '7',
|
|
|
- '8',
|
|
|
- '9',
|
|
|
- '10',
|
|
|
- '11',
|
|
|
- '12',
|
|
|
- '13',
|
|
|
- '14',
|
|
|
- '15',
|
|
|
- '16',
|
|
|
- '17',
|
|
|
- '18',
|
|
|
- '19',
|
|
|
- '20',
|
|
|
- '21',
|
|
|
- '22',
|
|
|
- '23',
|
|
|
- '24'],
|
|
|
- "series": [{
|
|
|
- "legendShape": "circle",
|
|
|
- "name": "发电量",
|
|
|
- "data": [10, 20, 30, 40, 20, 15,20,10, 20, 30, 40, 20, 15,20,10, 20, 30, 40, 20, 15,20,20, 15,20,10],
|
|
|
- "textColor":"#ffffff",
|
|
|
- "color": "#2fc25b"
|
|
|
- }]
|
|
|
- }
|
|
|
+ let Column = {
|
|
|
+ categories: ['0', '1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12', '13', '14', '15', '16', '17', '18', '19', '20', '21', '22', '23', '24'],
|
|
|
+ series: [
|
|
|
+ {
|
|
|
+ legendShape: 'circle',
|
|
|
+ name: '发电量',
|
|
|
+ data: [10, 20, 30, 40, 20, 15, 20, 10, 20, 30, 40, 20, 15, 20, 10, 20, 30, 40, 20, 15, 20, 20, 15, 20, 10],
|
|
|
+ textColor: '#ffffff',
|
|
|
+ color: '#2fc25b'
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ };
|
|
|
// res.data.data = res.data;
|
|
|
// let Column = {
|
|
|
// categories: [],
|
|
@@ -386,8 +392,8 @@ export default {
|
|
|
// Column.categories = res.data.data.ColumnB.categories;
|
|
|
// Column.series = res.data.data.ColumnB.series;
|
|
|
// _self.textarea = JSON.stringify(res.data.data.ColumnB);
|
|
|
- this.showColumn("canvasColumn", Column);
|
|
|
- },
|
|
|
+ this.showColumn('canvasColumn', Column);
|
|
|
+ },
|
|
|
showColumn(canvasId, chartData) {
|
|
|
var _self = this;
|
|
|
canvaColumn = new uCharts({
|
|
@@ -398,11 +404,11 @@ export default {
|
|
|
show: true,
|
|
|
fontSize: 12,
|
|
|
padding: 5,
|
|
|
- fontColor: "silver",
|
|
|
- itemGap: "4",
|
|
|
+ fontColor: 'silver',
|
|
|
+ itemGap: '4',
|
|
|
// margin:0,
|
|
|
- position: "top",
|
|
|
- float: "right"
|
|
|
+ position: 'top',
|
|
|
+ float: 'right'
|
|
|
},
|
|
|
fontSize: 11,
|
|
|
background: '#121212',
|
|
@@ -410,16 +416,16 @@ export default {
|
|
|
animation: true,
|
|
|
categories: chartData.categories,
|
|
|
series: chartData.series,
|
|
|
- enableScroll:true,
|
|
|
+ enableScroll: true,
|
|
|
xAxis: {
|
|
|
// disabled:true,
|
|
|
rotateLabel: false,
|
|
|
disableGrid: true,
|
|
|
axisLineColor: '#2D2D2D',
|
|
|
- fontColor: "#ffffff",
|
|
|
- itemCount:10,
|
|
|
+ fontColor: '#ffffff',
|
|
|
+ itemCount: 10,
|
|
|
// labelCount:10,
|
|
|
- scrollShow:false,
|
|
|
+ scrollShow: false
|
|
|
// gridColor:'#2D2D2D',
|
|
|
},
|
|
|
yAxis: {
|
|
@@ -431,19 +437,21 @@ export default {
|
|
|
splitNumber: 5,
|
|
|
min: 0,
|
|
|
max: 40,
|
|
|
- data: [{
|
|
|
- min: 0,
|
|
|
- max: 40,
|
|
|
- position: 'left',
|
|
|
- axisLine: false,
|
|
|
- fontColor: "silver",
|
|
|
- title: " 发电量:(kw/h)",
|
|
|
- titleFontColor: "silver",
|
|
|
- titleFontSize: 11,
|
|
|
- format: (val) => {
|
|
|
- return val.toFixed(0) + ''
|
|
|
- },
|
|
|
- }]
|
|
|
+ data: [
|
|
|
+ {
|
|
|
+ min: 0,
|
|
|
+ max: 40,
|
|
|
+ position: 'left',
|
|
|
+ axisLine: false,
|
|
|
+ fontColor: 'silver',
|
|
|
+ title: ' 发电量:(kw/h)',
|
|
|
+ titleFontColor: 'silver',
|
|
|
+ titleFontSize: 11,
|
|
|
+ format: val => {
|
|
|
+ return val.toFixed(0) + '';
|
|
|
+ }
|
|
|
+ }
|
|
|
+ ]
|
|
|
},
|
|
|
dataLabel: true,
|
|
|
width: _self.cWidth * _self.pixelRatio,
|
|
@@ -454,32 +462,30 @@ export default {
|
|
|
// width: _self.cWidth * _self.pixelRatio * 0.45 / chartData.categories.length
|
|
|
width: 12,
|
|
|
lineStyle: {
|
|
|
- width: 5,
|
|
|
+ width: 5
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
});
|
|
|
-
|
|
|
- },
|
|
|
+ },
|
|
|
touchEndColumn(e) {
|
|
|
canvaColumn.scrollEnd(e);
|
|
|
canvaColumn.showToolTip(e, {
|
|
|
format: function(item, category) {
|
|
|
if (typeof item.data === 'object') {
|
|
|
- return category + ' ' + item.name + ':' + item.data.value
|
|
|
+ return category + ' ' + item.name + ':' + item.data.value;
|
|
|
} else {
|
|
|
- return category + ' ' + item.name + ':' + item.data
|
|
|
+ return category + ' ' + item.name + ':' + item.data;
|
|
|
}
|
|
|
}
|
|
|
});
|
|
|
},
|
|
|
- touchColumn(e){
|
|
|
- canvaColumn.scrollStart(e);
|
|
|
+ touchColumn(e) {
|
|
|
+ canvaColumn.scrollStart(e);
|
|
|
},
|
|
|
moveColumn(e) {
|
|
|
- canvaColumn.scroll(e);
|
|
|
- },
|
|
|
-
|
|
|
+ canvaColumn.scroll(e);
|
|
|
+ }
|
|
|
}
|
|
|
};
|
|
|
</script>
|
|
@@ -492,38 +498,44 @@ body {
|
|
|
background: #020202;
|
|
|
}
|
|
|
@font-face {
|
|
|
- font-family:'方正兰亭细黑_GBK';
|
|
|
+ font-family: '方正兰亭细黑_GBK';
|
|
|
src: url(../../static/方正兰亭细黑_GBK.TTF);
|
|
|
}
|
|
|
page {
|
|
|
- background-color:#1f1f1f;
|
|
|
- font-family:'方正兰亭细黑_GBK';
|
|
|
+ background-color: #1f1f1f;
|
|
|
+ font-family: '方正兰亭细黑_GBK';
|
|
|
color: silver;
|
|
|
}
|
|
|
.InformationCard {
|
|
|
- /* margin-top: 10px; */
|
|
|
+ margin-top: 10px;
|
|
|
width: 100%;
|
|
|
- height: 85px;
|
|
|
- background-color:#242424;
|
|
|
+ height: 90px;
|
|
|
+ background-color: #242424;
|
|
|
float: left;
|
|
|
- color: #A1A1A1;
|
|
|
}
|
|
|
+
|
|
|
.informationCardAll {
|
|
|
- width: calc(100% - 18px);
|
|
|
+ width: 100%;
|
|
|
margin-top: 10px;
|
|
|
- margin-left: 9px;
|
|
|
height: 60px;
|
|
|
float: left;
|
|
|
- color: #A1A1A1;
|
|
|
}
|
|
|
+
|
|
|
.informationCardTextOne {
|
|
|
width: 100%;
|
|
|
height: 35px;
|
|
|
float: left;
|
|
|
- color: #A1A1A1;
|
|
|
+}
|
|
|
+.informationCardTextNo1 {
|
|
|
+ margin-left: 2%;
|
|
|
+ width: 115px;
|
|
|
+ height: 35px;
|
|
|
+ font-size: 13px;
|
|
|
+ line-height: 35px;
|
|
|
+ float: left;
|
|
|
}
|
|
|
.informationCardText {
|
|
|
- /* margin-left: 15px; */
|
|
|
+ margin-left: 2%;
|
|
|
width: 115px;
|
|
|
height: 35px;
|
|
|
line-height: 35px;
|
|
@@ -531,62 +543,65 @@ page {
|
|
|
-webkit-user-select: text;
|
|
|
-moz-user-select: text;
|
|
|
-ms-user-select: text;
|
|
|
- color: #A1A1A1;
|
|
|
- font-size: 12px;
|
|
|
+ color: silver;
|
|
|
+ font-size: 13px;
|
|
|
float: left;
|
|
|
}
|
|
|
.informationCardTextzj {
|
|
|
- /* margin-left: 140px; */
|
|
|
- margin-right: 9px;
|
|
|
- width: 120px;
|
|
|
+ /* margin-left: 43%; */
|
|
|
+ width: 115px;
|
|
|
height: 35px;
|
|
|
line-height: 35px;
|
|
|
user-select: text;
|
|
|
-webkit-user-select: text;
|
|
|
-moz-user-select: text;
|
|
|
-ms-user-select: text;
|
|
|
- color: #A1A1A1;
|
|
|
- font-size: 14px;
|
|
|
+ color: silver;
|
|
|
+ font-size: 13px;
|
|
|
float: right;
|
|
|
+ margin-right: 1%;
|
|
|
}
|
|
|
.informationCardTextTwo {
|
|
|
width: 100%;
|
|
|
- height: 27px;
|
|
|
+ height: 35px;
|
|
|
float: left;
|
|
|
user-select: text;
|
|
|
-webkit-user-select: text;
|
|
|
-moz-user-select: text;
|
|
|
-ms-user-select: text;
|
|
|
- color: #A1A1A1;
|
|
|
+ color: silver;
|
|
|
}
|
|
|
.informationCardText2 {
|
|
|
- /* margin-left: 15px; */
|
|
|
+ /* margin-left: 6%; */
|
|
|
+ margin-left: calc(48% - 175px);
|
|
|
width: 115px;
|
|
|
height: 35px;
|
|
|
- font-size: 14px;
|
|
|
+ font-size: 13px;
|
|
|
line-height: 35px;
|
|
|
float: left;
|
|
|
}
|
|
|
-.informationCardText3{
|
|
|
- width: 130px;
|
|
|
+.informationCardText3 {
|
|
|
+ /* margin-left: 6%; */
|
|
|
+ margin-left: calc(48% - 175px);
|
|
|
+ width: 120px;
|
|
|
height: 35px;
|
|
|
- font-size: 14px;
|
|
|
+ font-size: 13px;
|
|
|
line-height: 35px;
|
|
|
float: left;
|
|
|
- margin-left: 11px;
|
|
|
}
|
|
|
.textWhite {
|
|
|
- color: #A1A1A1;
|
|
|
+ color: white;
|
|
|
float: left;
|
|
|
+ width: 24px;
|
|
|
+ text-align: right;
|
|
|
}
|
|
|
.textSilver {
|
|
|
user-select: text;
|
|
|
-webkit-user-select: text;
|
|
|
-moz-user-select: text;
|
|
|
-ms-user-select: text;
|
|
|
- color: #A1A1A1;
|
|
|
+ color: silver;
|
|
|
float: left;
|
|
|
- font-size: 14px;
|
|
|
}
|
|
|
.speedPower {
|
|
|
width: 100%;
|
|
@@ -595,7 +610,6 @@ page {
|
|
|
float: left;
|
|
|
margin-top: 20rpx;
|
|
|
margin-bottom: 10px;
|
|
|
-
|
|
|
}
|
|
|
.cardinstallredSpeed {
|
|
|
margin-top: 8px;
|
|
@@ -779,7 +793,7 @@ page {
|
|
|
clear: both;
|
|
|
width: 0;
|
|
|
height: 0;
|
|
|
-/* border-right: 20px solid transparent;
|
|
|
+ /* border-right: 20px solid transparent;
|
|
|
border-left: 20px solid transparent;
|
|
|
border-bottom: 15px solid #E47369; */
|
|
|
margin-left: calc(50% - 20px);
|
|
@@ -788,70 +802,71 @@ page {
|
|
|
clear: both;
|
|
|
width: 0;
|
|
|
height: 0;
|
|
|
-/* border-right: 20px solid transparent;
|
|
|
+ /* border-right: 20px solid transparent;
|
|
|
border-left: 20px solid transparent;
|
|
|
border-top: 15px solid #E47369; */
|
|
|
margin-left: calc(50% - 20px);
|
|
|
}
|
|
|
.frame {
|
|
|
- width: 100%;
|
|
|
+ width: calc(100% - 18px);
|
|
|
+ margin-left: 9px;
|
|
|
height: 150px;
|
|
|
position: absolute;
|
|
|
/* top: 20px; */
|
|
|
left: 0px;
|
|
|
z-index: 20;
|
|
|
/* background: -webkit-linear-gradient(top, rgba(159, 131, 111, 0.1) 0%, rgba(193, 94, 21, 0.2) 100%); */
|
|
|
- background-color:#242424;
|
|
|
+ background-color: #242424;
|
|
|
border-top: 0.5px solid #242424;
|
|
|
}
|
|
|
-.frameCardLeft{
|
|
|
- width: 33%;
|
|
|
- height:10px;
|
|
|
+.frameCardLeft {
|
|
|
+ width: 34%;
|
|
|
+ height: 10px;
|
|
|
float: left;
|
|
|
/* margin-right: 1.5%; */
|
|
|
margin-bottom: 8px;
|
|
|
/* text-align: center; */
|
|
|
line-height: 30px;
|
|
|
font-size: 13px;
|
|
|
- color: #A1A1A1;
|
|
|
+ color: #a1a1a1;
|
|
|
margin-top: 15px;
|
|
|
}
|
|
|
-.frameCardLeftValue{
|
|
|
+.frameCardLeftValue {
|
|
|
float: right;
|
|
|
- color: #FFFFFF;
|
|
|
+ color: #ffffff;
|
|
|
/* margin-left: 20px; */
|
|
|
}
|
|
|
-.frameCardMiddleValue{
|
|
|
+.frameCardMiddleValue {
|
|
|
float: right;
|
|
|
- color: #FFFFFF;
|
|
|
+ color: #ffffff;
|
|
|
}
|
|
|
-.frameCardRightValue{
|
|
|
+.frameCardRightValue {
|
|
|
float: right;
|
|
|
- color: #FFFFFF;
|
|
|
+ color: #ffffff;
|
|
|
}
|
|
|
-.frameCardMiddle{
|
|
|
- width: 28%;
|
|
|
+.frameCardMiddle {
|
|
|
+ width: 29%;
|
|
|
height: 10px;
|
|
|
float: left;
|
|
|
/* margin-right: 1.5%; */
|
|
|
- margin-left: 3%;
|
|
|
+ margin-left: 1.5%;
|
|
|
margin-bottom: 8px;
|
|
|
/* text-align: center; */
|
|
|
line-height: 30px;
|
|
|
font-size: 13px;
|
|
|
- color: #A1A1A1;
|
|
|
+ color: #a1a1a1;
|
|
|
margin-top: 15px;
|
|
|
}
|
|
|
-.frameCardRight{
|
|
|
- width: 33%;
|
|
|
+.frameCardRight {
|
|
|
+ width: 34%;
|
|
|
height: 10px;
|
|
|
float: left;
|
|
|
/* text-align: center; */
|
|
|
line-height: 30px;
|
|
|
margin-bottom: 8px;
|
|
|
font-size: 13px;
|
|
|
- color: #A1A1A1;
|
|
|
- margin-left: 3%;
|
|
|
+ color: #a1a1a1;
|
|
|
+ margin-left: 1.5%;
|
|
|
margin-top: 15px;
|
|
|
}
|
|
|
.speedPowerDiagram {
|
|
@@ -893,60 +908,59 @@ page {
|
|
|
margin-bottom: 20px;
|
|
|
}
|
|
|
.PowerColunm {
|
|
|
- width: 130px;
|
|
|
- height: 30px;
|
|
|
-/* user-select: text;
|
|
|
+ width: 130px;
|
|
|
+ height: 30px;
|
|
|
+ /* user-select: text;
|
|
|
-webkit-user-select: text;
|
|
|
-moz-user-select: text;
|
|
|
-ms-user-select: text; */
|
|
|
- color: silver;
|
|
|
- float: left;
|
|
|
- margin-top: 18px;
|
|
|
- margin-left: 10px;
|
|
|
- font-size: 11px;
|
|
|
- position: relative;
|
|
|
- z-index: 20;
|
|
|
- /* overflow:auto; */
|
|
|
- }
|
|
|
-.img{
|
|
|
- width: 18px;
|
|
|
- height: 20px;
|
|
|
+ color: silver;
|
|
|
+ float: left;
|
|
|
+ margin-top: 18px;
|
|
|
+ margin-left: 10px;
|
|
|
+ font-size: 11px;
|
|
|
+ position: relative;
|
|
|
+ z-index: 20;
|
|
|
+ /* overflow:auto; */
|
|
|
+}
|
|
|
+.img {
|
|
|
+ width: 18px;
|
|
|
+ height: 20px;
|
|
|
float: right;
|
|
|
background-color: #242424;
|
|
|
/* background-color: red; */
|
|
|
margin-top: -10px;
|
|
|
- margin-right: -10px;
|
|
|
- /* margin-top: -15px; */
|
|
|
-background-image: url(../../static/picture/zuizhongsanjiao2.png);
|
|
|
-
|
|
|
- }
|
|
|
- .value{
|
|
|
- color: #FFFFFF;
|
|
|
- font-size: 14px;
|
|
|
- float: right;
|
|
|
- }
|
|
|
- .rightValue{
|
|
|
- color: #FFFFFF;
|
|
|
- font-size: 14px;
|
|
|
- float: right;
|
|
|
- }
|
|
|
- .informationCardText4{
|
|
|
- width: 120px;
|
|
|
- height: 35px;
|
|
|
- font-size: 14px;
|
|
|
- line-height: 35px;
|
|
|
- float: right;
|
|
|
- /* margin-left: 4px; */
|
|
|
- margin-right: 9px;
|
|
|
- }
|
|
|
- .textSilverDay{
|
|
|
- user-select: text;
|
|
|
- -webkit-user-select: text;
|
|
|
- -moz-user-select: text;
|
|
|
- -ms-user-select: text;
|
|
|
- color: silver;
|
|
|
- float: left;
|
|
|
- font-size: 14px;
|
|
|
- margin-left: 2%;
|
|
|
- }
|
|
|
+ margin-right: -10px;
|
|
|
+ /* margin-top: -15px; */
|
|
|
+ background-image: url(../../static/picture/zuizhongsanjiao2.png);
|
|
|
+}
|
|
|
+.value {
|
|
|
+ color: #ffffff;
|
|
|
+ font-size: 14px;
|
|
|
+ float: right;
|
|
|
+}
|
|
|
+.rightValue {
|
|
|
+ color: #ffffff;
|
|
|
+ font-size: 14px;
|
|
|
+ float: right;
|
|
|
+}
|
|
|
+.informationCardText4 {
|
|
|
+ width: 120px;
|
|
|
+ height: 35px;
|
|
|
+ font-size: 14px;
|
|
|
+ line-height: 35px;
|
|
|
+ float: right;
|
|
|
+ /* margin-left: 4px; */
|
|
|
+ margin-right: 9px;
|
|
|
+}
|
|
|
+.textSilverDay {
|
|
|
+ user-select: text;
|
|
|
+ -webkit-user-select: text;
|
|
|
+ -moz-user-select: text;
|
|
|
+ -ms-user-select: text;
|
|
|
+ color: silver;
|
|
|
+ float: left;
|
|
|
+ font-size: 14px;
|
|
|
+ margin-left: 2%;
|
|
|
+}
|
|
|
</style>
|