home.css 6.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439
  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. }
  12. .div-header {
  13. background: url(../images/biaoti_bg_img.png) no-repeat;
  14. width: 100%;
  15. height: 0.39rem;
  16. background-size: 100% 100%;
  17. z-index: 50;
  18. position: fixed;
  19. top: 0;
  20. }
  21. .div-bottom {
  22. background: url(../images/logo_bg_img.png) no-repeat;
  23. width: 100%;
  24. height: 0.2rem;
  25. background-size: 100% 100%;
  26. position: fixed;
  27. bottom: 0;
  28. }
  29. .div-title {
  30. background: url(../images/dashujuyingyongfuwupingtai.png) no-repeat;
  31. width: 1.45rem;
  32. height: 0.26rem;
  33. line-height: 0.26rem;
  34. background-size: 1.45rem 0.26rem;
  35. text-align: center;
  36. font-size: 0.1rem;
  37. margin-top: 0.08rem;
  38. color: #ffffff;
  39. margin-left: 0.1rem;
  40. z-index: 99;
  41. position: relative;
  42. }
  43. .div-skip{
  44. width: 1.458333rem;height: .625rem;background-image: url("../images/tc1.png");background-size: 100% 100%;
  45. position: fixed;top: 0.35rem;margin-left: 0.1rem;z-index: 5;
  46. }
  47. .div-skip div{
  48. height: 60px;line-height: 60px;color: rgb(179,223,251);text-align: center;font-size: 0.1rem;
  49. }
  50. .div-skip div a:hover{
  51. color: rgb(4,128,211)
  52. }
  53. .content {
  54. width: 100%;
  55. height: -moz-calc(100% - 0.65rem);
  56. height: -webkit-calc(100% - 0.65rem);
  57. height: calc(100% - 0.65rem);
  58. /*padding: 0.12rem;*/
  59. position: relative;
  60. }
  61. .left-panel {
  62. position: absolute;
  63. width: 2.29rem;
  64. height: 2.92rem;
  65. top: 0;
  66. left: 0.2rem;
  67. right: 0.18rem;
  68. /*padding: 0.05rem;*/
  69. }
  70. .center-panel{
  71. position: relative;
  72. width: 4.286rem;
  73. height: 3.11rem;
  74. background: url(../images/ditudibu1.png) no-repeat;
  75. background-size: 4.286rem 3.11rem;
  76. margin-left: 2.8rem;
  77. margin-top: 0.1rem;
  78. color: rgba(213, 230, 255)
  79. }
  80. .right-panel {
  81. position: absolute;
  82. width: 2.677rem;
  83. height: 3.1rem;
  84. background: url(../images/fengexian.png) no-repeat;
  85. background-size: 2.677rem 3.1rem;
  86. right: 0.1rem;
  87. }
  88. .center-panel .map{
  89. width: 4.286rem;
  90. height: 3.11rem;
  91. }
  92. .bottom-left-panel {
  93. position: absolute;
  94. width: 7rem;
  95. height: 1.63rem;
  96. background: url(../images/zdfwrqzengjiaqushi.png) no-repeat;
  97. background-size: 7rem 1.63rem;
  98. left: 0.1rem;
  99. bottom: 0.1rem;
  100. }
  101. .bottom-right-panel {
  102. position: absolute;
  103. width: 2.677rem;
  104. height: 1.64rem;
  105. background: url(../images/shiwangyuanyin.png) no-repeat;
  106. background-size: 2.677rem 1.64rem;
  107. right: 0.1rem;
  108. bottom: 0.1rem;
  109. }
  110. .div-disease-item {
  111. width: 2.29rem;
  112. height: 0.73rem;
  113. background: url(../images/weixuanzhong.png) no-repeat;
  114. background-size: 2.29rem 0.73rem;
  115. position: relative;
  116. }
  117. .div-disease-item.active,.div-disease-item:hover {
  118. width: 2.41rem;
  119. height: 0.81rem;
  120. background: url(../images/xuanzhong.png) no-repeat;
  121. background-size: 2.41rem 0.81rem;
  122. position: relative;
  123. }
  124. .c-f16 {
  125. font-size: 0.08rem;
  126. }
  127. .c-f26 {
  128. font-size: 0.14rem;
  129. }
  130. .c-b5e1fc {
  131. color: #b5e1fc;
  132. }
  133. .c-fff71a {
  134. color: #fff71a;
  135. }
  136. .c-257fb7 {
  137. color: #257FB7;
  138. }
  139. h4 {
  140. margin: 0;
  141. padding: 0 0 0.05rem;
  142. }
  143. .div-disease-item .div-disease-title,
  144. .div-common-title {
  145. line-height: 0.18rem;
  146. position: relative;
  147. }
  148. .div-disease-item.active .div-disease-title, .div-disease-item:hover .div-disease-title{
  149. line-height: 0.23rem;
  150. position: relative;
  151. }
  152. .div-disease-item .div-disease-title,.div-disease-item .icon-img,.div-disease-item .c-row{
  153. opacity: 0.5;
  154. }
  155. .div-disease-item.active .div-disease-title,.div-disease-item.active .icon-img,.div-disease-item.active .c-row,
  156. .div-disease-item:hover .div-disease-title,.div-disease-item:hover .icon-img,.div-disease-item:hover .c-row{
  157. opacity: 1;
  158. }
  159. .div-disease-item .c-row {
  160. margin-top: 0.05rem;
  161. }
  162. .div-disease-item.active .c-row {
  163. margin-top: 0;
  164. }
  165. .mt10 {
  166. margin-top: 0.05rem;
  167. }
  168. .ml20 {
  169. margin-left: 0.1rem;
  170. }
  171. .c-bold {
  172. font-weight: bold;
  173. }
  174. .mt0 {
  175. margin-top: 0;
  176. }
  177. .mr40 {
  178. margin-right: 0.2rem;
  179. }
  180. .mlr30 {
  181. margin-left: 0.16rem;
  182. margin-right: 0.16rem;
  183. }
  184. .mt30 {
  185. margin-top: 0.16rem;
  186. }
  187. .ml20 {
  188. margin-left: 0.1rem;
  189. }
  190. .ml30 {
  191. margin-left: 0.16rem;
  192. }
  193. .mr30 {
  194. margin-right: 0.16rem;
  195. }
  196. .ml10 {
  197. margin-left: 0.05rem;
  198. }
  199. .absolute-content {
  200. position: absolute;
  201. width: 100%;
  202. text-align: center;
  203. top: 50%;
  204. -webkit-transform: translateY(-18%);
  205. -o-transform: translateY(-18%);
  206. transform: translateY(-18%);
  207. }
  208. .bg-icon {
  209. object-fit: fill;
  210. position: relative;
  211. height: -moz-calc(100% - 0.34rem);
  212. height: -webkit-calc(100% - 0.34rem);
  213. height: calc(100% - 0.34rem);
  214. }
  215. .bg-icon .zengzhang-img {
  216. width: 0.09rem;
  217. height: 0.09rem;
  218. vertical-align: middle;
  219. position: absolute;
  220. top: 0.2rem;
  221. }
  222. .icon-img {
  223. width: 0.16rem;
  224. height: 0.16rem;
  225. position: absolute;
  226. right: 0.08rem;
  227. top: 0.026rem;
  228. cursor: pointer;
  229. }
  230. .div-disease-item .icon-img {
  231. width: 0.16rem;
  232. height: 0.16rem;
  233. position: absolute;
  234. right: 0.08rem;
  235. top: 0.026rem;
  236. }
  237. .div-disease-item.active .icon-img {
  238. width: 0.16rem;
  239. height: 0.16rem;
  240. position: absolute;
  241. right: 0.18rem;
  242. top: 0.0625rem;
  243. }
  244. .c-row {
  245. height: -moz-calc(100% - 0.34rem);
  246. height: -webkit-calc(100% - 0.34rem);
  247. height: calc(100% - 0.34rem);
  248. }
  249. #div-gaofa-disease-chart{
  250. height: -moz-calc(100% - 0.53125rem);
  251. height: -webkit-calc(100% - 0.53125rem);
  252. height:calc(100% - 0.53125rem)
  253. }
  254. #div-zhongidan-echart{
  255. width: 100%;
  256. height: -moz-calc(100% - 0.26rem);
  257. height: -webkit-calc(100% - 0.26rem);
  258. height:calc(100% - 0.26rem)
  259. }
  260. .btn-default.active,
  261. .btn-default:active,
  262. .btn-default:focus,
  263. .btn-default:hover,
  264. .open .dropdown-toggle.btn-default {
  265. background-color: #009DFE;
  266. border-color: #009DFE;
  267. }
  268. .btn-default:hover,
  269. .btn-default.active:hover {
  270. color: #fff;
  271. background-color: #009DFE;
  272. border-color: #009DFE;
  273. }
  274. .btn-default {
  275. background: #051829;
  276. border-color: #009DFE;
  277. color: #009DFE;
  278. }
  279. .btn-group {
  280. margin-left: 0.16rem;
  281. margin-top: 0.12rem;
  282. }
  283. .mr20 {
  284. margin-right: 0.1rem;
  285. }
  286. .fr {
  287. float: right;
  288. }
  289. #div-shiwang-echart {
  290. width: 0.75rem;
  291. height: 0.75rem;
  292. position: absolute;
  293. top: 50%;
  294. margin-top: -0.375rem;
  295. }
  296. .div-webkit-box {
  297. display: -webkit-box;
  298. }
  299. .div-webkit-box-flex1 {
  300. -webkit-box-flex: 1;
  301. }
  302. .c-f14 {
  303. font-size: 0.07rem;
  304. }
  305. .mt20 {
  306. margin-top: 0.1rem;
  307. }
  308. .div-siwang-type {
  309. width: calc(100% - 0.9375rem);
  310. position: absolute;
  311. top: 0.3rem;
  312. right: 0.05rem;
  313. }
  314. .bgc-00e6f3 {
  315. background: #00e6f3;
  316. }
  317. .bgc-03fa6c {
  318. background: #03fa6c;
  319. }
  320. .bgc-ff616f {
  321. background: #ff616f;
  322. }
  323. .bgc-0fa5f2 {
  324. background: #0fa5f2;
  325. }
  326. .bgc-6576e0 {
  327. background: #6576e0;
  328. }
  329. .bgc-da0ff2 {
  330. background: #da0ff2;
  331. }
  332. .bgc-f24a0f {
  333. background: #f24a0f;
  334. }
  335. .bgc-ebff61 {
  336. background: #ebff61;
  337. }
  338. .bgc-fea92f {
  339. background: #fea92f;
  340. }
  341. .bar-a {
  342. display: inline-block;
  343. width: 0.05rem;
  344. height: 0.05rem;
  345. position: relative;
  346. top: 0.03rem;
  347. }
  348. /* boottSelect样式修改 */
  349. .Mapselect{
  350. position: absolute;
  351. top: .114583rem;
  352. width: .677083rem;
  353. left: .125rem;
  354. }
  355. .map #dropdownMenu1{
  356. background: url(../images/mjzfwqktoubukuang.png) no-repeat no-repeat;
  357. background-size: 100% 100%;
  358. height: 34px;
  359. }
  360. .btn.focus, .btn:focus, .btn:hover{
  361. color: #fff
  362. }
  363. .dropdown-menu{
  364. background: url(../images/mjzfwqktoubukuang.png) no-repeat no-repeat;
  365. background-size: 100% 100%;
  366. }