home.css 5.5 KB

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