Index.vue 25 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915
  1. <template>
  2. <div id="yyjg">
  3. <EntInfo
  4. v-if="entInfoShow"
  5. :ent-data="currentEnt.value"
  6. @closeEntInfo="handleCloseEntInfo"
  7. @closeUnitVedio="ue_closeUnitVedio"
  8. @onVideoShow="handleOnVideoShow"
  9. />
  10. <danger-list v-if="dangerListShow" @close="dangerListShow=false"/>
  11. <div class="panel-left" :class="{'is-hide': aside_hide}">
  12. <div class="pl-b1">
  13. <span class="title1-left">企业概况</span>
  14. <ul class="plb1-content">
  15. <li v-for="item in listData_qygk.data" @click="handleOpenEntList(item)">
  16. <img :src="item.icon" alt="">
  17. <div>
  18. <span>{{ item.showName||item.name }}</span>
  19. <span>{{item.count}}</span>
  20. </div>
  21. </li>
  22. </ul>
  23. </div>
  24. <EntInfoList
  25. :list-data="listData_entInfo.current"
  26. :is-warning="false"
  27. :has-detail="isEntListHasDetail"
  28. v-show="entInfoListShow"
  29. @closeEntList="handleCloseEntList"
  30. @pickedEnt="ent => handlePickedEnt(ent)"
  31. />
  32. <div class="pl-b2">
  33. <span class="title1-left">港口作业申报</span>
  34. <span class="title2-left">危货监测</span>
  35. <div v-for="item in listData_zysb.danger" class="list-item-danger">
  36. <img src="@/assets/imgs/page_yyjg/box-weihuo.png" alt="">
  37. <div>
  38. <div>
  39. <span>{{ item.count }}</span>
  40. <span>{{ item.unit }}</span>
  41. </div>
  42. <span>{{ item.name }}</span>
  43. </div>
  44. </div>
  45. <span class="title2-left">普货监测</span>
  46. <div v-for="item in listData_zysb.normal" class="list-item-normal">
  47. <img src="@/assets/imgs/page_yyjg/box-puhuo.png" alt="">
  48. <div>
  49. <div>
  50. <span>{{ item.count }}</span>
  51. <span>{{ item.unit }}</span>
  52. </div>
  53. <span>{{ item.name }}</span>
  54. </div>
  55. </div>
  56. </div>
  57. </div>
  58. <div class="panel-right" :class="{'is-hide': aside_hide}">
  59. <EntInfoList
  60. :list-data="listData_cdjkb.ent"
  61. :is-warning="true"
  62. v-show="entWarningListShow"
  63. :has-detail="true"
  64. @closeEntList="handleCloseWarningEnt"
  65. @pickedEnt="ent => handlePickWarningEnt(ent)"
  66. />
  67. <WarningShipList v-show="shipWarningListShow" :list-data="listData_cdjkb.ship" @close-list="handleCloseWarningShip" />
  68. <div class="pr pr-b1">
  69. <span class="title1-right">港口危货作业监测</span>
  70. <div class="prb1-option">
  71. <label><input type="radio" name="isFinish" :value="0" v-model="dangerIsFinish"/>未完工</label>
  72. <label><input type="radio" name="isFinish" :value="1" v-model="dangerIsFinish"/>已完工</label>
  73. <span @click="showDangerList">查看全部</span>
  74. </div>
  75. <div class="prb1-main">
  76. <ul class="prb1-list" id="prb1List" v-show="listData_zxjc.data.length>2">
  77. <li v-for="item,index in listData_zxjc.data" class="prb1-main-item">
  78. <i></i>
  79. <div>
  80. <div>
  81. <span>{{ item.shipName }}</span>
  82. <!-- <span>{{ item.state }}</span> -->
  83. </div>
  84. <span>{{ item.startTime.slice(5,16) + ' ~ ' + item.endTime.slice(5,16) }}</span>
  85. <div>
  86. <div>
  87. <span>货物: </span>
  88. <span :title="item.cargoName">{{ item.cargoName }}</span>
  89. </div>
  90. <div>
  91. <span>申报量(吨): </span>
  92. <span>{{ item.declareTon }}</span>
  93. </div>
  94. </div>
  95. </div>
  96. </li>
  97. </ul>
  98. <ul class="prb1-list" v-show="listData_zxjc.data.length!==0&&listData_zxjc.data.length<3">
  99. <li v-for="item,index in listData_zxjc.data" class="prb1-main-item">
  100. <i></i>
  101. <div>
  102. <div>
  103. <span>{{ item.shipName }}</span>
  104. </div>
  105. <span>{{ item.startTime.slice(5,16) + ' ~ ' + item.endTime.slice(5,16) }}</span>
  106. <div>
  107. <div>
  108. <span>货物: </span>
  109. <span :title="item.cargoName">{{ item.cargoName }}</span>
  110. </div>
  111. <div>
  112. <span>申报量(吨): </span>
  113. <span>{{ item.declareTon }}</span>
  114. </div>
  115. </div>
  116. </div>
  117. </li>
  118. </ul>
  119. <span v-show="listData_zxjc.data.length===0" class="prb1-empty">无数据</span>
  120. </div>
  121. </div>
  122. <div class="pr pr-b2">
  123. <span class="title1-right">运行动态</span>
  124. <div class="prb2-main">
  125. <div v-for="item in cataData_yxdt.data">
  126. <span>{{ item.value }}</span>
  127. <span>艘次</span>
  128. <i></i>
  129. <div><i></i><span>{{ item.title }}</span></div>
  130. </div>
  131. </div>
  132. </div>
  133. <div class="pr pr-b3">
  134. <span class="title1-right">违规告警</span>
  135. <div class="prb3-item" v-for="item in listData_wggj.data">
  136. <i></i>
  137. <div>
  138. <span>{{ item.type }}</span>
  139. <div v-if="'value_ent' in item">
  140. <span>船舶</span>
  141. <span class="value-boat" @click="handleOpenWarningShip">{{ item.value }}</span>
  142. <span>企业</span>
  143. <span class="value-ent" @click="handleOpenWarningEnt">{{ item.value_ent }}</span>
  144. </div>
  145. <span v-else class="value-boat">{{ item.value }}</span>
  146. </div>
  147. </div>
  148. </div>
  149. </div>
  150. </div>
  151. </template>
  152. <script>
  153. export default {
  154. name: 'YyjgHome',
  155. }
  156. </script>
  157. <script setup>
  158. import { onMounted, reactive, nextTick, ref, computed, onBeforeUnmount, watch } from 'vue';
  159. import EntInfoList from './cpns/EntInfoList'
  160. import EntInfo from './cpns/EntInfo'
  161. import { GetQygk, GetYxdt, GetZysb, GetZxjc, GetWggj, GetQylb, GetQywggj, GetCbwgyj } from '@/apis/yyjg'
  162. import WarningShipList from './cpns/WarningShipList.vue';
  163. import DangerList from './cpns/DangerList.vue'
  164. import bus from '@/utils/bus';
  165. import {
  166. ueCallCloseUnitWiget, ueCallCloseUnitVedio, ueCallClickUnitWiget, ueCallOpenUnitWiget, ueCallBreathGetPoint, ueCallClickBreth, ueCallClearAllBreth,
  167. ueCallShowSuperLevelBoat, ueCallCloseSuperLevelBoat
  168. } from '@/utils/UIInteractions'
  169. import { useRafFn } from '@vueuse/core'
  170. import { asideShow } from '@/store/index'
  171. const aside_hide = asideShow().isHide
  172. let timer
  173. bus.on('ueRec_closeUnitVideo', (data) => {
  174. if(data.isOk=='true') {
  175. entInfoListShow.value=true
  176. entInfoShow.value=true
  177. }
  178. })
  179. onMounted(() => {
  180. getData()
  181. })
  182. onBeforeUnmount(() => {
  183. clearInterval(timer)
  184. bus.off('ueRec_closeUnitVideo')
  185. })
  186. function getData() {
  187. getData_qygk()
  188. getData_yxdt()
  189. getData_zysb()
  190. getData_wggj()
  191. getData_zxjc(dangerIsFinish.value, 999, 1)
  192. timer = setInterval(() => {
  193. getData_zxjc(dangerIsFinish.value, 999, 1)
  194. }, 120000);
  195. }
  196. const listData_qygk = reactive({data: [
  197. { name: '港口经营企业', count: 0, icon: require('../../assets/imgs/page_yyjg/icon-gkjy.png') },
  198. { name: '港口经营备案企业', count: 0, icon: require('../../assets/imgs/page_yyjg/icon-gkjy.png') },
  199. ]})
  200. function getData_qygk() {
  201. GetQygk().then(res => {
  202. res.data.Rows.forEach(i => {
  203. listData_qygk.data.forEach(j => {
  204. if(i.certtype === j.name) {
  205. j.count = i.id
  206. }
  207. })
  208. })
  209. })
  210. }
  211. const entInfoListShow = ref(false)
  212. function handleCloseEntList() {
  213. entInfoListShow.value=false
  214. if(!entInfoShow.value) {
  215. // ue_closeUnitVedio()
  216. ue_closeUnitWiget()
  217. }
  218. }
  219. function handleCloseEntInfo() {
  220. entInfoShow.value=false
  221. if(!entInfoListShow.value) {
  222. // ue_closeUnitVedio()
  223. ue_closeUnitWiget()
  224. }
  225. }
  226. function handleOnVideoShow() {
  227. setTimeout(() => {
  228. entInfoListShow.value=false
  229. entInfoShow.value=false
  230. }, 500);
  231. }
  232. function ue_closeUnitWiget() {
  233. ueCallCloseUnitWiget()
  234. }
  235. function ue_closeUnitVedio() {
  236. ueCallCloseUnitVedio()
  237. }
  238. function getData_qylb(companyType, id, type) {
  239. GetQylb(companyType, id).then(res => {
  240. listData_entInfo.current = listData_entInfo[type] = res.data.Rows
  241. })
  242. }
  243. const entInfoShow = ref(false)
  244. const currentEnt = reactive({value: {}})
  245. function handlePickedEnt(ent) {
  246. // console.log(ent)
  247. entInfoShow.value = false
  248. currentEnt.value = ent
  249. ueCallClickUnitWiget(ent.objectId)
  250. setTimeout(() => {
  251. entInfoShow.value = true
  252. }, 1000);
  253. }
  254. const isEntListHasDetail = ref(false)
  255. const listData_entInfo = reactive({
  256. current: [],
  257. '港口经营企业': [],
  258. '港口经营备案企业': [],
  259. '水路运输管理企业': []
  260. })
  261. function handleOpenEntList(item) {
  262. if(listData_entInfo[item.name].length===0) {
  263. let companyType; let id
  264. switch(item.name) {
  265. case '港口经营企业':
  266. id=1; companyType=1
  267. break
  268. case '港口经营备案企业':
  269. id=10; companyType=1
  270. break
  271. case '水路运输管理企业':
  272. id=5; companyType=2
  273. break
  274. }
  275. getData_qylb(companyType, id, item.name)
  276. } else {
  277. listData_entInfo.current = listData_entInfo[item.name]
  278. }
  279. if(item.name==="港口经营企业") {
  280. ueCallOpenUnitWiget()
  281. isEntListHasDetail.value = true
  282. } else {
  283. isEntListHasDetail.value = false
  284. }
  285. entInfoListShow.value = true
  286. }
  287. function getData_zysb() {
  288. GetZysb().then(res => {
  289. listData_zysb.normal[0].count = res.data['commonCount']
  290. listData_zysb.danger[0].count = res.data['dangerCount']
  291. if(Math.round(+res.data['commonTon']).toString().length<5) {
  292. listData_zysb.normal[1].count = res.data['commonTon']
  293. listData_zysb.normal[1].unit = '吨'
  294. } else {
  295. listData_zysb.normal[1].count = (+res.data['commonTon']/10000).toFixed(2)
  296. listData_zysb.normal[1].unit = '万吨'
  297. }
  298. if(Math.round(+res.data['dangerTon']).toString().length<5) {
  299. listData_zysb.danger[1].count = res.data['dangerTon']
  300. listData_zysb.danger[1].unit = '吨'
  301. } else {
  302. listData_zysb.danger[1].count = (+res.data['dangerTon']/10000).toFixed(2)
  303. listData_zysb.danger[1].unit = '万吨'
  304. }
  305. })
  306. }
  307. const listData_zysb = reactive({
  308. normal: [
  309. { name: '当天货物装卸申报数', count: 0, unit: '艘' },
  310. { name: '当天散货装卸吞吐量', count: 0, unit: '吨' }
  311. ],
  312. danger: [
  313. { name: '当天危货装卸申报数', count: 0, unit: '艘' },
  314. { name: '当天危货装卸吞吐量', count: 0, unit: '吨' },
  315. ]
  316. })
  317. let isDangerScrolling = false
  318. let dangerPauseFn
  319. let dangerResumeFn
  320. function dangerListScroll() {
  321. const dangerList = document.getElementById('prb1List')
  322. let itemH = dangerList.clientHeight / Math.ceil(listData_zxjc.data.length) * 2
  323. const { pause, resume } = useRafFn(() => {
  324. if(Math.abs(dangerList.style.top.slice(0, -2)) >= itemH) {
  325. dangerList.style.top = 0
  326. let dangerListTemp = [...listData_zxjc.data]
  327. for(let i=0; i<2; i++) {
  328. dangerListTemp.push(dangerListTemp.shift())
  329. }
  330. listData_zxjc.data = dangerListTemp
  331. }
  332. dangerList.style.top = (Number(dangerList.style.top.slice(0, -2)) - 0.7) + 'px'
  333. })
  334. dangerList.onmouseenter = pause
  335. dangerList.onmouseleave = resume
  336. dangerPauseFn = pause
  337. dangerResumeFn = resume
  338. }
  339. function getData_zxjc(isFinish, size, index) {
  340. GetZxjc(isFinish, size, index).then(res => {
  341. listData_zxjc.data = res.data?.Rows || []
  342. if(isDangerScrolling) {
  343. if(listData_zxjc.data.length<3) {
  344. dangerPauseFn()
  345. }else {
  346. dangerResumeFn()
  347. }
  348. } else {
  349. if(listData_zxjc.data.length===0) { return }
  350. nextTick(() => {
  351. dangerListScroll()
  352. isDangerScrolling = true
  353. })
  354. }
  355. })
  356. }
  357. const dangerIsFinish = ref(0)
  358. watch(dangerIsFinish, (val)=> {
  359. getData_zxjc(dangerIsFinish.value, 999, 1)
  360. })
  361. const dangerListShow = ref(false)
  362. function showDangerList() {
  363. dangerListShow.value = !dangerListShow.value
  364. }
  365. const listData_zxjc = reactive({data: []})
  366. function getData_yxdt() {
  367. GetYxdt().then(res => {
  368. cataData_yxdt.data.forEach(i => {
  369. i.value = res.data[i.fieldName]
  370. })
  371. })
  372. }
  373. const cataData_yxdt = reactive({data: [
  374. { title: '即将作业船舶数', fieldName: 'willWorkCount', value: 0 },
  375. { title: '作业完成船舶数', fieldName: 'finishWorkCount', value: 0 },
  376. { title: '作业中船舶数', fieldName: 'workingCount', value: 0 },
  377. ]})
  378. function getData_wggj() {
  379. GetWggj().then(res => {
  380. listData_wggj.data.forEach(i => {
  381. i.value = res.data[i.fieldName]
  382. if('value_ent' in i) {
  383. i.value_ent = res.data['overGradeUnit']
  384. }
  385. })
  386. })
  387. }
  388. const listData_wggj = reactive({data: [
  389. { type: '超等级靠泊', fieldName: 'overGradeShip', value: 0, value_ent: 0 },
  390. { type: '港口经营许可证即将到期', fieldName: 'portExpire', value: 0 },
  391. { type: '危险货物作业附证即将到期', fieldName: 'dangerExpire', value: 0 },
  392. ]})
  393. const entWarningListShow = ref(false)
  394. const shipWarningListShow = ref(false)
  395. const listData_cdjkb = reactive({
  396. ent: [],
  397. ship: []
  398. })
  399. function handleOpenWarningEnt() {
  400. ueCallBreathGetPoint()
  401. GetQywggj().then(res => {
  402. listData_cdjkb.ent = res.data.Rows
  403. })
  404. shipWarningListShow.value = false
  405. entWarningListShow.value = true
  406. }
  407. function handlePickWarningEnt(ent) {
  408. ueCallClickBreth(ent.objectId)
  409. }
  410. function handleCloseWarningEnt() {
  411. entWarningListShow.value = false
  412. ueCallClearAllBreth()
  413. }
  414. function handleCloseWarningShip() {
  415. shipWarningListShow.value = false
  416. ueCallCloseSuperLevelBoat()
  417. }
  418. function handleOpenWarningShip() {
  419. ueCallShowSuperLevelBoat()
  420. GetCbwgyj().then(res => {
  421. listData_cdjkb.ship = res.data.Rows
  422. })
  423. if(entWarningListShow.value===true) {
  424. handleCloseWarningEnt()
  425. }
  426. shipWarningListShow.value = true
  427. }
  428. </script>
  429. <style lang="scss" scoped>
  430. #yyjg {
  431. .panel-left, .panel-right {
  432. box-sizing: border-box;
  433. position: absolute;
  434. top: 105px;
  435. width: 380px;
  436. height: calc(100vh - 105px);
  437. text-align: left;
  438. display: flex;
  439. flex-direction: column;
  440. justify-content: space-between;
  441. transition: all 0.5s ease;
  442. }
  443. .panel-left {
  444. left: 0;
  445. padding: 0 30px 60px;
  446. &.is-hide {
  447. left: -380px;
  448. }
  449. }
  450. .panel-right {
  451. right: 0;
  452. padding: 0 30px 30px;
  453. &.is-hide {
  454. right: -380px;
  455. }
  456. .pr {
  457. display: flex;
  458. flex-direction: column;
  459. align-items: flex-end;
  460. }
  461. }
  462. .pl-b1 {
  463. .plb1-content {
  464. .title2-left {
  465. margin: 15px 0;
  466. }
  467. li {
  468. width: fit-content;
  469. display: flex;
  470. align-items: center;
  471. margin: 30px 0 40px;
  472. cursor: pointer;
  473. &>img {
  474. width: 97px;
  475. height: 89px;
  476. margin: 0 20px 0 -10px;
  477. }
  478. &>div {
  479. display: flex;
  480. flex-direction: column;
  481. span:nth-child(1) {
  482. position: relative;
  483. display: inline-block;
  484. width: 153px;
  485. height: 26px;
  486. margin-top: 12px;
  487. font-size: 16px;
  488. font-weight: bold;
  489. font-style: italic;
  490. color: transparent;
  491. line-height: 26px;
  492. background: linear-gradient(0deg, #ACDDFF 0%, #FFFFFF 100%);
  493. -webkit-background-clip: text;
  494. &::after {
  495. content: '';
  496. position: absolute;
  497. left: 0;
  498. top: 0;
  499. width: 100%;
  500. height: 100%;
  501. background: url('@/assets/imgs/page_yyjg/bg-text1.png') no-repeat;
  502. background-size: 100% 100%;
  503. z-index: -1;
  504. }
  505. }
  506. span:nth-child(2) {
  507. font-size: 30px;
  508. font-family: BarlowBold;
  509. font-style: italic;
  510. color: transparent;
  511. background: linear-gradient(180deg, #FFFFFF 30%, #47D5F7 100%);
  512. -webkit-background-clip: text;
  513. }
  514. }
  515. }
  516. }
  517. }
  518. .pl-b2 {
  519. .title2-left {
  520. margin: 3vh 0;
  521. }
  522. .list-item-normal, .list-item-danger {
  523. display: flex;
  524. align-items: center;
  525. &>div {
  526. &>div {
  527. margin: 3px 0 8px;
  528. span:first-child {
  529. box-sizing: border-box;
  530. display: inline-block;
  531. padding: 0 5px;
  532. flex: 1;
  533. text-align: right;
  534. font-size: 22px;
  535. line-height: 22px;
  536. font-family: BarlowBold;
  537. color: transparent;
  538. background: linear-gradient(180deg, #08D8BC 0%, #10ECDE 100%);
  539. -webkit-background-clip: text;
  540. }
  541. span:last-child {
  542. font-size: 16px;
  543. line-height: 14px;
  544. color: #ddd;
  545. }
  546. }
  547. &>span {
  548. padding-left: 4px;
  549. font-size: 16px;
  550. line-height: 16px;
  551. color: #ddd;
  552. }
  553. }
  554. }
  555. .list-item-normal {
  556. align-items: flex-start;
  557. &:not(:last-child) {
  558. margin-bottom: 20px;
  559. }
  560. &>img {
  561. width: 103px;
  562. height: 77px;
  563. }
  564. &>div {
  565. margin-top: 4px;
  566. }
  567. }
  568. .list-item-danger {
  569. &>img {
  570. width: 103px;
  571. height: 93px;
  572. }
  573. }
  574. }
  575. .pr-b1 {
  576. .title1-right {
  577. letter-spacing: 1px;
  578. }
  579. .prb1-option {
  580. display: flex;
  581. justify-content: space-between;
  582. align-items: center;
  583. width: 80%;
  584. margin-bottom: 10px;
  585. font-size: 16px;
  586. color: #349ed8;
  587. &>label {
  588. display: flex;
  589. align-items: center;
  590. cursor: pointer;
  591. &>input {
  592. margin-right: 3px;
  593. width: 13px;
  594. height: 13px;
  595. }
  596. }
  597. &>span {
  598. cursor: pointer;
  599. &:hover {
  600. filter: brightness(1.2);
  601. }
  602. }
  603. }
  604. .prb1-main {
  605. width: 300px;
  606. height: 19vh;
  607. overflow: hidden;
  608. position: relative;
  609. .prb1-list {
  610. position: absolute;
  611. top: 0;
  612. }
  613. .prb1-empty {
  614. display: block;
  615. width: 100%;
  616. text-align: center;
  617. margin-top: 8vh;
  618. font-size: 16px;
  619. color: #aaa;
  620. }
  621. }
  622. .prb1-main-item {
  623. display: flex;
  624. align-items: center;
  625. margin: 10px 0 20px;
  626. &>i {
  627. display: flex;
  628. width: 73px;
  629. height: 86px;
  630. background: url('@/assets/imgs/common/icon-lshb.png') no-repeat;
  631. background-size: 100% 100%;
  632. }
  633. &>div {
  634. &>div:nth-child(1) {
  635. box-sizing: border-box;
  636. display: flex;
  637. justify-content: space-between;
  638. align-items: center;
  639. padding: 0 5px;
  640. width: 222px;
  641. height: 24px;
  642. background: url('@/assets/imgs/common/bg-text1.png') no-repeat;
  643. background-size: 100% 100%;
  644. span:nth-child(1) {
  645. padding-right: 4px;
  646. font-size: 18px;
  647. font-weight: bold;
  648. font-style: italic;
  649. color: transparent;
  650. background: linear-gradient(0deg, #ACDDFF 0%, #FFFFFF 100%);
  651. -webkit-background-clip: text;
  652. }
  653. span:nth-child(2) {
  654. font-size: 16px;
  655. font-weight: 400;
  656. font-style: italic;
  657. color: #FF0000;
  658. }
  659. }
  660. &>span:nth-child(2) {
  661. box-sizing: border-box;
  662. padding: 0 5px;
  663. display: block;
  664. margin: 10px 0;
  665. font-size: 16px;
  666. font-family: BarlowBold;
  667. color: rgba($color: #fff, $alpha: 0.6);
  668. }
  669. &>div:nth-child(3) {
  670. box-sizing: border-box;
  671. padding: 0 5px;
  672. display: flex;
  673. justify-content: space-between;
  674. align-items: center;
  675. &>div {
  676. display: flex;
  677. align-items: center;
  678. }
  679. div>span:nth-child(1) {
  680. font-size: 16px;
  681. font-weight: 400;
  682. color: #FFFFFF;
  683. }
  684. div:nth-child(1)>span:nth-child(2) {
  685. display: inline-block;
  686. max-width: 57px;
  687. overflow: hidden;
  688. white-space: nowrap;
  689. text-overflow: ellipsis;
  690. font-size: 16px;
  691. color: #66E6FF;
  692. }
  693. div:nth-child(2)>span:nth-child(2) {
  694. font-size: 16px;
  695. font-family: BarlowBold;
  696. color: #66E6FF;
  697. }
  698. }
  699. }
  700. }
  701. }
  702. .pr-b2 {
  703. .prb2-main {
  704. position: relative;
  705. width: 95%;
  706. height: 25vh;
  707. &>div {
  708. display: flex;
  709. flex-direction: column;
  710. align-items: center;
  711. position: absolute;
  712. &>span:nth-child(1) {
  713. font-size: 24px;
  714. font-family: BarlowBold;
  715. color: #A5D2FF;
  716. }
  717. &>span:nth-child(2) {
  718. font-size: 14px;
  719. font-weight: 400;
  720. color: rgba($color: #FAFCFF, $alpha: 0.8);
  721. }
  722. &>i {
  723. display: block;
  724. width: 98px;
  725. height: 98px;
  726. background: url('@/assets/imgs/page_yyjg/icon-yxdt2.png') no-repeat;
  727. background-size: 100% 100%;
  728. margin-top: -30px;
  729. }
  730. &>div:nth-child(4) {
  731. position: relative;
  732. width: 70px;
  733. text-align: center;
  734. span {
  735. font-size: 16px;
  736. font-weight: 400;
  737. color: #FFFFFF;
  738. }
  739. i {
  740. position: absolute;
  741. left: -15px;
  742. top: 2px;
  743. display: inline-block;
  744. width: 13px;
  745. height: 13px;
  746. transform: translateY(2px);
  747. margin-right: 3px;
  748. background: url('@/assets/imgs/page_yyjg/dot-blue.png') no-repeat;
  749. background-size: 100% 100%;
  750. }
  751. }
  752. }
  753. &>div:nth-child(1) {
  754. top: 30px;
  755. left: 0;
  756. }
  757. &>div:nth-child(2) {
  758. top: 30px;
  759. right: 0;
  760. }
  761. &>div:nth-child(3) {
  762. top: 90px;
  763. left: 50%;
  764. transform: translateX(-50%);
  765. &>i {
  766. background: url('@/assets/imgs/page_yyjg/icon-yxdt1.png') no-repeat;
  767. background-size: 100% 100%;
  768. margin-top: -20px;
  769. }
  770. &>div:nth-child(4) {
  771. width: fit-content;
  772. i {
  773. background: url('@/assets/imgs/page_yyjg/dot-green.png') no-repeat;
  774. background-size: 100% 100%;
  775. }
  776. }
  777. }
  778. }
  779. }
  780. .pr-b3 {
  781. .prb3-item {
  782. display: flex;
  783. align-items: center;
  784. margin-bottom: 10px;
  785. i {
  786. display: block;
  787. width: 83px;
  788. height: 81px;
  789. background: url('@/assets/imgs/page_yyjg/icon-wg.png') no-repeat;
  790. background-size: 100% 100%;
  791. }
  792. &>div {
  793. margin-right: 20px;
  794. &>span:nth-child(1) {
  795. position: relative;
  796. display: block;
  797. width: 180px;
  798. height: 26px;
  799. margin-bottom: 10px;
  800. padding-left: 8px;
  801. font-size: 16px;
  802. font-weight: bold;
  803. font-style: italic;
  804. color: transparent;
  805. line-height: 26px;
  806. background: linear-gradient(0deg, #ACDDFF 0%, #FFFFFF 100%);
  807. -webkit-background-clip: text;
  808. &::after {
  809. content: '';
  810. position: absolute;
  811. top: 0;
  812. left: 0;
  813. width: 100%;
  814. height: 100%;
  815. background: url('@/assets/imgs/page_yyjg/bg-wggj.png') no-repeat;
  816. background-size: 100% 100%;
  817. z-index: -1;
  818. }
  819. }
  820. &>div {
  821. display: flex;
  822. justify-content: space-between;
  823. align-items: flex-end;
  824. &>span {
  825. font-size: 18px;
  826. }
  827. }
  828. .value-boat, .value-ent {
  829. display: block;
  830. width: fit-content;
  831. padding: 0 5px 0 3px;
  832. font-size: 26px;
  833. line-height: 26px;
  834. font-family: BarlowBold;
  835. font-style: italic;
  836. color: transparent;
  837. -webkit-background-clip: text;
  838. cursor: pointer;
  839. }
  840. .value-boat {
  841. background: linear-gradient(180deg, #FFFFFF 30%, #47D5F7 100%);
  842. -webkit-background-clip: text;
  843. }
  844. .value-ent {
  845. background: linear-gradient(180deg, #FFFFFF 30%, #fafa49 100%);
  846. -webkit-background-clip: text;
  847. }
  848. }
  849. }
  850. }
  851. }
  852. </style>