home.css 8.7 KB

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