home.css 8.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558
  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: 100%;
  16. height: 0.39rem;
  17. background-size: 100% 100%;
  18. z-index: 50;
  19. position: relative;
  20. /* top: 0; */
  21. }
  22. .div-bottom {
  23. background: url(../images/logo_bg_img.png) no-repeat;
  24. width: 100%;
  25. height: 0.2rem;
  26. background-size: 100% 100%;
  27. /* position: fixed; */
  28. /* bottom: 0; */
  29. }
  30. .div-title {
  31. background: url(../images/dashujuyingyongfuwupingtai.png) no-repeat;
  32. width: 1.45rem;
  33. height: 0.26rem;
  34. line-height: 0.26rem;
  35. background-size: 1.45rem 0.26rem;
  36. text-align: center;
  37. font-size: 0.1rem;
  38. margin-top: 0.08rem;
  39. color: #ffffff;
  40. margin-left: 0.1rem;
  41. z-index: 99;
  42. position: absolute;
  43. cursor: pointer;
  44. top: 10px;
  45. }
  46. .div-skip {
  47. width: 0;
  48. height: 0;
  49. opacity: 0;
  50. overflow: hidden;
  51. background-image: url("../images/tc1.png");
  52. background-size: 100% 100%;
  53. position: fixed;
  54. z-index: 5;
  55. top: 0.271rem;
  56. -webkit-transition: all .5s cubic-bezier(0.68, -0.55, 0.27, 1.55);
  57. -o-transition: all .5s cubic-bezier(0.68, -0.55, 0.27, 1.55);
  58. transition: all .5s cubic-bezier(0.68, -0.55, 0.27, 1.55)
  59. }
  60. .div-skip-active {
  61. height: .625rem;
  62. opacity: 1;
  63. top: 0.35rem;
  64. margin-left: 0.1rem;
  65. width: 1.458333rem;
  66. }
  67. .div-skip div {
  68. height: .3125rem;
  69. line-height: .3125rem;
  70. color: rgb(179, 223, 251);
  71. text-align: center;
  72. font-size: 0.1rem;
  73. }
  74. .div-skip div a{
  75. color: rgb(4, 128, 211)
  76. }
  77. .div-skip div a:hover {
  78. color:rgba(213, 230, 255);
  79. }
  80. .content {
  81. width: 100%;
  82. position: relative;
  83. display: -webkit-box;
  84. display: box;
  85. margin-top: 0.1rem;
  86. }
  87. .left-panel {
  88. position: relative;
  89. width: 2.62rem;
  90. /* height: 3.53rem; */
  91. background: url(../images/dibu.png) no-repeat;
  92. background-size: 2.62rem 3.53rem;
  93. margin-left: 0.1rem;
  94. margin-right: 0.18rem;
  95. padding: 0.05rem;
  96. }
  97. .left-panel-img{
  98. position: absolute;
  99. width: 2.29rem;
  100. height: 2.92rem;
  101. top: 0;
  102. left: 0.13rem;
  103. right: 0.18rem;
  104. }
  105. .center-panel {
  106. position: relative;
  107. width: 4.286rem;
  108. height: 3.11rem;
  109. background: url(../images/ditudibu1.png) no-repeat;
  110. background-size: 4.286rem 3.11rem;
  111. color: rgba(213, 230, 255);
  112. -webkit-box-flex: 0;
  113. }
  114. .right-panel {
  115. width: 2.677rem;
  116. height: 3.1rem;
  117. background: url(../images/fengexian.png) no-repeat;
  118. background-size: 2.677rem 3.1rem;
  119. margin-left: 0.1rem;
  120. }
  121. .center-panel .map {
  122. width: 4.286rem;
  123. height: 3.11rem;
  124. }
  125. .bottom-left-panel {
  126. position: relative;
  127. width: 7rem;
  128. height: 1.63rem;
  129. background: url(../images/zdfwrqzengjiaqushi.png) no-repeat;
  130. background-size: 7rem 1.63rem;
  131. margin-left: 0.2rem;
  132. margin-top: 0.1rem;
  133. }
  134. .bottom-right-panel {
  135. position: relative;
  136. width: 2.677rem;
  137. height: 1.64rem;
  138. background: url(../images/shiwangyuanyin.png) no-repeat;
  139. background-size: 2.677rem 1.64rem;
  140. margin-left: 0.1rem;
  141. margin-top: 0.1rem;
  142. }
  143. .div-disease-item {
  144. width: 2.29rem;
  145. height: 0.73rem;
  146. background: url(../images/weixuanzhong.png) no-repeat;
  147. background-size: 2.29rem 0.73rem;
  148. position: relative;
  149. -webkit-transition: all .3s ease;
  150. -o-transition: all .3s ease;
  151. transition: all .3s ease;
  152. }
  153. .div-disease-item.active,
  154. .div-disease-item:hover {
  155. width: 2.41rem;
  156. height: 0.81rem;
  157. background: url(../images/xuanzhong.png) no-repeat;
  158. background-size: 2.41rem 0.81rem;
  159. position: relative;
  160. }
  161. .c-f16 {
  162. font-size: 0.08rem;
  163. }
  164. .c-f26 {
  165. font-size: 0.14rem;
  166. }
  167. .c-b5e1fc {
  168. color: #b5e1fc;
  169. }
  170. .c-fff71a {
  171. color: #fff71a;
  172. }
  173. .c-257fb7 {
  174. color: #257FB7;
  175. }
  176. h4 {
  177. margin: 0;
  178. padding: 0 0 0.05rem;
  179. }
  180. .div-disease-item .div-disease-title,
  181. .div-common-title {
  182. line-height: 0.18rem;
  183. position: relative;
  184. }
  185. .div-disease-item.active .div-disease-title,
  186. .div-disease-item:hover .div-disease-title {
  187. line-height: 0.23rem;
  188. position: relative;
  189. }
  190. .div-disease-item .div-disease-title,
  191. .div-disease-item .icon-img,
  192. .div-disease-item .c-row {
  193. opacity: 0.5;
  194. }
  195. .div-disease-item.active .div-disease-title,
  196. .div-disease-item.active .icon-img,
  197. .div-disease-item.active .c-row,
  198. .div-disease-item:hover .div-disease-title,
  199. .div-disease-item:hover .icon-img,
  200. .div-disease-item:hover .c-row {
  201. opacity: 1;
  202. }
  203. .div-disease-item .c-row {
  204. margin-top: 0.05rem;
  205. }
  206. .div-disease-item.active .c-row {
  207. margin-top: 0;
  208. }
  209. .mt10 {
  210. margin-top: 0.05rem;
  211. }
  212. .ml20 {
  213. margin-left: 0.1rem;
  214. }
  215. .c-bold {
  216. font-weight: bold;
  217. }
  218. .mt0 {
  219. margin-top: 0;
  220. }
  221. .mr40 {
  222. margin-right: 0.2rem;
  223. }
  224. .mlr30 {
  225. margin-left: 0.16rem;
  226. margin-right: 0.16rem;
  227. }
  228. .mt30 {
  229. margin-top: 0.16rem;
  230. }
  231. .ml20 {
  232. margin-left: 0.1rem;
  233. }
  234. .ml30 {
  235. margin-left: 0.16rem;
  236. }
  237. .mr30 {
  238. margin-right: 0.16rem;
  239. }
  240. .ml10 {
  241. margin-left: 0.05rem;
  242. }
  243. .absolute-content {
  244. position: absolute;
  245. width: 100%;
  246. text-align: center;
  247. top: 50%;
  248. -webkit-transform: translateY(-18%);
  249. -ms-transform: translateY(-18%);
  250. transform: translateY(-18%);
  251. }
  252. .bg-icon {
  253. -o-object-fit: fill;
  254. object-fit: fill;
  255. position: relative;
  256. height: calc(100% - 0.34rem);
  257. }
  258. .bg-icon .zengzhang-img {
  259. width: 0.09rem;
  260. height: 0.09rem;
  261. vertical-align: middle;
  262. position: absolute;
  263. top: 0.2rem;
  264. }
  265. .icon-img {
  266. width: 0.16rem;
  267. height: 0.16rem;
  268. position: absolute;
  269. right: 0.08rem;
  270. top: 0.026rem;
  271. cursor: pointer;
  272. }
  273. .div-disease-item .icon-img {
  274. width: 0.16rem;
  275. height: 0.16rem;
  276. position: absolute;
  277. right: 0.08rem;
  278. top: 0.026rem;
  279. }
  280. .div-disease-item.active .icon-img,.div-disease-item:hover .icon-img {
  281. width: 0.16rem;
  282. height: 0.16rem;
  283. position: absolute;
  284. right: 0.18rem;
  285. top: 0.0625rem;
  286. }
  287. .c-row {
  288. height: calc(100% - 0.34rem);
  289. }
  290. #div-gaofa-disease-chart {
  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: 34px;
  423. padding: 6px 35px;
  424. margin-top: 0.1rem;
  425. }
  426. .diqu-label{
  427. position: absolute;
  428. top: 0.26rem;
  429. left: 0.26rem;
  430. font-size: 0.073rem;
  431. }
  432. .dropdown-menu {
  433. background: url(../images/mjzfwqktoubukuang.png) center center / 100% 100% no-repeat;
  434. background-size: 100% 100%;
  435. }
  436. .div-mask-layer{
  437. width: 100%;height: 100%;background: black;opacity: 0.5;position: absolute;z-index: 200;overflow: hidden;
  438. }
  439. .ibox-content{
  440. position: absolute;top:50%;margin-top: -117.5px;background-color: transparent;left: 50%;margin-left: -45px;border: 0;
  441. }
  442. .sk-spinner-fading-circle .sk-circle:before{
  443. background-color:white;
  444. }
  445. .no-result-img{
  446. width: 0.5rem;
  447. margin: 0 auto;
  448. object-fit: fill;
  449. padding-top: 0.3125rem;
  450. }
  451. .no-result-img>img{
  452. width: 100%;
  453. height: 100%;
  454. }
  455. .no-result-text{
  456. text-align: center;
  457. margin-top: 0.1rem;
  458. font-size: 0.08rem;
  459. color: #b5e1fc;
  460. }
  461. .div-bottom-content{
  462. display: -webkit-box;
  463. display: box;
  464. }
  465. @media screen and (max-width: 1919px) {
  466. #main .div-bottom {
  467. bottom: 18px;
  468. }
  469. }