WindStationCardDetail.vue 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854
  1. <template>
  2. <view>
  3. <!--导航栏-->
  4. <view @tap="closeFrame">
  5. <cu-custom bgColor="bg-gradual-sisBlack" :isBack="true">
  6. <block slot="backText"><view style="height: 80rpx;line-height: 80rpx;">返回</view></block>
  7. <block slot="content">{{ windStationName }}</block>
  8. </cu-custom>
  9. </view>
  10. <!--电量卡片-->
  11. <view class="InformationCard" @tap="closeFrame">
  12. <view class="informationCardAll">
  13. <view class="informationCardTextOne">
  14. <view class="informationCardText">
  15. <view class="textSilver">安全天数</view>
  16. <view class="textWhite">(天)</view>
  17. :15
  18. </view>
  19. <view class="informationCardTextzj">
  20. <view class="textSilver">装机容量</view>
  21. <view class="textWhite">(MV)</view>
  22. :15
  23. </view>
  24. </view>
  25. <view class="informationCardTextTwo">
  26. <view class="informationCardText2">
  27. <view class="textSilver">日发电量</view>
  28. <view class="textWhite">(kwh)</view>
  29. :150
  30. </view>
  31. <view class="informationCardText2">
  32. <view class="textSilver">预测发电量</view>
  33. <view class="textWhite">(kwh)</view>
  34. :15
  35. </view>
  36. <view class="informationCardText2">
  37. <view class="textSilver">上网电量</view>
  38. <view class="textWhite">(kwh)</view>
  39. :15
  40. </view>
  41. </view>
  42. </view>
  43. </view>
  44. <!--风速卡片-->
  45. <view class="speedPower" @tap="closeFrame">
  46. <view class="cardinstallredSpeed">
  47. <view class="cardinstalltitlegreen">
  48. 平均风速
  49. <view class="textWhitekuangSpeed">(km/h)</view>
  50. </view>
  51. <view class="cardinstallnumbergreen">5</view>
  52. <view class="cardinstallnumbergreenmin"><view class="greenMinText">min: 5</view></view>
  53. <view class="cardinstallnumbergreenmax"><view class="greenMaxText">max: 25</view></view>
  54. </view>
  55. <view class="cardinstallredSpeed">
  56. <view class="cardinstalltitlegreen">
  57. 预测风速
  58. <view class="textWhitekuangSpeed">(km/h)</view>
  59. </view>
  60. <view class="cardinstallnumbergreen">48</view>
  61. <view class="cardinstallnumbergreenmin"><view class="greenMinText">min: 4</view></view>
  62. <view class="cardinstallnumbergreenmax"><view class="greenMaxText">max: 26</view></view>
  63. </view>
  64. <view class="cardinstallredSpeed">
  65. <view class="cardinstalltitleRed">
  66. 实际功率
  67. <view class="textWhitekuang">(kw)</view>
  68. </view>
  69. <view class="cardinstallnumberred">15</view>
  70. <view class="cardinstallnumberredmin"><view class="redMinText">min: 566</view></view>
  71. <view class="cardinstallnumberredmax"><view class="redMaxText">max: 656</view></view>
  72. </view>
  73. <view class="cardinstallredSpeed">
  74. <view class="cardinstalltitleRed">
  75. 理论功率
  76. <view class="textWhitekuang">(kw)</view>
  77. </view>
  78. <view class="cardinstallnumberred">14</view>
  79. <view class="cardinstallnumberredmin"><view class="redMinText">min: 589</view></view>
  80. <view class="cardinstallnumberredmax"><view class="redMaxText">max: 674</view></view>
  81. </view>
  82. </view>
  83. <!-- 指标卡片 -->
  84. <view class="quatoCardAndFrame">
  85. <view class="quatoCardContainer" @tap="frameShow">
  86. <!-- <view class="quatoCard">mttr</view>
  87. <view class="quatoCard">月利用小时</view>
  88. <view class="quatoCardLast">综合场用电率</view>
  89. <view class="quatoCard">mtbf</view>
  90. <view class="quatoCard">年利用小时</view>
  91. <view class="quatoCardLast">设备可利用率</view>
  92. <view class="quatoCard">减排二氧化硫</view>
  93. <view class="quatoCard">节约用水</view>
  94. <view class="quatoCardLast">减排二氧化碳</view>
  95. <view class="quatoCard">节约标煤</view> -->
  96. <view :class="sanJiao"></view>
  97. </view>
  98. <!-- 弹框 -->
  99. <view class="frame" v-show="isFrameShow">
  100. <view class="frameCard">mttr(h):15</view>
  101. <view class="frameCard">月利用小时(h):15</view>
  102. <view class="frameCardLast">综合场用电率(%):15</view>
  103. <view class="frameCard">mtbf(h):15</view>
  104. <view class="frameCard">年利用小时(h):15</view>
  105. <view class="frameCardLast">设备可利用率(%):15</view>
  106. <view class="frameCard">减排二氧化硫(吨):15</view>
  107. <view class="frameCard">节约用水(吨):15</view>
  108. <view class="frameCardLast">减排二氧化碳(吨):15</view>
  109. <view class="frameCard">节约标煤(吨):15</view>
  110. </view>
  111. </view>
  112. <!-- 曲线图 -->
  113. <view class="lineChart" @tap="closeFrame">
  114. <view class="qiun-charts">
  115. <view class="speedPowerDiagram">风速功率曲线图</view>
  116. <canvas canvas-id="canvasLineA" id="canvasLineA" class="charts" @touchstart="touchLineA"></canvas>
  117. </view>
  118. </view>
  119. <!--柱状图-->
  120. <view class="Histogram" @tap="closeFrame">
  121. <view class="PowerColunm">发电量柱状图</view>
  122. <canvas canvas-id="canvasColumn" id="canvasColumn" class="charts" disable-scroll=true @touchstart="touchColumn" @touchmove="moveColumn" @touchend="touchEndColumn"></canvas>
  123. </view>
  124. </view>
  125. </template>
  126. <script>
  127. import uCharts from '../tools/u-charts/u-charts.js';
  128. var _self;
  129. var canvaLineA = null;
  130. var canvaColumn = null;
  131. export default {
  132. data: function() {
  133. return {
  134. windStationName: '',
  135. isFrameShow: false,
  136. count: 0,
  137. cWidth: '',
  138. cHeight: '',
  139. pixelRatio: 1,
  140. serverData: '',
  141. sanJiao:"sanJiaoDown"
  142. };
  143. },
  144. onLoad(option) {
  145. this.windStationName = option.option;
  146. this.cWidth = uni.upx2px(750);
  147. this.cHeight = uni.upx2px(400);
  148. this.getServerData();
  149. this.getColumnServerData();
  150. },
  151. methods: {
  152. frameShow: function() {
  153. this.count = this.count + 1;
  154. if (this.count % 2 == 0) {
  155. this.isFrameShow = false;
  156. this.sanJiao="sanJiaoDown";
  157. } else {
  158. this.isFrameShow = true;
  159. this.sanJiao="sanJiaoUp";
  160. }
  161. },
  162. closeFrame: function() {
  163. this.count = this.count + 1;
  164. if (this.isFrameShow) {
  165. this.isFrameShow = false;
  166. this.sanJiao="sanJiaoDown";
  167. }
  168. },
  169. getServerData() {
  170. // 折线图
  171. let LineA = {
  172. categories: [
  173. ' 17:26',
  174. '18:56',
  175. '19:56',
  176. '20:56',
  177. '21:56',
  178. '22:56',
  179. '23:56',
  180. '00:56',
  181. '01:56',
  182. '02:56',
  183. '03:56',
  184. '04:56',
  185. '05:56',
  186. '06:56',
  187. '07:56',
  188. '08:56',
  189. '09:56',
  190. '10:56',
  191. '11:56',
  192. '12:56',
  193. '13:56',
  194. '14:56',
  195. '15:56',
  196. '16:56',
  197. '17:56 '
  198. ],
  199. series: [
  200. {
  201. name: '功率',
  202. data: [11, 12, 14, 12, 13, 12, 16, 14, 11, 13, 10, 14, 11, 13, 11, 12, 11, 12.1, 12.2, 11.5, 11.7, 11.3, 12.7, 13, 12.8],
  203. color: '#4BB94B',
  204. textColor: '#FFFFFF',
  205. textSize: this.seriesTextSize,
  206. format: val => {
  207. return val + 'kwh';
  208. },
  209. index: 0,
  210. legendShape: 'circle'
  211. },
  212. {
  213. name: '风速',
  214. data: [21, 22, 21, 22, 21, 22, 21, 22, 21, 22, 21, 22, 21, 22, 21, 22, 21, 22.1, 22.2, 21.5, 21.7, 21.3, 22.7, 23, 22.8],
  215. color: '#E82E2F',
  216. textColor: '#FFFFFF',
  217. textSize: this.seriesTextSize,
  218. format: val => {
  219. return val + 'km/h';
  220. },
  221. index: 1,
  222. legendShape: 'circle'
  223. },
  224. {
  225. name: '理论功率',
  226. data: [31, 32, 31, 32, 31, 32, 31, 32, 31, 32, 31, 32, 31, 32, 31, 32, 31, 32.1, 32.2, 31.5, 31.7, 31.3, 32.7, 33, 32.8],
  227. color: '#F5A83C',
  228. textColor: '#FFFFFF',
  229. textSize: this.seriesTextSize,
  230. format: val => {
  231. return val + 'kwh';
  232. },
  233. index: 0,
  234. legendShape: 'circle'
  235. },
  236. {
  237. name: '预测功率',
  238. data: [1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2.1, 2.2, 1.5, 1.7, 1.3, 2.7, 3, 2.8],
  239. color: '#4A80B1',
  240. textColor: '#FFFFFF',
  241. textSize: this.seriesTextSize,
  242. format: val => {
  243. return val + 'kwh';
  244. },
  245. index: 1,
  246. legendShape: 'circle'
  247. }
  248. ]
  249. };
  250. this.showLineA('canvasLineA', LineA);
  251. },
  252. showLineA(canvasId, chartData) {
  253. var _self = this;
  254. canvaLineA = new uCharts({
  255. $this: _self,
  256. canvasId: canvasId,
  257. type: 'line',
  258. fontSize: 11,
  259. legend: {
  260. show: true,
  261. position: 'top',
  262. float: 'right',
  263. fontColor: 'silver',
  264. itemGap: '4',
  265. itemWidth: '3'
  266. },
  267. dataLabel: false,
  268. dataPointShape: false,
  269. background: '#FFFFFF',
  270. pixelRatio: _self.pixelRatio,
  271. categories: chartData.categories,
  272. series: chartData.series,
  273. animation: true,
  274. xAxis: {
  275. type: 'grid',
  276. gridColor: 'silver',
  277. fontColor: 'silver',
  278. gridType: 'solid',
  279. gridColor: '#2E2E2E',
  280. axisLineColor: '#2E2E2E',
  281. labelCount: '3'
  282. // itemCount:"3"
  283. },
  284. yAxis: {
  285. data: [
  286. {
  287. type: 'value',
  288. fontColor: 'silver',
  289. disabled: false, //y轴轴线
  290. min: 0,
  291. max: 40,
  292. position: 'left',
  293. axisLineColor: '#2E2E2E',
  294. title: ' 风速:(km/h)',
  295. titleFontColor: 'silver'
  296. },
  297. {
  298. fontColor: 'silver',
  299. disabled: false, //y轴轴线
  300. min: 0,
  301. max: 40,
  302. position: 'right',
  303. axisLineColor: '#2E2E2E',
  304. title: '功率:(kwh)',
  305. titleFontColor: 'silver'
  306. }
  307. ],
  308. gridColor: '#2E2E2E',
  309. splitNumber: 4,
  310. gridType: 'solid',
  311. dashLength: 8,
  312. showTitle: 'true',
  313. format: val => {
  314. return val.toFixed(0) + '元';
  315. }
  316. },
  317. width: _self.cWidth * _self.pixelRatio,
  318. height: _self.cHeight * _self.pixelRatio,
  319. extra: {
  320. line: {
  321. type: 'line',
  322. width: '1'
  323. }
  324. }
  325. });
  326. },
  327. touchLineA(e) {
  328. canvaLineA.showToolTip(e, {
  329. format: function(item, category) {
  330. return category + ' ' + item.name + ':' + item.data;
  331. }
  332. });
  333. },
  334. moveLineA(e) {
  335. canvaLineA.scroll(e);
  336. },
  337. getColumnServerData() {
  338. let Column={
  339. "categories": ['0',
  340. '1',
  341. '2',
  342. '3',
  343. '4',
  344. '5',
  345. '6',
  346. '7',
  347. '8',
  348. '9',
  349. '10',
  350. '11',
  351. '12',
  352. '13',
  353. '14',
  354. '15',
  355. '16',
  356. '17',
  357. '18',
  358. '19',
  359. '20',
  360. '21',
  361. '22',
  362. '23',
  363. '24'],
  364. "series": [{
  365. "legendShape": "circle",
  366. "name": "发电量",
  367. "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],
  368. "textColor":"#ffffff",
  369. "color": "#2fc25b"
  370. }]
  371. }
  372. // res.data.data = res.data;
  373. // let Column = {
  374. // categories: [],
  375. // series: []
  376. // };
  377. // //这里我后台返回的是数组,所以用等于,如果您后台返回的是单条数据,需要push进去
  378. // Column.categories = res.data.data.ColumnB.categories;
  379. // Column.series = res.data.data.ColumnB.series;
  380. // _self.textarea = JSON.stringify(res.data.data.ColumnB);
  381. this.showColumn("canvasColumn", Column);
  382. },
  383. showColumn(canvasId, chartData) {
  384. var _self = this;
  385. canvaColumn = new uCharts({
  386. $this: _self,
  387. canvasId: canvasId,
  388. type: 'column',
  389. legend: {
  390. show: true,
  391. fontSize: 12,
  392. padding: 5,
  393. fontColor: "silver",
  394. itemGap: "4",
  395. // margin:0,
  396. position: "top",
  397. float: "right"
  398. },
  399. fontSize: 11,
  400. background: '#242424',
  401. pixelRatio: _self.pixelRatio,
  402. animation: true,
  403. categories: chartData.categories,
  404. series: chartData.series,
  405. enableScroll:true,
  406. xAxis: {
  407. // disabled:true,
  408. rotateLabel: false,
  409. disableGrid: true,
  410. axisLineColor: '#2D2D2D',
  411. fontColor: "#ffffff",
  412. itemCount:10,
  413. // labelCount:10,
  414. scrollShow:true,
  415. // gridColor:'#2D2D2D',
  416. },
  417. yAxis: {
  418. showTitle: true,
  419. // disableGrid:true,
  420. gridType: 'solid',
  421. dashLength: 8,
  422. gridColor: '#2D2D2D',
  423. splitNumber: 5,
  424. min: 0,
  425. max: 40,
  426. data: [{
  427. min: 0,
  428. max: 40,
  429. position: 'left',
  430. axisLine: false,
  431. fontColor: "silver",
  432. title: " 发电量:(kw)",
  433. titleFontColor: "silver",
  434. titleFontSize: 11,
  435. format: (val) => {
  436. return val.toFixed(0) + ''
  437. },
  438. }]
  439. },
  440. dataLabel: true,
  441. width: _self.cWidth * _self.pixelRatio,
  442. height: _self.cHeight * _self.pixelRatio,
  443. extra: {
  444. column: {
  445. type: 'group',
  446. // width: _self.cWidth * _self.pixelRatio * 0.45 / chartData.categories.length
  447. width: 12,
  448. lineStyle: {
  449. width: 5,
  450. }
  451. }
  452. }
  453. });
  454. },
  455. touchEndColumn(e) {
  456. canvaColumn.scrollEnd(e);
  457. canvaColumn.showToolTip(e, {
  458. format: function(item, category) {
  459. if (typeof item.data === 'object') {
  460. return category + ' ' + item.name + ':' + item.data.value
  461. } else {
  462. return category + ' ' + item.name + ':' + item.data
  463. }
  464. }
  465. });
  466. },
  467. touchColumn(e){
  468. canvaColumn.scrollStart(e);
  469. },
  470. moveColumn(e) {
  471. canvaColumn.scroll(e);
  472. },
  473. }
  474. };
  475. </script>
  476. <style>
  477. body {
  478. font-family: -apple-system, BlinkMacSystemFont, 'PingFang SC', 'Helvetica Neue', STHeiti, 'Microsoft Yahei', Tahoma, Simsun, sans-serif;
  479. font-size: 20px;
  480. color: silver;
  481. background: #000;
  482. }
  483. page {
  484. background-color: #1f1f1f;
  485. color: silver;
  486. }
  487. .InformationCard {
  488. margin-top: 10px;
  489. width: 100%;
  490. height: 70px;
  491. background-color: #242424;
  492. float: left;
  493. }
  494. .informationCardAll {
  495. width: 100%;
  496. margin-top: 10px;
  497. height: 60px;
  498. float: left;
  499. }
  500. .informationCardTextOne {
  501. width: 100%;
  502. height: 35px;
  503. float: left;
  504. }
  505. .informationCardText {
  506. margin-left: 15px;
  507. width: 110px;
  508. height: 35px;
  509. line-height: 35px;
  510. user-select: text;
  511. -webkit-user-select: text;
  512. -moz-user-select: text;
  513. -ms-user-select: text;
  514. color: silver;
  515. font-size: 12px;
  516. float: left;
  517. }
  518. .informationCardTextzj {
  519. margin-left: 141px;
  520. width: 100px;
  521. height: 35px;
  522. line-height: 35px;
  523. user-select: text;
  524. -webkit-user-select: text;
  525. -moz-user-select: text;
  526. -ms-user-select: text;
  527. color: silver;
  528. font-size: 12px;
  529. float: left;
  530. }
  531. .informationCardTextTwo {
  532. width: 100%;
  533. height: 35px;
  534. float: left;
  535. user-select: text;
  536. -webkit-user-select: text;
  537. -moz-user-select: text;
  538. -ms-user-select: text;
  539. color: silver;
  540. }
  541. .informationCardText2 {
  542. margin-left: 15px;
  543. width: 110px;
  544. height: 35px;
  545. font-size: 12px;
  546. line-height: 35px;
  547. float: left;
  548. }
  549. .textWhite {
  550. color: white;
  551. float: left;
  552. }
  553. .textSilver {
  554. user-select: text;
  555. -webkit-user-select: text;
  556. -moz-user-select: text;
  557. -ms-user-select: text;
  558. color: silver;
  559. float: left;
  560. }
  561. .speedPower {
  562. width: 100%;
  563. height: 180px;
  564. background-color: #242424;
  565. float: left;
  566. margin-top: 20rpx;
  567. }
  568. .cardinstallredSpeed {
  569. margin-top: 8px;
  570. margin-left: 9px;
  571. width: 46%;
  572. height: 78px;
  573. background: -webkit-linear-gradient(top, rgba(159, 131, 111, 0.1) 0%, rgba(193, 94, 21, 0.2) 100%);
  574. border-radius: 5px;
  575. float: left;
  576. }
  577. .cardinstalltitlegreen {
  578. width: 100%;
  579. height: 25px;
  580. margin-left: 37px;
  581. user-select: text;
  582. -webkit-user-select: text;
  583. -moz-user-select: text;
  584. -ms-user-select: text;
  585. font-size: 14px;
  586. color: silver;
  587. line-height: 25px;
  588. float: left;
  589. }
  590. .textWhitekuangSpeed {
  591. color: white;
  592. float: right;
  593. margin-right: 70px;
  594. }
  595. .cardinstallnumbergreen {
  596. width: 100%;
  597. height: 25px;
  598. text-align: center;
  599. user-select: text;
  600. -webkit-user-select: text;
  601. -moz-user-select: text;
  602. -ms-user-select: text;
  603. font-size: 20px;
  604. color: silver;
  605. /* color: #449618; */
  606. line-height: 25px;
  607. float: left;
  608. }
  609. .cardinstallnumbergreenmin {
  610. margin-left: 2px;
  611. width: 45%;
  612. height: 20px;
  613. user-select: text;
  614. -webkit-user-select: text;
  615. -moz-user-select: text;
  616. -ms-user-select: text;
  617. font-size: 12px;
  618. color: silver;
  619. /* color: #449618; */
  620. float: left;
  621. }
  622. .cardinstallnumbergreenmax {
  623. /* font-weight: bold; */
  624. margin-right: 2px;
  625. width: 45%;
  626. height: 20px;
  627. user-select: text;
  628. -webkit-user-select: text;
  629. -moz-user-select: text;
  630. -ms-user-select: text;
  631. font-size: 12px;
  632. color: silver;
  633. /* color: #449618; */
  634. float: right;
  635. }
  636. .greenMinText {
  637. line-height: 20px;
  638. float: right;
  639. }
  640. .greenMaxText {
  641. line-height: 20px;
  642. float: left;
  643. }
  644. .cardinstalltitleRed {
  645. width: 100%;
  646. height: 25px;
  647. margin-left: 45px;
  648. user-select: text;
  649. -webkit-user-select: text;
  650. -moz-user-select: text;
  651. -ms-user-select: text;
  652. font-size: 14px;
  653. color: silver;
  654. line-height: 25px;
  655. float: left;
  656. }
  657. .textWhitekuang {
  658. color: white;
  659. float: right;
  660. margin-right: 85px;
  661. }
  662. .cardinstallnumberred {
  663. width: 100%;
  664. height: 25px;
  665. text-align: center;
  666. user-select: text;
  667. -webkit-user-select: text;
  668. -moz-user-select: text;
  669. -ms-user-select: text;
  670. font-size: 20px;
  671. color: silver;
  672. /* color: #E93131; */
  673. line-height: 25px;
  674. float: left;
  675. }
  676. .cardinstallnumberredmin {
  677. margin-left: 2px;
  678. width: 45%;
  679. height: 20px;
  680. user-select: text;
  681. -webkit-user-select: text;
  682. -moz-user-select: text;
  683. -ms-user-select: text;
  684. font-size: 12px;
  685. color: silver;
  686. /* color: #E93131; */
  687. float: left;
  688. }
  689. .cardinstallnumberredmax {
  690. margin-right: 2px;
  691. width: 45%;
  692. height: 20px;
  693. user-select: text;
  694. -webkit-user-select: text;
  695. -moz-user-select: text;
  696. -ms-user-select: text;
  697. font-size: 12px;
  698. color: silver;
  699. /* color: #E93131; */
  700. float: right;
  701. }
  702. .redMinText {
  703. line-height: 20px;
  704. float: right;
  705. }
  706. .redMaxText {
  707. line-height: 20px;
  708. float: left;
  709. }
  710. .quatoCardAndFrame {
  711. clear: both;
  712. width: calc(100% - 18px);
  713. height: 20px;
  714. margin-left: 9px;
  715. background-color: #242424;
  716. position: relative;
  717. }
  718. .quatoCardContainer {
  719. width: 100%;
  720. height: 20px;
  721. /* margin-left: 9px; */
  722. background-color: #242424;
  723. }
  724. .quatoCard {
  725. width: 32%;
  726. height: 30px;
  727. float: left;
  728. margin-right: 1.5%;
  729. margin-bottom: 8px;
  730. text-align: center;
  731. line-height: 30px;
  732. font-size: 14px;
  733. /* background: -webkit-linear-gradient(top, rgba(159, 131, 111, 0.1) 0%, rgba(193, 94, 21, 0.2) 100%); */
  734. }
  735. .quatoCardLast {
  736. width: 32%;
  737. height: 30px;
  738. float: left;
  739. text-align: center;
  740. line-height: 30px;
  741. margin-bottom: 8px;
  742. font-size: 14px;
  743. /* background: -webkit-linear-gradient(top, rgba(159, 131, 111, 0.1) 0%, rgba(193, 94, 21, 0.2) 100%); */
  744. }
  745. .sanJiaoUp {
  746. clear: both;
  747. width: 0;
  748. height: 0;
  749. border-right: 20px solid transparent;
  750. border-left: 20px solid transparent;
  751. border-bottom: 15px solid #E47369;
  752. margin-left: calc(50% - 20px);
  753. }
  754. .sanJiaoDown {
  755. clear: both;
  756. width: 0;
  757. height: 0;
  758. border-right: 20px solid transparent;
  759. border-left: 20px solid transparent;
  760. border-top: 15px solid #E47369;
  761. margin-left: calc(50% - 20px);
  762. }
  763. .frame {
  764. width: 100%;
  765. height: 150px;
  766. position: absolute;
  767. top: 20px;
  768. left: 0px;
  769. z-index: 20;
  770. /* background: -webkit-linear-gradient(top, rgba(159, 131, 111, 0.1) 0%, rgba(193, 94, 21, 0.2) 100%); */
  771. background-color:#262424;
  772. }
  773. .frameCard{
  774. width: 32%;
  775. height: 30px;
  776. float: left;
  777. margin-right: 1.5%;
  778. margin-bottom: 8px;
  779. text-align: center;
  780. line-height: 30px;
  781. font-size: 12px;
  782. color: white;
  783. }
  784. .frameCardLast{
  785. width: 32%;
  786. height: 30px;
  787. float: left;
  788. text-align: center;
  789. line-height: 30px;
  790. margin-bottom: 8px;
  791. font-size: 12px;
  792. color: white;
  793. }
  794. .speedPowerDiagram {
  795. clear: both;
  796. width: 130px;
  797. height: 30px;
  798. user-select: text;
  799. -webkit-user-select: text;
  800. -moz-user-select: text;
  801. -ms-user-select: text;
  802. color: silver;
  803. float: left;
  804. margin-top: 18px;
  805. margin-left: 9px;
  806. font-size: 11px;
  807. }
  808. .qiun-charts {
  809. width: 750upx;
  810. height: 500upx;
  811. }
  812. .charts {
  813. width: 750upx;
  814. height: 500upx;
  815. }
  816. .lineChart {
  817. width: 100%;
  818. height: 200px;
  819. background-color: #242424;
  820. margin-top: 10px;
  821. float: left;
  822. }
  823. .Histogram {
  824. clear: both;
  825. width: 750upx;
  826. height: 500upx;
  827. margin-top: 20px;
  828. background-color: #242424;
  829. }
  830. .PowerColunm {
  831. width: 130px;
  832. height: 30px;
  833. user-select: text;
  834. -webkit-user-select: text;
  835. -moz-user-select: text;
  836. -ms-user-select: text;
  837. color: silver;
  838. float: left;
  839. margin-top: 18px;
  840. margin-left: 10px;
  841. font-size: 11px;
  842. }
  843. </style>