home.css 8.5 KB

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