RiskProfile.vue 28 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992
  1. <template>
  2. <div class="risk_profile_container">
  3. <!-- 1.==================== -->
  4. <HeaderBoxContent :headerObj="headerObj"></HeaderBoxContent>
  5. <!-- <div class="risk_profile_header">
  6. <div class="risk_profile_title">
  7. <img src="../../../../assets/img/levelC.png" alt="" />
  8. <div class="risk_profile_name">05-2024-1210-01-不明原因肺炎</div>
  9. <div class="risk_profile_type">风险个案</div>
  10. </div>
  11. <div class="risk_profile_change_btn">
  12. </div>
  13. </div> -->
  14. <!-- 2.============================== -->
  15. <div class="risk_profile_info">
  16. <div class="risk_profile_info_top">
  17. <div v-for="item in infoList" :key="item.lable" class="risk_profile_info_top_item">
  18. <div class="risk_profile_info_top_name">
  19. <div class="risk_profile_info_top_name_lable">
  20. <img :src="getImgSrc(item.icon)" alt="" />
  21. <span>{{ item.lable }}</span>
  22. </div>
  23. <div class="risk_profile_info_top_name_value">{{ item.value }}</div>
  24. </div>
  25. <div class="line" v-if="item.icon !== '4'"></div>
  26. </div>
  27. </div>
  28. <div class="risk_profile_info_bottom">
  29. <div class="risk_profile_info_bottom_name">
  30. <img src="../../../../assets/img/risk_info_icon-5.png" alt="" />
  31. <span class="text">处置单位</span>
  32. </div>
  33. <div class="risk_profile_info_bottom-content">
  34. <div class="text">
  35. 牵头单位
  36. <span class="text1">上海市疾控中心</span>
  37. </div>
  38. <div class="text">
  39. 配合单位
  40. <span class="text1">长宁区疾控中心、静安区疾控中心</span>
  41. </div>
  42. </div>
  43. </div>
  44. </div>
  45. <!-- 3.风险概括====================== -->
  46. <div class="risk_summary">
  47. <div class="risk_summary_header">
  48. <TowLevelTitle :title="'风险概括'"></TowLevelTitle>
  49. <div class="risk_summary_tag" @click="openAIDialogHandle"><img src="../../../../assets/img/动态评估.png" alt="">动态评估</div>
  50. </div>
  51. <div class="risk_summary_content">
  52. <div class="risk_bg risk_bg_color">
  53. <div class="risk_bg_info">
  54. <div class="risk_bg_info_item">
  55. <img src="../../../../assets/img/risk_info_icon-6.png" alt="" />
  56. <span>病种/信息</span>
  57. <div>不明原因肺炎</div>
  58. </div>
  59. <div class="risk_bg_info_item">
  60. <img src="../../../../assets/img/risk_info_icon-7.png" alt="" />
  61. <span>发生地址</span>
  62. <div>长宁区</div>
  63. </div>
  64. </div>
  65. <div class="risk_bg_info">
  66. <div class="risk_bg_info_item">
  67. <img src="../../../../assets/img/risk_info_icon-8.png" alt="" />
  68. <span>街道</span>
  69. <div>华阳路街道</div>
  70. </div>
  71. <div class="risk_bg_info_item">
  72. <img src="../../../../assets/img/risk_info_icon-9.png" alt="" />
  73. <span>详细地址</span>
  74. <div>武夷路528号</div>
  75. </div>
  76. </div>
  77. </div>
  78. <div class="risk_bg2 risk_bg_color">
  79. <div v-for="item in infoList2" :key="item.lable" class="risk_bg2_item">
  80. <div class="risk_bg2_name">
  81. <div class="risk_bg2_label">
  82. <img :src="getImgSrc(item.icon)" alt="" />
  83. <span>{{ item.lable }}</span>
  84. </div>
  85. <div class="risk_bg2_name_value">{{ item.value }}</div>
  86. </div>
  87. <div class="line" v-if="item.icon !== '12'"></div>
  88. </div>
  89. </div>
  90. </div>
  91. </div>
  92. <!-- 4.时间分布 地区分布 -->
  93. <div class="echarts_box">
  94. <div class="risk_bg_color time_item">
  95. <TowLevelTitle :title="'时间分布'" :buttons="timeButtons"></TowLevelTitle>
  96. <div class="time_echarts_bar" ref="timeChart"></div>
  97. </div>
  98. <div class="risk_bg_color area_item">
  99. <TowLevelTitle :title="'地区分布'"></TowLevelTitle>
  100. <div class="area_echarts_bar" ref="areaChart"></div>
  101. </div>
  102. </div>
  103. <!-- 5.核心流调 -->
  104. <div class="risk_bg_color core_flow_adjustment">
  105. <div class="core_flow_adjustment_header">
  106. <TowLevelTitle :title="'核心流调'"></TowLevelTitle>
  107. <div class="core_flow_adjustment_tag">
  108. <div class="tag investigated">
  109. 已流调:
  110. <span>2</span>
  111. </div>
  112. <div class="tag pending">
  113. 待流调:
  114. <span>2</span>
  115. </div>
  116. <div class="tag suspicious">
  117. 可疑感染来源:
  118. <span>2</span>
  119. </div>
  120. <div class="tag local">
  121. 本地感染:
  122. <span>2</span>
  123. </div>
  124. </div>
  125. </div>
  126. <div class="core_flow_adjustment_body">
  127. <div v-for="(item, index) in flowData" :key="item.lable" class="risk_profile_info_top_item">
  128. <div class="risk_profile_info_top_name">
  129. <div class="risk_profile_info_top_name_lable">
  130. <span>{{ item.lable }}</span>
  131. </div>
  132. <div class="risk_profile_info_top_name_list">
  133. <div class="risk_profile_info_top_name_value" v-for="v in item.list">{{ v.value }}</div>
  134. </div>
  135. </div>
  136. <div class="line" v-if="index !== 2"></div>
  137. </div>
  138. </div>
  139. </div>
  140. <!-- 6.风险人员 风险场所 -->
  141. <div class="risk_box">
  142. <div class="risk_personnel">
  143. <div class="risk_personnel_header">
  144. <TowLevelTitle :title="'风险人员'" class="risk_personnel_bg"></TowLevelTitle>
  145. <div class="risk_personnel_tag">
  146. 已流调:
  147. <span>13</span>
  148. </div>
  149. </div>
  150. <div class="risk_bg_color risk_personnel_body">
  151. <div v-for="(item, index) in riskPersonnelData" :key="item.lable" class="risk_personnel_item">
  152. <div class="risk_profile_info_top_name">
  153. <span>{{ item.lable }}</span>
  154. <div>{{ item.value }}</div>
  155. </div>
  156. <div class="risk_personnel_line" v-if="index !== 2"></div>
  157. </div>
  158. </div>
  159. </div>
  160. <div class="risk_location">
  161. <TowLevelTitle :title="'风险场所'"></TowLevelTitle>
  162. <div class="risk_bg_color risk_location_body">
  163. <div v-for="(item, index) in riskLocationData" :key="item.lable" class="risk_location_item">
  164. <div class="risk_location_name">
  165. <span>{{ item.lable }}</span>
  166. <div>{{ item.value }}</div>
  167. </div>
  168. <div class="risk_location_line" v-if="index !== 1"></div>
  169. </div>
  170. </div>
  171. </div>
  172. </div>
  173. <!-- 7.检测情况 -->
  174. <div class="test_situation">
  175. <TowLevelTitle :title="'检测情况'" :buttons="testBottons"></TowLevelTitle>
  176. <div class="risk_bg_color test_situation_body">
  177. <div v-for="(item, index) in testData" :key="item.lable" class="test_situation_item">
  178. <div class="test_situation_name">
  179. <span>{{ item.lable }}</span>
  180. <div>{{ item.value }}</div>
  181. </div>
  182. <div class="test_situation_line" v-if="index !== 4"></div>
  183. </div>
  184. </div>
  185. </div>
  186. <!-- 动态评估 弹窗 -->
  187. <AiPublicRiskDialog v-if="dialogStore.riskAIDialogOpen2"> </AiPublicRiskDialog>
  188. </div>
  189. </template>
  190. <script setup>
  191. import AiPublicRiskDialog from './dialog/AiPublicRiskDialog'
  192. import HeaderBoxContent from './common/HeaderBoxContent'
  193. import * as echarts from 'echarts'
  194. import { ref, watch, computed, reactive, toRefs, onBeforeMount, onMounted } from 'vue'
  195. import TowLevelTitle from '@/components/TowLevelTitle'
  196. import { useDialogStore } from '@/store/dialog'
  197. let dialogStore = useDialogStore()
  198. const headerObj = ref({
  199. level: 'C',
  200. title: '05-2024-1210-01-不明原因肺炎',
  201. typeList: ['风险个案']
  202. })
  203. const riskProfileBottons = ref([{ id: 1, name: '风险概况', active: false }])
  204. const infoList = ref([
  205. { lable: '报告时间', value: '2024-10-01 12:12', icon: '1' },
  206. { lable: '报告单位', value: '长宁区疾控中心', icon: '2' },
  207. { lable: '信息来源', value: '上海市瑞金医院', icon: '3' },
  208. { lable: '状态', value: '处置中', icon: '4' }
  209. ])
  210. function getImgSrc(picName) {
  211. return new URL(`../../../../assets/img/risk_info_icon-${picName}.png`, import.meta.url).href
  212. }
  213. const infoList2 = ref([
  214. { lable: '病例数', value: 3, icon: '10' },
  215. { lable: '重症数', value: 0, icon: '11' },
  216. { lable: '死亡数', value: 0, icon: '12' }
  217. ])
  218. const timeButtons = ref([
  219. { id: 1, name: '发布时间', active: false },
  220. { id: 2, name: '报告时间', active: true }
  221. ])
  222. function openAIDialogHandle() {
  223. dialogStore.setRiskAI2DialogOpen(true)
  224. }
  225. //4.时间分布 地区分布
  226. // 初始化时间分布图(蓝色渐变)
  227. const initTimeChart = () => {
  228. if (!timeChart.value) return
  229. const chart = echarts.init(timeChart.value)
  230. chart.setOption({
  231. tooltip: { trigger: 'axis' },
  232. grid: { left: '10%', right: '5%', top: '15%', bottom: '18%' }, // 调整四周距离
  233. xAxis: {
  234. type: 'category',
  235. data: ['12/04', '12/05', '12/06', '12/07', '12/08', '12/09', '12/10'],
  236. axisLine: { lineStyle: { color: '#4A90E2' } } // X 轴颜色
  237. },
  238. yAxis: {
  239. type: 'value',
  240. axisLine: { lineStyle: { color: '#4A90E2' } }, // Y 轴颜色
  241. splitLine: { lineStyle: { type: 'dashed', color: '#ccc' } } // Y 轴背景横线虚线
  242. },
  243. series: [
  244. {
  245. type: 'bar',
  246. data: [3, 6, 2, 9, 5, 8, 10],
  247. barWidth: 30,
  248. itemStyle: {
  249. color: new echarts.graphic.LinearGradient(0, 1, 0, 0, [
  250. { offset: 0, color: 'rgba(63, 174, 253, 0)' },
  251. { offset: 1, color: '#3FAEFD' }
  252. ])
  253. },
  254. barBackgroundStyle: { color: 'rgba(74, 144, 226, 0.2)' } // 背景透明色
  255. }
  256. ]
  257. })
  258. }
  259. // 初始化地区分布图(黄色渐变)
  260. const initAreaChart = () => {
  261. if (!areaChart.value) return
  262. const chart = echarts.init(areaChart.value)
  263. chart.setOption({
  264. tooltip: { trigger: 'axis' },
  265. grid: { left: '10%', right: '5%', top: '15%', bottom: '18%' }, // 调整四周距离
  266. xAxis: {
  267. type: 'category',
  268. data: ['长宁区', '闵行区'],
  269. axisLine: { lineStyle: { color: '#FBA541' } } // X 轴颜色
  270. },
  271. yAxis: {
  272. type: 'value',
  273. axisLine: { lineStyle: { color: '#FBA541' } }, // Y 轴颜色
  274. splitLine: { lineStyle: { type: 'dashed', color: '#ccc' } } // Y 轴背景横线虚线
  275. },
  276. series: [
  277. {
  278. type: 'bar',
  279. data: [5, 9],
  280. barWidth: 30,
  281. itemStyle: {
  282. color: new echarts.graphic.LinearGradient(0, 1, 0, 0, [
  283. { offset: 0, color: 'rgba(251,165,65,0)' },
  284. { offset: 1, color: '#FBA541' }
  285. ])
  286. }
  287. }
  288. ]
  289. })
  290. }
  291. // 绑定 ECharts 容器
  292. const timeChart = ref(null)
  293. const areaChart = ref(null)
  294. // 5.核心流调
  295. const flowData = ref([
  296. { lable: '外出外来史', list: [{ value: '李梦康:2024-10-01从杭州回来' }, { value: '李梦康:2024-10-01从杭州回来' }] },
  297. { lable: '疑似病例接触史', value: 0, list: [{ value: '李梦康:2024-10-01接触病例张三' }] },
  298. { lable: '可疑动物接触史', value: 0, list: [{ value: '毛超:2024-10-01接触活禽' }] }
  299. ])
  300. // 风险人员
  301. const riskPersonnelData = ref([
  302. { lable: '密接', value: 5 },
  303. { lable: '共同暴露者', value: 0 },
  304. { lable: '其它风险人员', value: 0 }
  305. ])
  306. const riskLocationData = ref([
  307. { lable: '场所数', value: 2 },
  308. { lable: '已完成消杀', value: 2 }
  309. ])
  310. // 检测情况
  311. const testBottons = ref([
  312. { id: 1, name: '全部', active: true },
  313. { id: 2, name: '病例', active: false },
  314. { id: 2, name: '密接', active: false },
  315. { id: 2, name: '共同暴露者', active: false },
  316. { id: 2, name: '其它风险人员', active: false },
  317. { id: 2, name: '其它', active: false }
  318. ])
  319. const testData = ref([
  320. { lable: '采样数', value: 7 },
  321. { lable: '检测数', value: 7 },
  322. { lable: '阳性数', value: 2 },
  323. { lable: '阴性数', value: 5 },
  324. { lable: '检测中', value: 0 }
  325. ])
  326. // 在组件挂载后初始化 ECharts
  327. onMounted(() => {
  328. initTimeChart()
  329. initAreaChart()
  330. })
  331. </script>
  332. <style lang="scss" scoped>
  333. * {
  334. box-sizing: border-box;
  335. }
  336. .risk_profile_container {
  337. position: absolute;
  338. top: 42px;
  339. left: 0px;
  340. width: 700px;
  341. height: 892px;
  342. padding: 10px 12px;
  343. box-sizing: border-box;
  344. background: linear-gradient(180deg, #244d86 2%, #0a121e 100%);
  345. box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.5);
  346. border: 1px solid;
  347. border-image: linear-gradient(180deg, rgba(0, 150, 255, 1), rgba(7, 108, 208, 1)) 1 1;
  348. .risk_profile_header {
  349. width: 100%;
  350. height: 50px;
  351. display: flex;
  352. align-items: center;
  353. justify-content: space-between;
  354. margin-bottom: 16px;
  355. .risk_profile_title {
  356. display: flex;
  357. align-items: center;
  358. gap: 20px;
  359. > img {
  360. width: 40px;
  361. height: 37px;
  362. }
  363. .risk_profile_name {
  364. // width: 352px;
  365. font-family: Alibaba PuHuiTi 3, Alibaba PuHuiTi 30;
  366. font-weight: normal;
  367. font-size: 24px;
  368. color: #e2ffff;
  369. line-height: 24px;
  370. text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  371. text-align: left;
  372. font-style: normal;
  373. text-transform: none;
  374. /* 金属光泽渐变效果 */
  375. background: linear-gradient(to top, #49ffff 4%, #ffffff 100%);
  376. -webkit-background-clip: text;
  377. /* 文字应用渐变 */
  378. background-clip: text;
  379. /* 使文字透明,背景渐变会应用到文字 */
  380. color: transparent;
  381. /* 光泽效果:文本阴影 */
  382. text-shadow: 2px 2px 5px rgba(255, 255, 255, 0.4), -2px -2px 5px rgba(0, 0, 0, 0.4);
  383. /* 给文字加一些柔和的过渡效果 */
  384. transition: all 0.3s ease;
  385. font-style: italic;
  386. transform: skewX(-5deg);
  387. }
  388. .risk_profile_type {
  389. height: 24px;
  390. width: 158px;
  391. background: url(../../../../assets/img/待核实.png) no-repeat;
  392. background-size: 100% 100%;
  393. font-family: Alibaba PuHuiTi 3, Alibaba PuHuiTi 30;
  394. font-weight: normal;
  395. font-size: 14px;
  396. color: #ffd15c;
  397. line-height: 24px;
  398. text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  399. text-align: center;
  400. font-style: normal;
  401. text-transform: none;
  402. }
  403. }
  404. .risk_profile_change_btn {
  405. width: 64px;
  406. height: 50px;
  407. background: url(../../../../assets/img/changeRisk.png) no-repeat;
  408. background-size: 100% 100%;
  409. }
  410. }
  411. .risk_profile_info {
  412. width: 100%;
  413. display: flex;
  414. flex-direction: column;
  415. .risk_profile_info_top {
  416. width: 100%;
  417. height: 40px;
  418. display: flex;
  419. .risk_profile_info_top_item {
  420. display: flex;
  421. align-items: center;
  422. .risk_profile_info_top_name {
  423. font-family: Alibaba PuHuiTi 3, Alibaba PuHuiTi 30;
  424. font-weight: normal;
  425. font-size: 16px;
  426. color: rgba(255, 255, 255, 0.7);
  427. text-align: left;
  428. font-style: normal;
  429. text-transform: none;
  430. .risk_profile_info_top_name_lable {
  431. display: flex;
  432. align-items: center;
  433. > img {
  434. width: 18px;
  435. height: 18px;
  436. margin-right: 4px;
  437. }
  438. }
  439. .risk_profile_info_top_name_value {
  440. font-family: Alibaba PuHuiTi 3, Alibaba PuHuiTi 30;
  441. font-weight: normal;
  442. font-size: 16px;
  443. color: #04fafe;
  444. text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  445. font-style: normal;
  446. text-transform: none;
  447. }
  448. }
  449. .line {
  450. height: 24px;
  451. width: 2px;
  452. background: #88eaff;
  453. background: linear-gradient(0deg, rgba(34, 73, 127, 0) 0%, rgba(136, 234, 255, 0.6) 50%, rgba(34, 73, 127, 0) 100%);
  454. margin: 0 16px;
  455. }
  456. }
  457. }
  458. .risk_profile_info_bottom {
  459. margin: 12px 0;
  460. .risk_profile_info_bottom_name {
  461. display: flex;
  462. align-items: center;
  463. margin-bottom: 3px;
  464. > img {
  465. width: 18px;
  466. height: 18px;
  467. margin-right: 4px;
  468. }
  469. }
  470. .risk_profile_info_bottom-content {
  471. display: flex;
  472. align-items: center;
  473. justify-content: space-between;
  474. }
  475. }
  476. }
  477. .risk_summary {
  478. width: 100%;
  479. height: 100px;
  480. .risk_summary_header {
  481. width: 100%;
  482. position: relative;
  483. >img{
  484. margin-right: 5px;
  485. width: 14px;
  486. height: 14px;
  487. }
  488. .risk_summary_tag {
  489. position: absolute;
  490. top: 0px;
  491. right: 5px;
  492. width: 90px;
  493. height: 24px;
  494. // background: linear-gradient(90deg, #59a7da 0%, rgba(22, 116, 178, 0) 100%);
  495. border-radius: 4px 4px 4px 4px;
  496. border: 1px solid #6fe5ff;
  497. display: flex;
  498. align-items: center;
  499. justify-content: center;
  500. gap: 5px;
  501. font-family: Alibaba PuHuiTi 3, Alibaba PuHuiTi 30;
  502. font-weight: normal;
  503. font-size: 14px;
  504. color: #9ffdff;
  505. font-style: normal;
  506. text-transform: none;
  507. }
  508. }
  509. .risk_summary_content {
  510. display: flex;
  511. // flex-direction: column;
  512. justify-content: space-between;
  513. gap: 10px;
  514. height: 64px;
  515. margin-top: 8px;
  516. .risk_bg {
  517. padding: 8px;
  518. box-sizing: border-box;
  519. width: 360px;
  520. display: flex;
  521. flex-direction: column;
  522. justify-content: space-between;
  523. .risk_bg_info {
  524. box-sizing: border-box;
  525. display: flex;
  526. align-items: center;
  527. justify-content: space-between;
  528. font-family: Alibaba PuHuiTi 3, Alibaba PuHuiTi 30;
  529. font-weight: normal;
  530. font-size: 16px;
  531. color: #ffffff;
  532. font-style: normal;
  533. text-transform: none;
  534. .risk_bg_info_item {
  535. display: flex;
  536. align-items: center;
  537. > img {
  538. width: 18px;
  539. height: 18px;
  540. }
  541. > span {
  542. // margin: 0 4px 0 8px;
  543. margin: 0 4px;
  544. box-sizing: border-box;
  545. font-family: Alibaba PuHuiTi 3, Alibaba PuHuiTi 30;
  546. font-weight: normal;
  547. font-size: 16px;
  548. color: rgba(255, 255, 255, 0.7);
  549. text-align: left;
  550. font-style: normal;
  551. text-transform: none;
  552. }
  553. }
  554. }
  555. }
  556. .risk_bg_color {
  557. background: rgba(0, 170, 255, 0.08);
  558. border-radius: 0px 0px 0px 0px;
  559. }
  560. .risk_bg2 {
  561. padding: 8px;
  562. box-sizing: border-box;
  563. // width: 263px;
  564. flex: 1;
  565. height: 64px;
  566. display: flex;
  567. align-items: center;
  568. .risk_bg2_item {
  569. display: flex;
  570. align-items: center;
  571. .risk_bg2_name {
  572. display: flex;
  573. flex-direction: column;
  574. align-items: center;
  575. font-family: Alibaba PuHuiTi 3, Alibaba PuHuiTi 30;
  576. font-weight: normal;
  577. font-size: 16px;
  578. color: rgba(255, 255, 255, 0.7);
  579. text-align: left;
  580. font-style: normal;
  581. text-transform: none;
  582. > img {
  583. width: 18px;
  584. height: 18px;
  585. }
  586. .risk_bg2_label {
  587. display: flex;
  588. align-items: center;
  589. }
  590. }
  591. .risk_bg2_name_value {
  592. font-family: Alibaba PuHuiTi 3, Alibaba PuHuiTi 30;
  593. font-weight: normal;
  594. font-size: 16px;
  595. color: #04fafe;
  596. text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  597. font-style: normal;
  598. text-transform: none;
  599. }
  600. }
  601. }
  602. }
  603. }
  604. .echarts_box {
  605. display: flex;
  606. gap: 10px;
  607. width: 100%;
  608. margin: 12px 0;
  609. .time_item {
  610. width: 360px;
  611. height: 211px;
  612. padding: 8px;
  613. box-sizing: border-box;
  614. .time_echarts_bar {
  615. width: 100%;
  616. height: 176px;
  617. }
  618. }
  619. .area_item {
  620. padding: 8px;
  621. box-sizing: border-box;
  622. flex: 1;
  623. height: 211px;
  624. // width: ;
  625. .area_echarts_bar {
  626. width: 100%;
  627. height: 176px;
  628. }
  629. }
  630. }
  631. .core_flow_adjustment {
  632. padding: 8px;
  633. box-sizing: border-box;
  634. .core_flow_adjustment_header {
  635. position: relative;
  636. .core_flow_adjustment_tag {
  637. display: flex;
  638. align-items: center;
  639. position: absolute;
  640. right: 0px;
  641. top: 0px;
  642. // color: #fff;
  643. }
  644. }
  645. .core_flow_adjustment_body {
  646. // width: 645px;
  647. width: 100%;
  648. height: 78px;
  649. display: flex;
  650. align-items: center;
  651. .risk_profile_info_top_item {
  652. display: flex;
  653. align-items: center;
  654. .risk_profile_info_top_name {
  655. display: flex;
  656. flex-direction: column;
  657. align-items: center;
  658. font-family: Alibaba PuHuiTi 3, Alibaba PuHuiTi 30;
  659. font-weight: normal;
  660. font-size: 13px;
  661. color: #697c91;
  662. line-height: 14px;
  663. text-align: center;
  664. font-style: normal;
  665. text-transform: none;
  666. .risk_profile_info_top_name_lable {
  667. width: 203px;
  668. height: 18px;
  669. font-family: Alibaba PuHuiTi 3, Alibaba PuHuiTi 30;
  670. font-weight: normal;
  671. font-size: 16px;
  672. text-align: center;
  673. font-style: normal;
  674. text-transform: none;
  675. background: linear-gradient(to top, #43bcdb 0%, #ffffff 100%);
  676. /* 金属光泽渐变效果 */
  677. // background: linear-gradient(to top, #49ffff 4%, #e2ffff 100%);
  678. -webkit-background-clip: text;
  679. /* 文字应用渐变 */
  680. background-clip: text;
  681. /* 使文字透明,背景渐变会应用到文字 */
  682. color: transparent;
  683. /* 光泽效果:文本阴影 */
  684. text-shadow: 2px 2px 5px rgba(255, 255, 255, 0.4), -2px -2px 5px rgba(0, 0, 0, 0.4);
  685. /* 给文字加一些柔和的过渡效果 */
  686. transition: all 0.3s ease;
  687. }
  688. .risk_profile_info_top_name_list {
  689. height: 36px;
  690. width: 100%;
  691. .risk_profile_info_top_name_value {
  692. margin: 5px 0px;
  693. }
  694. }
  695. }
  696. }
  697. }
  698. }
  699. .risk_box {
  700. display: flex;
  701. gap: 10px;
  702. width: 100%;
  703. height: 100px;
  704. // margin: 10px 0;
  705. margin-top: 10px;
  706. margin-bottom: 15px;
  707. .risk_personnel {
  708. width: 399px;
  709. height: 100%;
  710. .risk_personnel_header {
  711. position: relative;
  712. .risk_personnel_tag {
  713. position: absolute;
  714. top: 0px;
  715. right: 0px;
  716. font-family: Alibaba PuHuiTi 3, Alibaba PuHuiTi 30;
  717. font-weight: normal;
  718. font-size: 16px;
  719. color: #ffffff;
  720. text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  721. text-align: left;
  722. font-style: normal;
  723. text-transform: none;
  724. > span {
  725. color: #04fafe;
  726. }
  727. }
  728. }
  729. .risk_personnel_body {
  730. width: 399px;
  731. height: 63px;
  732. display: flex;
  733. align-items: center;
  734. margin: 11px auto 0px;
  735. .risk_personnel_item {
  736. display: flex;
  737. align-items: center;
  738. margin: 0 auto;
  739. .risk_profile_info_top_name {
  740. display: flex;
  741. flex-direction: column;
  742. align-items: center;
  743. gap: 10px;
  744. font-family: Alibaba PuHuiTi 3, Alibaba PuHuiTi 30;
  745. font-weight: normal;
  746. font-size: 14px;
  747. color: rgba(255, 255, 255, 0.8);
  748. line-height: 16px;
  749. text-align: left;
  750. font-style: normal;
  751. text-transform: none;
  752. > div {
  753. font-family: Roboto, Roboto;
  754. font-weight: bold;
  755. font-size: 20px;
  756. color: #04fafe;
  757. }
  758. }
  759. .risk_personnel_line {
  760. height: 24px;
  761. width: 2px;
  762. background: #88eaff;
  763. background: linear-gradient(0deg, rgba(34, 73, 127, 0) 0%, rgba(136, 234, 255, 0.6) 50%, rgba(34, 73, 127, 0) 100%);
  764. margin-left: 36px;
  765. }
  766. }
  767. }
  768. }
  769. .risk_location {
  770. width: 100%;
  771. height: 100%;
  772. .risk_location_body {
  773. width: 100%;
  774. height: 63px;
  775. display: flex;
  776. align-items: center;
  777. margin: 11px auto 0px;
  778. .risk_location_item {
  779. display: flex;
  780. align-items: center;
  781. margin: 0 auto;
  782. .risk_location_name {
  783. display: flex;
  784. flex-direction: column;
  785. align-items: center;
  786. gap: 10px;
  787. font-family: Alibaba PuHuiTi 3, Alibaba PuHuiTi 30;
  788. font-weight: normal;
  789. font-size: 14px;
  790. color: rgba(255, 255, 255, 0.8);
  791. line-height: 16px;
  792. text-align: left;
  793. font-style: normal;
  794. text-transform: none;
  795. > div {
  796. font-family: Roboto, Roboto;
  797. font-weight: bold;
  798. font-size: 20px;
  799. color: #04fafe;
  800. }
  801. }
  802. .risk_location_line {
  803. height: 24px;
  804. width: 2px;
  805. background: #88eaff;
  806. background: linear-gradient(0deg, rgba(34, 73, 127, 0) 0%, rgba(136, 234, 255, 0.6) 50%, rgba(34, 73, 127, 0) 100%);
  807. margin-left: 36px;
  808. }
  809. }
  810. }
  811. }
  812. }
  813. .test_situation {
  814. width: 100%;
  815. height: 100px;
  816. .test_situation_body {
  817. height: 63px;
  818. display: flex;
  819. align-items: center;
  820. margin: 11px auto 0px;
  821. .test_situation_item {
  822. display: flex;
  823. align-items: center;
  824. margin: 0 auto;
  825. .test_situation_name {
  826. display: flex;
  827. flex-direction: column;
  828. align-items: center;
  829. gap: 10px;
  830. font-family: Alibaba PuHuiTi 3, Alibaba PuHuiTi 30;
  831. font-weight: normal;
  832. font-size: 14px;
  833. color: rgba(255, 255, 255, 0.8);
  834. line-height: 16px;
  835. text-align: left;
  836. font-style: normal;
  837. text-transform: none;
  838. > div {
  839. font-family: Roboto, Roboto;
  840. font-weight: bold;
  841. font-size: 20px;
  842. color: #04fafe;
  843. }
  844. }
  845. .test_situation_line {
  846. height: 24px;
  847. width: 2px;
  848. background: #88eaff;
  849. background: linear-gradient(0deg, rgba(34, 73, 127, 0) 0%, rgba(136, 234, 255, 0.6) 50%, rgba(34, 73, 127, 0) 100%);
  850. margin-left: 43px;
  851. }
  852. }
  853. }
  854. }
  855. }
  856. .tag {
  857. font-size: 16px;
  858. padding: 0px 12px;
  859. box-sizing: border-box;
  860. // border-radius: 6px;
  861. font-weight: bold;
  862. width: fit-content;
  863. height: 24px;
  864. line-height: 24px;
  865. text-align: center;
  866. // p
  867. }
  868. /* 已流调 */
  869. .investigated {
  870. color: #50e0ff;
  871. background: linear-gradient(270deg, rgba(62, 174, 255, 0.1) 0%, rgba(27, 129, 203, 0.3) 51%, rgba(27, 129, 203, 0.1) 100%);
  872. }
  873. /* 待流调 */
  874. .pending {
  875. color: #ff9950;
  876. background: linear-gradient(270deg, rgba(255, 153, 80, 0.1) 0%, rgba(255, 153, 80, 0.3) 51%, rgba(255, 153, 80, 0.1) 100%);
  877. }
  878. /* 可疑感染来源 */
  879. .suspicious {
  880. color: #ffd43c;
  881. background: linear-gradient(270deg, rgba(62, 174, 255, 0.1) 0%, rgba(255, 218, 123, 0.3) 51%, rgba(255, 218, 123, 0.1) 100%);
  882. }
  883. /* 本地感染 */
  884. .local {
  885. color: #ffffff;
  886. }
  887. .text {
  888. font-family: Alibaba PuHuiTi 3, Alibaba PuHuiTi 30;
  889. font-weight: normal;
  890. font-size: 16px;
  891. color: rgba(255, 255, 255, 0.7);
  892. text-align: left;
  893. text-transform: none;
  894. }
  895. .text1 {
  896. font-family: Alibaba PuHuiTi 3, Alibaba PuHuiTi 30;
  897. font-weight: normal;
  898. font-size: 16px;
  899. color: #04fafe;
  900. text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  901. font-style: normal;
  902. text-transform: none;
  903. }
  904. .risk_bg_color {
  905. background: rgba(0, 170, 255, 0.08);
  906. border-radius: 0px 0px 0px 0px;
  907. }
  908. .line {
  909. height: 24px;
  910. width: 2px;
  911. background: #88eaff;
  912. background: linear-gradient(0deg, rgba(34, 73, 127, 0) 0%, rgba(136, 234, 255, 0.6) 50%, rgba(34, 73, 127, 0) 100%);
  913. margin: 0 10px;
  914. }
  915. </style>