home.css 7.0 KB

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