index.vue 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826
  1. <template>
  2. <view class="home">
  3. <view class="home_header">
  4. <view class="header_message" @click="changeMsg">
  5. <image src="../../static/jnImage/indexPage/alarmSet.png"></image>
  6. </view>
  7. <view class="header_title">
  8. <text class="titleName">发电场站生产实时运营管理平台</text>
  9. </view>
  10. <view class="header_more" @click="changeStation">
  11. <image src="../../static/jnImage/indexPage/moreNew.png"></image>
  12. </view>
  13. </view>
  14. <view class="home_main">
  15. <view class="main_time">
  16. <view class="mesTime">
  17. <image src="../../static/jnImage/indexPage/time.png"></image>
  18. <text>{{timeData.year}}年{{timeData.month}}月{{timeData.day}}日</text>
  19. <text>{{timeData.week}}</text>
  20. <text>{{timeData.hour}}{{timeData.minute}}</text>
  21. </view>
  22. <view class="mesAll">
  23. <uni-row class="mesEx">
  24. <uni-col :span="12" v-for="(item,index) in mesExData" :key="index">
  25. <view class="mesEx_left flex">
  26. <view class="mesEx_left_top">
  27. <text class="nameSty">{{item.leftName}}</text>
  28. </view>
  29. <view class="mesEx_left_end">
  30. <text>{{item.leftValue}}</text>
  31. <text>{{item.leftCode}}</text>
  32. </view>
  33. </view>
  34. </uni-col>
  35. </uni-row>
  36. <uni-row class="windpowerCl">
  37. <uni-col :span="12" v-for="(item,index) in windPowerData" :key="index">
  38. <view class="windpowerMsg">
  39. <view class="windpowerMsg_com flex justify-between">
  40. <text style="font-size: 28upx">{{item.name}}</text>
  41. <text>{{item.code}}</text>
  42. </view>
  43. <view class="windpowerMsg_Data">
  44. <text>{{item.value}}</text>
  45. </view>
  46. <view class="windpowerMsg_com flex justify-between">
  47. <text>min:{{item.min}}</text>
  48. <text>max:{{item.max}}</text>
  49. </view>
  50. </view>
  51. </uni-col>
  52. </uni-row>
  53. <view class="windMsg">
  54. <view class="flex justify-center" style="margin-bottom: 6px;" @click="watchWindStatus('wind')">
  55. <view class="windMsg_title">
  56. <image src="../../static/jnImage/indexPage/wancheng.png" mode=""></image>
  57. <text>风机状态</text>
  58. </view>
  59. </view>
  60. <view class="windMsg_main">
  61. <view class="windMsg_main_msg flex justify-between">
  62. <view class="windMsgSty flex">
  63. <view class="windMsgSty_left">
  64. <image src="../../static/jnImage/indexPage/jn_jieru.png" mode=""></image>
  65. <text>接入</text>
  66. </view>
  67. <view class="windMsgSty_right flex justify-between">
  68. <text>{{Math.ceil(powerstatusData.jr_fj_ts)}}</text>
  69. <text>台</text>
  70. </view>
  71. </view>
  72. <view class="windMsgSty flex">
  73. <view class="windMsgSty_left">
  74. <image src="../../static/jnImage/indexPage/jn_daiji.png" mode=""></image>
  75. <text>待机</text>
  76. </view>
  77. <view class="windMsgSty_right flex justify-between">
  78. <text>{{Math.ceil(windstatusData.fd_djnum)}}</text>
  79. <text>台</text>
  80. </view>
  81. </view>
  82. </view>
  83. <view class="windMsg_main_msg flex justify-between">
  84. <view class="windMsgSty flex">
  85. <view class="windMsgSty_left">
  86. <image src="../../static/jnImage/indexPage/jn_bingwang.png" mode=""></image>
  87. <text>并网</text>
  88. </view>
  89. <view class="windMsgSty_right flex justify-between">
  90. <text>{{Math.ceil(windstatusData.fd_yxnum)}}</text>
  91. <text>台</text>
  92. </view>
  93. </view>
  94. <view class="windMsgSty flex">
  95. <view class="windMsgSty_left">
  96. <image src="../../static/jnImage/indexPage/jn_guzhang.png" mode=""></image>
  97. <text>故障</text>
  98. </view>
  99. <view class="windMsgSty_right flex justify-between">
  100. <text>{{Math.ceil(windstatusData.fd_gznum)}}</text>
  101. <text>台</text>
  102. </view>
  103. </view>
  104. </view>
  105. <view class="windMsg_main_msg flex justify-between">
  106. <view class="windMsgSty flex">
  107. <view class="windMsgSty_left">
  108. <image src="../../static/jnImage/indexPage/jn_jianxiu.png" mode=""></image>
  109. <text>检修</text>
  110. </view>
  111. <view class="windMsgSty_right flex justify-between">
  112. <text>{{Math.ceil(windstatusData.fd_jxnum)}}</text>
  113. <text>台</text>
  114. </view>
  115. </view>
  116. <view class="windMsgSty flex">
  117. <view class="windMsgSty_left">
  118. <image src="../../static/jnImage/indexPage/jn_xiandian.png" mode=""></image>
  119. <text>限电</text>
  120. </view>
  121. <view class="windMsgSty_right flex justify-between">
  122. <text>{{Math.ceil(windstatusData.fd_xdnum)}}</text>
  123. <text>台</text>
  124. </view>
  125. </view>
  126. </view>
  127. <view class="windMsg_main_msg flex justify-between">
  128. <view class="windMsgSty flex">
  129. <view class="windMsgSty_left">
  130. <image src="../../static/jnImage/indexPage/jn_shoulei.png" mode=""></image>
  131. <text>受累</text>
  132. </view>
  133. <view class="windMsgSty_right flex justify-between">
  134. <text>{{Math.ceil(windstatusData.fd_slnum)}}</text>
  135. <text>台</text>
  136. </view>
  137. </view>
  138. <view class="windMsgSty flex">
  139. <view class="windMsgSty_left">
  140. <image src="../../static/jnImage/indexPage/jn_lixian.png" mode=""></image>
  141. <text>离线</text>
  142. </view>
  143. <view class="windMsgSty_right flex justify-between">
  144. <text>{{Math.ceil(windstatusData.fd_lxnum)}}</text>
  145. <text>台</text>
  146. </view>
  147. </view>
  148. </view>
  149. </view>
  150. </view>
  151. <view class="powerMsg">
  152. <view class="flex justify-center" style="margin-bottom: 6px;" @click="watchWindStatus('power')">
  153. <view class="windMsg_title">
  154. <image src="../../static/jnImage/indexPage/wancheng.png" mode=""></image>
  155. <text>光伏状态</text>
  156. </view>
  157. </view>
  158. <view class="windMsg_main">
  159. <view class="windMsg_main_msg flex justify-between">
  160. <view class="windMsgSty flex">
  161. <view class="windMsgSty_left">
  162. <image src="../../static/jnImage/indexPage/yunxingGFNew.png" mode=""></image>
  163. <text>接入</text>
  164. </view>
  165. <view class="windMsgSty_right flex justify-between">
  166. <text>{{Math.ceil(powerstatusData.jr_gf_jzts+powerstatusData.jr_gf_zcts)}}</text>
  167. <text>台</text>
  168. </view>
  169. </view>
  170. <view class="windMsgSty flex">
  171. <view class="windMsgSty_left">
  172. <image src="../../static/jnImage/indexPage/jn_daiji.png" mode=""></image>
  173. <text>待机</text>
  174. </view>
  175. <view class="windMsgSty_right flex justify-between">
  176. <text>{{Math.ceil(windstatusData.gf_djnum)}}</text>
  177. <text>台</text>
  178. </view>
  179. </view>
  180. </view>
  181. <view class="windMsg_main_msg flex justify-between">
  182. <view class="windMsgSty flex">
  183. <view class="windMsgSty_left">
  184. <image src="../../static/jnImage/indexPage/jn_bingwang.png" mode=""></image>
  185. <text>并网</text>
  186. </view>
  187. <view class="windMsgSty_right flex justify-between">
  188. <text>{{Math.ceil(windstatusData.gf_yxnum)}}</text>
  189. <text>台</text>
  190. </view>
  191. </view>
  192. <view class="windMsgSty flex">
  193. <view class="windMsgSty_left">
  194. <image src="../../static/jnImage/indexPage/jn_guzhang.png" mode=""></image>
  195. <text>故障</text>
  196. </view>
  197. <view class="windMsgSty_right flex justify-between">
  198. <text>{{Math.ceil(windstatusData.gf_gznum)}}</text>
  199. <text>台</text>
  200. </view>
  201. </view>
  202. </view>
  203. <view class="windMsg_main_msg flex justify-between">
  204. <view class="windMsgSty flex">
  205. <view class="windMsgSty_left">
  206. <image src="../../static/jnImage/indexPage/jn_jianxiu.png" mode=""></image>
  207. <text>检修</text>
  208. </view>
  209. <view class="windMsgSty_right flex justify-between">
  210. <text>{{Math.ceil(windstatusData.gf_jxnum)}}</text>
  211. <text>台</text>
  212. </view>
  213. </view>
  214. <view class="windMsgSty flex">
  215. <view class="windMsgSty_left">
  216. <image src="../../static/jnImage/indexPage/jn_xiandian.png" mode=""></image>
  217. <text>限电</text>
  218. </view>
  219. <view class="windMsgSty_right flex justify-between">
  220. <text>{{Math.ceil(windstatusData.gf_xdnum)}}</text>
  221. <text>台</text>
  222. </view>
  223. </view>
  224. </view>
  225. <view class="windMsg_main_msg flex justify-between">
  226. <view class="windMsgSty flex">
  227. <view class="windMsgSty_left">
  228. <image src="../../static/jnImage/indexPage/jn_shoulei.png" mode=""></image>
  229. <text>受累</text>
  230. </view>
  231. <view class="windMsgSty_right flex justify-between">
  232. <text>{{Math.ceil(windstatusData.gf_slnum)}}</text>
  233. <text>台</text>
  234. </view>
  235. </view>
  236. <view class="windMsgSty flex">
  237. <view class="windMsgSty_left">
  238. <image src="../../static/jnImage/indexPage/jn_lixian.png" mode=""></image>
  239. <text>离线</text>
  240. </view>
  241. <view class="windMsgSty_right flex justify-between">
  242. <text>{{Math.ceil(windstatusData.gf_lxnum)}}</text>
  243. <text>台</text>
  244. </view>
  245. </view>
  246. </view>
  247. </view>
  248. </view>
  249. <view class="ssjk">
  250. <view class="ssjk_title flex justify-center">
  251. <image src="../../static/jnImage/indexPage/timeNow.png" mode=""></image>
  252. <text>实时监控</text>
  253. </view>
  254. <view class="ssjk_main">
  255. <view class="ssjk_main_msg" v-for="(item, index) in windData" :key="index">
  256. <view class="ssjk_main_msg_tit flex">
  257. <image src="../../static/jnImage/indexPage/windIcon.png" mode=""></image>
  258. <text>{{item.name}}</text>
  259. </view>
  260. <view class="ssjk_main_msg_data flex">
  261. <view class="msg_data_sty flex">
  262. <view class="msg_data_name">
  263. <text>风速</text>
  264. </view>
  265. <view class="dataSty flex">
  266. <text>{{item.fs}}</text>
  267. <text>m/s</text>
  268. </view>
  269. </view>
  270. <view class="msg_data_sty flex">
  271. <view class="msg_data_name">
  272. <text>实际功率</text>
  273. </view>
  274. <view class="dataSty flex">
  275. <text>{{item.sjgl}}</text>
  276. <text>MW</text>
  277. </view>
  278. </view>
  279. <view class="msg_data_sty flex">
  280. <view class="msg_data_name">
  281. <text>出线功率</text>
  282. </view>
  283. <view class="dataSty flex">
  284. <text>{{item.cxgl}}</text>
  285. <text>MW</text>
  286. </view>
  287. </view>
  288. </view>
  289. </view>
  290. </view>
  291. <view class="ssjk_main">
  292. <view class="ssjk_main_msg" v-for="(item, index) in powerData" :key="index">
  293. <view class="ssjk_main_msg_tit flex">
  294. <image src="../../static/jnImage/indexPage/powerIcon.png" mode=""></image>
  295. <text>{{item.name}}</text>
  296. </view>
  297. <view class="ssjk_main_msg_data flex">
  298. <view class="msg_data_sty flex">
  299. <view class="msg_data_name">
  300. <text>光照强度</text>
  301. </view>
  302. <view class="dataSty flex">
  303. <text>{{item.gzqd}}</text>
  304. <text>Kw/m²</text>
  305. </view>
  306. </view>
  307. <view class="msg_data_sty flex">
  308. <view class="msg_data_name">
  309. <text>实际功率</text>
  310. </view>
  311. <view class="dataSty flex">
  312. <text>{{item.sjgl}}</text>
  313. <text>MW</text>
  314. </view>
  315. </view>
  316. <view class="msg_data_sty flex">
  317. <view class="msg_data_name">
  318. <text>出线功率</text>
  319. </view>
  320. <view class="dataSty flex">
  321. <text>{{item.cxgl}}</text>
  322. <text>MW</text>
  323. </view>
  324. </view>
  325. </view>
  326. </view>
  327. </view>
  328. </view>
  329. </view>
  330. </view>
  331. </view>
  332. </view>
  333. </template>
  334. </template>
  335. <script>
  336. import {
  337. cockpitMonitor
  338. } from '../../api/home.js'
  339. import {
  340. windPowerDataApi
  341. } from '../../api/common.js'
  342. export default {
  343. onLoad: function() {},
  344. data() {
  345. return {
  346. mesExData: [],
  347. windPowerData: [],
  348. timeData: {},
  349. windstatusData: {},
  350. powerstatusData: {},
  351. windData: [],
  352. powerData: []
  353. }
  354. },
  355. created() {
  356. this.getTimeDaya()
  357. this.getHomeData()
  358. this.getwindPowerData("0", "-1");
  359. this.getwindPowerData("0", "-2");
  360. },
  361. methods: {
  362. //获取时间
  363. getTimeDaya() {
  364. let currentDate = new Date()
  365. this.timeData.year = currentDate.getFullYear()
  366. this.timeData.month = currentDate.getMonth() + 1
  367. this.timeData.day = currentDate.getDate()
  368. this.timeData.hour = currentDate.getHours() + ':'
  369. this.timeData.minute = currentDate.getMinutes() < 10 ? '0' + currentDate.getMinutes() : currentDate
  370. .getMinutes()
  371. this.timeData.week = new Array('星期天', '星期一', '星期二', '星期三', '星期四', '星期五', '星期六')[currentDate.getDay()]
  372. },
  373. //获取首页整体数据
  374. getHomeData() {
  375. let that = this
  376. cockpitMonitor({
  377. wpId: 'KGDL_FGS0'
  378. }).then(res => {
  379. if (res.data) {
  380. if (res.data.qt) {
  381. let datas = res.data.qt
  382. that.mesExData = [{
  383. leftName: '容量',
  384. leftValue: datas.zzjrl,
  385. leftCode: '(MW)',
  386. },
  387. {
  388. leftName: '安全天数',
  389. leftValue: Math.ceil(datas.aqts),
  390. leftCode: '(天)',
  391. },
  392. {
  393. leftName: '日发电量',
  394. leftValue: Math.ceil(datas.rfdl),
  395. leftCode: '(万kWh)'
  396. },
  397. {
  398. leftName: '利用小时',
  399. leftValue: Math.ceil(datas.fdylyxs + datas.fdnlyxs),
  400. leftCode: '(万kWh)'
  401. },
  402. {
  403. leftName: '月发电量',
  404. leftValue: Math.ceil(datas.yfdl),
  405. leftCode: '(万kWh)'
  406. },
  407. {
  408. leftName: '年发电量',
  409. leftValue: Math.ceil(datas.nfdl),
  410. leftCode: '(万kWh)'
  411. },
  412. ]
  413. that.windPowerData = [{
  414. name: '风速',
  415. value: datas.ssfs,
  416. code: '(m/s)',
  417. min: 6,
  418. max: 8
  419. }, {
  420. name: '日照强度',
  421. value: datas.gzzs,
  422. code: '(Kw/m²)',
  423. min: 6,
  424. max: 20
  425. }, {
  426. name: '功率',
  427. value: datas.sjgl,
  428. code: '(万kW)',
  429. min: 0,
  430. max: 200
  431. }, {
  432. name: '理论功率',
  433. value: datas.llgl,
  434. code: '(万kW)',
  435. min: 0,
  436. max: 500
  437. }]
  438. }
  439. if (res.data.cblpoint) {
  440. that.powerstatusData = res.data.cblpoint
  441. }
  442. if (res.data.mxztmap) {
  443. that.windstatusData = res.data.mxztmap
  444. }
  445. }
  446. })
  447. },
  448. getwindPowerData(type1, type2) {
  449. windPowerDataApi({
  450. company: type1,
  451. type: type2
  452. })
  453. .then((res) => {
  454. if (Object.values(res.data.data).length) {
  455. if (res.data.data.powerVos.length > 0) {
  456. res.data.data.powerVos.forEach(item => {
  457. if (type2 === "-1") {
  458. let obj = {
  459. name: item.wpname,
  460. fs: Math.ceil(item.spped),
  461. sjgl: Math.ceil(item.sjgl),
  462. cxgl: Math.ceil(item.cxgl)
  463. }
  464. this.windData.push(obj)
  465. } else {
  466. let obj = {
  467. name: item.wpname,
  468. gzqd: Math.ceil(item.spped),
  469. sjgl: Math.ceil(item.sjgl),
  470. cxgl: Math.ceil(item.cxgl)
  471. }
  472. this.powerData.push(obj)
  473. }
  474. })
  475. }
  476. } else {
  477. this.windData = [];
  478. this.powerData = [];
  479. }
  480. });
  481. },
  482. changeMsg() {
  483. this.$tab.navigateTo('/pages/common/messagePage')
  484. },
  485. changeStation() {
  486. this.$tab.navigateTo('/pages/common/stationListPage')
  487. },
  488. watchWindStatus(type) {
  489. this.$tab.navigateTo(`/pages/common/windStatusPage?status=${type}`)
  490. }
  491. }
  492. }
  493. </script>
  494. <style lang="scss">
  495. page {
  496. background-color: #202246;
  497. }
  498. .home {
  499. width: 100vw;
  500. background: url('../../static/jnImage/loginPage/windBack.png'), url('../../static/jnImage/loginPage/backWav.png');
  501. background-repeat: no-repeat, repeat;
  502. background-size: 100% 260px, 100% 5px;
  503. .home_header {
  504. width: calc(100% -32px);
  505. display: flex;
  506. justify-content: space-between;
  507. height: 60px;
  508. padding-top: 16px;
  509. // position: fixed;
  510. .header_message {
  511. width: 15%;
  512. image {
  513. position: relative;
  514. top: 5px;
  515. left: 10px;
  516. width: 25px;
  517. height: 25px;
  518. }
  519. }
  520. .header_title {
  521. width: 70%;
  522. position: relative;
  523. left: 5px;
  524. image {
  525. width: 28px;
  526. height: 22px;
  527. position: relative;
  528. top: 5px;
  529. }
  530. .titleName {
  531. line-height: 20px;
  532. font-size: 36upx;
  533. font-family: FZZhengHeiS-M-GB;
  534. font-weight: 600;
  535. color: #fff;
  536. position: relative;
  537. top: 8px;
  538. }
  539. }
  540. .header_more {
  541. width: 15%;
  542. position: relative;
  543. top: 10px;
  544. left: 10px;
  545. image {
  546. width: 25px;
  547. height: 18px;
  548. }
  549. }
  550. }
  551. .home_main {
  552. padding: 0 20px;
  553. .main_time {
  554. margin-top: 10px;
  555. .mesTime {
  556. display: flex;
  557. padding: 3px 0;
  558. border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  559. image {
  560. width: 20px;
  561. height: 20px;
  562. }
  563. text {
  564. font-size: 34upx;
  565. color: #fff;
  566. margin-left: 15px;
  567. }
  568. text:nth-of-type(3) {
  569. position: relative;
  570. top: 3px;
  571. }
  572. }
  573. .mesAll {
  574. .mesEx {
  575. // display: flex;
  576. line-height: 30px;
  577. color: #fff;
  578. .mesEx_left {
  579. width: 100%;
  580. border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  581. padding: 3px 0;
  582. .mesEx_left_top {
  583. width: 40%;
  584. font-size: 28upx;
  585. .nameSty {
  586. width: 100%;
  587. display: inline-block;
  588. position: relative;
  589. text-align-last: justify;
  590. text-align: justify;
  591. }
  592. }
  593. .mesEx_left_end {
  594. width: 56%;
  595. margin: 0 10px;
  596. display: flex;
  597. justify-content: space-between;
  598. text:nth-of-type(1) {
  599. font-size: 34upx;
  600. }
  601. text:nth-of-type(2) {
  602. font-size: 20upx;
  603. color: #92949B;
  604. }
  605. }
  606. }
  607. }
  608. .windpowerCl {
  609. .windpowerMsg {
  610. margin-top: 10px;
  611. padding: 5px 10px;
  612. color: #fff;
  613. background-image: url('../../static/jnImage/indexPage/windpower.png');
  614. background-repeat: no-repeat;
  615. background-size: cover;
  616. .windpowerMsg_com {
  617. text {
  618. font-size: 24upx;
  619. color: #AFB2C1;
  620. }
  621. }
  622. .windpowerMsg_Data {
  623. margin: 5px;
  624. text-align: center;
  625. font-size: 40upx;
  626. }
  627. }
  628. }
  629. .windMsg,
  630. .powerMsg {
  631. margin-top: 15px;
  632. .windMsg_title {
  633. width: 40%;
  634. height: 30px;
  635. display: flex;
  636. justify-content: center;
  637. align-items: center;
  638. padding: 6px 13px;
  639. background: rgba(51, 57, 118, 0.7);
  640. border-radius: 5px;
  641. image {
  642. width: 18px;
  643. height: 18px;
  644. }
  645. text {
  646. margin-left: 5px;
  647. font-size: 34upx;
  648. color: #fff;
  649. }
  650. }
  651. .windMsg_main {
  652. .windMsg_main_msg {
  653. margin-bottom: 8px;
  654. .windMsgSty {
  655. padding: 5px 8px;
  656. width: 49%;
  657. background: #3F4572;
  658. border-radius: 5px;
  659. .windMsgSty_left {
  660. width: 49%;
  661. height: 32px;
  662. image {
  663. width: 32px;
  664. height: 32px;
  665. }
  666. text {
  667. width: 100px;
  668. display: inline-block;
  669. color: #9A9BA6;
  670. font-size: 28upx;
  671. margin-left: 10px;
  672. position: relative;
  673. top: -26px;
  674. left: 28px;
  675. }
  676. .fourFont {
  677. top: -38px;
  678. }
  679. }
  680. .windMsgSty_right {
  681. width: 49%;
  682. position: relative;
  683. top: 9px;
  684. text:nth-of-type(1) {
  685. margin-left: 5px;
  686. width: 50%;
  687. font-size: 34upx;
  688. color: #fff;
  689. }
  690. text:nth-of-type(2) {
  691. font-size: 28upx;
  692. color: #9A9BA6;
  693. }
  694. }
  695. }
  696. }
  697. }
  698. }
  699. .ssjk {
  700. margin-top: 15px;
  701. margin-bottom: 30px;
  702. .ssjk_title {
  703. width: 120px;
  704. height: 45px;
  705. // background: #333976;
  706. background: linear-gradient(90deg, #333976, transparent);
  707. align-items: center;
  708. image {
  709. width: 22px;
  710. height: 22px;
  711. }
  712. text {
  713. margin-left: 10px;
  714. font-size: 16px;
  715. color: #fff;
  716. }
  717. }
  718. .ssjk_main {
  719. .ssjk_main_msg {
  720. margin-top: 15px;
  721. .ssjk_main_msg_tit {
  722. image {
  723. width: 18px;
  724. height: 18px;
  725. }
  726. text {
  727. margin-left: 10px;
  728. font-size: 14px;
  729. color: #A49EAC;
  730. position: relative;
  731. top: -2px;
  732. }
  733. }
  734. .ssjk_main_msg_data {
  735. width: 100%;
  736. color: #fff;
  737. font-size: 10px;
  738. .msg_data_sty {
  739. width: 33%;
  740. margin-right: 2px;
  741. background: #2E336D;
  742. .msg_data_name {
  743. width: 50%;
  744. padding: 3px 0;
  745. display: inline-block;
  746. background: #3F4572;
  747. text-align: center;
  748. }
  749. .dataSty {
  750. width: 50%;
  751. background: #2E336D;
  752. padding: 0 3px;
  753. justify-content: space-between;
  754. text {
  755. position: relative;
  756. top: 5px;
  757. }
  758. }
  759. }
  760. }
  761. }
  762. }
  763. }
  764. }
  765. }
  766. }
  767. }
  768. </style>