home.css 8.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576
  1. body {
  2. width: 100%;
  3. height: 100%;
  4. background-image: url(../images/BG.png);
  5. background-repeat: no-repeat;
  6. background-size: 100% 100%;
  7. overflow: hidden;
  8. }
  9. #main {
  10. height: 100%;
  11. overflow-y: auto;
  12. }
  13. .div-header {
  14. background: url(../images/jumingjiankang.png) no-repeat;
  15. width: 10rem;
  16. height: 0.39rem;
  17. background-size: 10rem 0.39rem;
  18. z-index: 50;
  19. position: relative;
  20. }
  21. .div-bottom {
  22. background: url(../images/logo_bg_img.png) no-repeat;
  23. width: 10rem;
  24. height: 0.2rem;
  25. background-size: 10rem 0.2rem;
  26. margin-top: 10px;
  27. }
  28. .div-title {
  29. background: url(../images/dashujuyingyongfuwupingtai.png) no-repeat;
  30. width: 1.45rem;
  31. height: 0.26rem;
  32. line-height: 0.26rem;
  33. background-size: 1.45rem 0.26rem;
  34. text-align: center;
  35. font-size: 0.1rem;
  36. margin-top: 0.08rem;
  37. color: #ffffff;
  38. margin-left: 0.1rem;
  39. z-index: 99;
  40. position: absolute;
  41. cursor: pointer;
  42. top: 10px;
  43. }
  44. .div-skip {
  45. width: 0;
  46. height: 0;
  47. opacity: 0;
  48. overflow: hidden;
  49. background-image: url("../images/tc1.png");
  50. background-size: 100% 100%;
  51. position: fixed;
  52. z-index: 5;
  53. top: 0.271rem;
  54. -webkit-transition: all .5s cubic-bezier(0.68, -0.55, 0.27, 1.55);
  55. -o-transition: all .5s cubic-bezier(0.68, -0.55, 0.27, 1.55);
  56. transition: all .5s cubic-bezier(0.68, -0.55, 0.27, 1.55)
  57. }
  58. .div-skip-active {
  59. height: .625rem;
  60. opacity: 1;
  61. top: 0.35rem;
  62. margin-left: 0.1rem;
  63. width: 1.458333rem;
  64. }
  65. .div-skip div {
  66. height: .3125rem;
  67. line-height: .3125rem;
  68. color: rgb(179, 223, 251);
  69. text-align: center;
  70. font-size: 0.1rem;
  71. }
  72. .div-skip div a{
  73. color: rgba(213, 230, 255)
  74. }
  75. .div-skip div a:hover {
  76. color:rgb(4, 128, 211);
  77. }
  78. .content {
  79. width: 100%;
  80. position: relative;
  81. display: -webkit-box;
  82. display: box;
  83. margin-top: 0.1rem;
  84. }
  85. .left-panel {
  86. position: relative;
  87. width: 2.62rem;
  88. /* height: 3.53rem; */
  89. background: url(../images/dibu.png) no-repeat;
  90. background-size: 2.62rem 3.53rem;
  91. margin-left: 0.1rem;
  92. margin-right: 0.1rem;
  93. padding: 0.05rem;
  94. }
  95. .left-panel-img{
  96. position: absolute;
  97. width: 2.29rem;
  98. height: 2.92rem;
  99. top: 0;
  100. left: 0.13rem;
  101. right: 0.18rem;
  102. }
  103. .center-panel {
  104. position: relative;
  105. width: 4.286rem;
  106. height: 3.11rem;
  107. background: url(../images/ditudibu1.png) no-repeat;
  108. background-size: 4.286rem 3.11rem;
  109. color: rgba(213, 230, 255);
  110. -webkit-box-flex: 0;
  111. }
  112. .right-panel {
  113. width: 2.677rem;
  114. height: 3.1rem;
  115. background: url(../images/fengexian.png) no-repeat;
  116. background-size: 2.677rem 3.1rem;
  117. margin-left: 0.1rem;
  118. position: relative;
  119. }
  120. .center-panel .map {
  121. width: 4.286rem;
  122. height: 3.11rem;
  123. }
  124. .bottom-left-panel {
  125. position: relative;
  126. width: 7rem;
  127. height: 1.63rem;
  128. background: url(../images/zdfwrqzengjiaqushi.png) no-repeat;
  129. background-size: 7rem 1.63rem;
  130. margin-left: 0.1rem;
  131. margin-top: 0.1rem;
  132. }
  133. .bottom-right-panel {
  134. position: relative;
  135. width: 2.677rem;
  136. height: 1.64rem;
  137. background: url(../images/shiwangyuanyin.png) no-repeat;
  138. background-size: 2.677rem 1.64rem;
  139. margin-left: 0.1rem;
  140. margin-top: 0.1rem;
  141. }
  142. .div-disease-item {
  143. width: 2.29rem;
  144. height: 0.73rem;
  145. background: url(../images/weixuanzhong.png) no-repeat;
  146. background-size: 2.29rem 0.73rem;
  147. position: relative;
  148. -webkit-transition: all .3s ease;
  149. -o-transition: all .3s ease;
  150. transition: all .3s ease;
  151. }
  152. .div-disease-item.active,
  153. .div-disease-item:hover {
  154. width: 2.41rem;
  155. height: 0.81rem;
  156. background: url(../images/xuanzhong.png) no-repeat;
  157. background-size: 2.41rem 0.81rem;
  158. position: relative;
  159. }
  160. .c-f16 {
  161. font-size: 0.08rem;
  162. }
  163. .c-f26 {
  164. font-size: 0.14rem;
  165. }
  166. .c-b5e1fc {
  167. color: #b5e1fc;
  168. }
  169. .c-fff71a {
  170. color: #fff71a;
  171. }
  172. .c-257fb7 {
  173. color: #257FB7;
  174. }
  175. h4 {
  176. margin: 0;
  177. padding: 0 0 0.05rem;
  178. }
  179. .div-disease-item .div-disease-title,
  180. .div-common-title {
  181. line-height: 0.18rem;
  182. position: relative;
  183. }
  184. .div-disease-item.active .div-disease-title,
  185. .div-disease-item:hover .div-disease-title {
  186. line-height: 0.23rem;
  187. position: relative;
  188. }
  189. .div-disease-item .div-disease-title,
  190. .div-disease-item .icon-img,
  191. .div-disease-item .c-row {
  192. opacity: 0.5;
  193. }
  194. .div-disease-item.active .div-disease-title,
  195. .div-disease-item.active .icon-img,
  196. .div-disease-item.active .c-row,
  197. .div-disease-item:hover .div-disease-title,
  198. .div-disease-item:hover .icon-img,
  199. .div-disease-item:hover .c-row {
  200. opacity: 1;
  201. }
  202. .div-disease-item .c-row {
  203. margin-top: 0.05rem;
  204. }
  205. .div-disease-item.active .c-row {
  206. margin-top: 0;
  207. }
  208. .mt10 {
  209. margin-top: 0.05rem;
  210. }
  211. .ml20 {
  212. margin-left: 0.1rem;
  213. }
  214. .c-bold {
  215. font-weight: bold;
  216. }
  217. .mt0 {
  218. margin-top: 0;
  219. }
  220. .mr40 {
  221. margin-right: 0.2rem;
  222. }
  223. .mlr30 {
  224. margin-left: 0.16rem;
  225. margin-right: 0.16rem;
  226. }
  227. .mt30 {
  228. margin-top: 0.16rem;
  229. }
  230. .ml20 {
  231. margin-left: 0.1rem;
  232. }
  233. .ml30 {
  234. margin-left: 0.16rem;
  235. }
  236. .mr30 {
  237. margin-right: 0.16rem;
  238. }
  239. .ml10 {
  240. margin-left: 0.05rem;
  241. }
  242. .absolute-content {
  243. position: absolute;
  244. width: 100%;
  245. text-align: center;
  246. top: 50%;
  247. -webkit-transform: translateY(-18%);
  248. -ms-transform: translateY(-18%);
  249. transform: translateY(-18%);
  250. }
  251. .bg-icon {
  252. -o-object-fit: fill;
  253. object-fit: fill;
  254. position: relative;
  255. height: calc(100% - 0.34rem);
  256. }
  257. .bg-icon .zengzhang-img {
  258. width: 0.09rem;
  259. height: 0.09rem;
  260. vertical-align: middle;
  261. position: absolute;
  262. top: 0.2rem;
  263. }
  264. .icon-img {
  265. width: 0.16rem;
  266. height: 0.16rem;
  267. position: absolute;
  268. right: 0.08rem;
  269. top: 0.026rem;
  270. cursor: pointer;
  271. }
  272. .div-disease-item .icon-img {
  273. width: 0.16rem;
  274. height: 0.16rem;
  275. position: absolute;
  276. right: 0.08rem;
  277. top: 0.026rem;
  278. }
  279. .div-disease-item.active .icon-img,.div-disease-item:hover .icon-img {
  280. width: 0.16rem;
  281. height: 0.16rem;
  282. position: absolute;
  283. right: 0.18rem;
  284. top: 0.0625rem;
  285. }
  286. .c-row {
  287. height: calc(100% - 0.34rem);
  288. }
  289. #div-gaofa-disease-chart {
  290. width: 100%;
  291. height: calc(100% - 0.53125rem)
  292. }
  293. #div-zhongidan-echart {
  294. width: 100%;
  295. height: calc(100% - 0.26rem)
  296. }
  297. .btn-default.active,
  298. .btn-default:active,
  299. .btn-default:focus,
  300. .btn-default:hover,
  301. .open .dropdown-toggle.btn-default {
  302. background-color: #009DFE;
  303. border-color: #009DFE;
  304. }
  305. .btn-default:hover,
  306. .btn-default.active:hover {
  307. color: #fff;
  308. background-color: #009DFE;
  309. border-color: #009DFE;
  310. }
  311. .btn-default {
  312. background: #051829;
  313. border-color: #009DFE;
  314. color: #009DFE;
  315. }
  316. .btn-group {
  317. margin-left: 0.16rem;
  318. margin-top: 0.12rem;
  319. }
  320. .btn.focus,
  321. .btn:focus,
  322. .btn:hover {
  323. color: #fff
  324. }
  325. .btn{
  326. padding: 3px 12px;
  327. }
  328. .mr20 {
  329. margin-right: 0.1rem;
  330. }
  331. .fr {
  332. float: right;
  333. }
  334. #div-shiwang-echart {
  335. width: 1.3rem;
  336. height: 1.3rem;
  337. position: absolute;
  338. top: 50%;
  339. margin-top: -0.65rem;
  340. }
  341. .div-webkit-box {
  342. display: -webkit-box;
  343. }
  344. .div-webkit-box-flex1 {
  345. -webkit-box-flex: 1;
  346. }
  347. .c-f14 {
  348. font-size: 0.07rem;
  349. }
  350. .mt20 {
  351. margin-top: 0.1rem;
  352. }
  353. .pt20 {
  354. padding-top: 0.1rem;
  355. }
  356. .div-siwang-type {
  357. width: 50%;
  358. position: absolute;
  359. top: 0.3rem;
  360. right: 0.05rem;
  361. }
  362. .bgc-00e6f3 {
  363. background: #00e6f3;
  364. }
  365. .bgc-03fa6c {
  366. background: #03fa6c;
  367. }
  368. .bgc-ff616f {
  369. background: #ff616f;
  370. }
  371. .bgc-0fa5f2 {
  372. background: #0fa5f2;
  373. }
  374. .bgc-6576e0 {
  375. background: #6576e0;
  376. }
  377. .bgc-da0ff2 {
  378. background: #da0ff2;
  379. }
  380. .bgc-f24a0f {
  381. background: #f24a0f;
  382. }
  383. .bgc-ebff61 {
  384. background: #ebff61;
  385. }
  386. .bgc-fea92f {
  387. background: #fea92f;
  388. }
  389. .bar-a {
  390. display: inline-block;
  391. width: 0.05rem;
  392. height: 0.05rem;
  393. position: relative;
  394. top: 0.03rem;
  395. border-radius: 0.01rem;
  396. }
  397. .sanjiao {
  398. position: absolute;
  399. left: 0;
  400. right: 0;
  401. top: 0;
  402. bottom: 0;
  403. width: 100%;
  404. height: 100%;
  405. opacity: 0;
  406. cursor: pointer;
  407. }
  408. .sanjiao:checked~img {
  409. -webkit-transform: rotate(180deg);
  410. -ms-transform: rotate(180deg);
  411. transform: rotate(180deg)
  412. }
  413. /* boottSelect样式修改 */
  414. .Mapselect {
  415. position: absolute;
  416. top: .114583rem;
  417. width: .677083rem;
  418. left: 0.46875rem;
  419. }
  420. .map #dropdownMenu1 {
  421. background: url(../images/mjzfwqktoubukuang.png) center center / 100% 100% no-repeat;
  422. height: 30px;
  423. line-height: 30px;
  424. padding: 0;
  425. margin-top: 0.1rem;
  426. width: 100px;
  427. text-align: left;
  428. border: 1px solid #009dfe;
  429. border-radius: 0;
  430. padding-left: 7px;
  431. }
  432. .dropdown-menu{
  433. min-width: 140px;
  434. }
  435. .btn .caret{
  436. float: right;
  437. margin-right: 7px;
  438. margin-top: 12px;
  439. }
  440. .dropdown-menu li a:hover{
  441. background: #009DFE;
  442. color: #FFFFFF;
  443. }
  444. .diqu-label{
  445. position: absolute;
  446. top: 0.26rem;
  447. left: 0.26rem;
  448. font-size: 0.073rem;
  449. }
  450. .dropdown-menu {
  451. background: rgba(5,31,51, 0.6);
  452. border: 1px solid #009dfe;
  453. }
  454. .div-mask-layer{
  455. width: 100%;height: 100%;background: black;opacity: 0.5;position: absolute;z-index: 200;overflow: hidden;
  456. }
  457. .ibox-content{
  458. position: absolute;top:50%;margin-top: -117.5px;background-color: transparent;left: 50%;margin-left: -45px;border: 0;
  459. }
  460. .sk-spinner-fading-circle .sk-circle:before{
  461. background-color:white;
  462. }
  463. .no-result-img{
  464. width: 0.5rem;
  465. margin: 0 auto;
  466. object-fit: fill;
  467. padding-top: 0.3125rem;
  468. }
  469. .no-result-img>img{
  470. width: 100%;
  471. height: 100%;
  472. }
  473. .no-result-text{
  474. text-align: center;
  475. margin-top: 0.1rem;
  476. font-size: 0.08rem;
  477. color: #b5e1fc;
  478. }
  479. .div-bottom-content{
  480. display: -webkit-box;
  481. display: box;
  482. }
  483. @media screen and (max-width: 1919px) {
  484. #main .div-bottom {
  485. bottom: 18px;
  486. }
  487. }