medical.css 7.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487
  1. body {
  2. overflow: hidden;
  3. color: #b5e1fc;
  4. font-size: .072917rem;
  5. }
  6. #app {
  7. height: 100%;
  8. background-size: 100% 100%;
  9. background: url(../images/BG.png) no-repeat;
  10. overflow-y: auto;
  11. /*overflow-x: hidden;*/
  12. /* overflow: hidden; */
  13. }
  14. p {
  15. margin: 0;
  16. padding: 0
  17. }
  18. th{
  19. font-weight: normal
  20. }
  21. .div-header {
  22. background: url(../images/biaoti_bg_img.png) no-repeat;
  23. width: 10rem;
  24. height: 0.39rem;
  25. background-size: 10rem 0.39rem;
  26. z-index: 50;
  27. position: relative;
  28. top: 0;
  29. }
  30. .div-title {
  31. height: 0.271rem;
  32. line-height: 0.271rem;
  33. text-align: center;
  34. font-size: .104167rem;
  35. color: #fff;
  36. width: 1.453125rem;
  37. background: url(../images/dashujuyingyongfuwupingtai.png) no-repeat;
  38. background-size: 100% 100%;
  39. position: relative;
  40. z-index: 99;
  41. cursor: pointer;
  42. }
  43. .div-bottom {
  44. background: url(../images/logo_bg_img.png) no-repeat;
  45. width: 10rem;
  46. height: 0.2rem;
  47. background-size: 10rem 0.2rem;
  48. margin-top: -37px;
  49. }
  50. .div-body {
  51. /*height: 100%;*/
  52. padding-top: 0;
  53. }
  54. .div-skip {
  55. width: 0;
  56. height: 0;
  57. opacity: 0;
  58. overflow: hidden;
  59. background-image: url("../images/tc1.png");
  60. background-size: 100% 100%;
  61. position: fixed;
  62. top: 0.271rem;
  63. z-index: 5;
  64. transition: all .5s cubic-bezier(0.68, -0.55, 0.27, 1.55)
  65. }
  66. .div-skip-active {
  67. height: .9375rem;
  68. opacity: 1;
  69. top: 0.35rem;
  70. /*margin-left: 0.1rem;*/
  71. width: 1.458333rem;
  72. }
  73. .div-skip div {
  74. height: .3125rem;
  75. line-height: .3125rem;
  76. color: rgb(179, 223, 251);
  77. text-align: center;
  78. font-size: 0.1rem;
  79. }
  80. .div-skip div a{
  81. color: rgba(213, 230, 255)
  82. }
  83. .div-skip div a:hover {
  84. color:rgb(4, 128, 211);
  85. }
  86. .div-body>.right {
  87. width: 2.3rem;
  88. margin-right: .104167rem
  89. }
  90. .contentBox {
  91. background: url(../images/mjzrcdibu.png) no-repeat;
  92. background-size: 100% 100%;
  93. width: 2.307292rem
  94. }
  95. .contentBox2 {
  96. background: url(../images/tuoyuan.png) no-repeat;
  97. background-size: 100% 100%;
  98. }
  99. .contentBox2 .right,
  100. .contentBox2 .left {
  101. padding-top: .09375rem;
  102. width: .625rem;
  103. }
  104. .contentBox2 .left {
  105. padding-right: .104167rem;
  106. }
  107. .contentBox2 .right {
  108. padding-left: .104167rem;
  109. }
  110. .contentBox2 .middle .sub {
  111. color: rgba(213, 230, 255, 0.5)
  112. }
  113. .contentBox3 {
  114. background: url(../images/mzrcyuequshi.png) no-repeat;
  115. background-size: 100% 100%;
  116. width: 2.307292rem
  117. }
  118. .boxTitle {
  119. width: 100%;
  120. background: url(../images/icon_biaoti.png) no-repeat;
  121. background-size: 100% 100%;
  122. height: .260417rem;
  123. color: #fff;
  124. font-weight: bold;
  125. line-height: 0.198rem;
  126. font-size: 0.104rem;
  127. position: absolute;
  128. top: -0.4375rem;
  129. left: -0.1302rem;
  130. }
  131. .ml50{
  132. margin-left: 0.26rem;
  133. }
  134. .title>span {
  135. cursor: pointer;
  136. }
  137. /* 表格样式 */
  138. th >div{
  139. height: .208333rem;
  140. overflow: hidden;
  141. line-height: 0.208333rem
  142. }
  143. td >div{
  144. height: .166667rem;
  145. overflow: hidden;
  146. line-height: 0.166667rem
  147. }
  148. td {
  149. text-align: center;
  150. /*border: 1px solid #019dff;*/
  151. }
  152. th {
  153. text-align: center;
  154. background: url(../images/mjzfwqktoubukuang.png) no-repeat;
  155. background-size: 100% 100%;
  156. }
  157. .c-pr{
  158. position: relative;
  159. }
  160. td img {
  161. /*margin-right: .026042rem;*/
  162. width: 12px;
  163. }
  164. .w60 {
  165. width: .3125rem
  166. }
  167. .w40{
  168. width:0.2083rem
  169. }
  170. .w193 {
  171. width: 1.005208rem
  172. }
  173. .w-90{
  174. width: 0.46875rem;
  175. }
  176. .w-115{
  177. width: 0.5989583rem;
  178. }
  179. .w188 {
  180. width: .979167rem
  181. }
  182. /* 左边样式 */
  183. .div-body>.left {
  184. width: 2.3rem;
  185. margin-left: .104167rem
  186. }
  187. .bigData {
  188. height: 2.307292rem;
  189. width: 2.307292rem;
  190. padding-left: .078125rem;
  191. padding-right: .078125rem;
  192. }
  193. .bigData .title {
  194. height: .234375rem;
  195. }
  196. .title>span {
  197. display: inline-block;
  198. width: .3125rem;
  199. text-align: center;
  200. height: .114583rem;
  201. line-height: .114583rem;
  202. font-size: .072917rem;
  203. color: #0fa5f2;
  204. }
  205. .title>span.active {
  206. background: #0fa5f2;
  207. color: #fff;
  208. border-radius: .078125rem
  209. }
  210. .bigData .menJiZhen {
  211. height: .911458rem;
  212. text-align: center
  213. }
  214. .jiuZhen .contentBox3 {
  215. height: 1.15625rem;
  216. }
  217. .h234 {
  218. /*height: 1.21875rem;*/
  219. }
  220. .no-result-h234 {
  221. height: 1.245rem;
  222. }
  223. .h165 {
  224. height: .859375rem;
  225. }
  226. /* 中间样式 */
  227. .div-body>.middle {
  228. flex-grow: 1;
  229. background: url(../images/ditudibu.png) no-repeat;
  230. background-size: 100% 100%;
  231. margin: 0 .104167rem;
  232. width: 4.84375rem;
  233. height: 5.125rem;
  234. color: rgba(213, 230, 255);
  235. }
  236. .middle .map {
  237. height: 3.34375rem;
  238. position: relative;
  239. }
  240. .middle .bottom {
  241. background: url(../images/kuang.png) no-repeat;
  242. background-size: 100% 100%;
  243. background-position: center;
  244. margin: 0 .453125rem .328125rem .453125rem;
  245. width: 4.020833rem;
  246. height: 1.380208rem;
  247. }
  248. .middle .bottom .left,
  249. .middle .bottom .right {
  250. width: 1.302083rem;
  251. margin: .3125rem 0;
  252. }
  253. .middle .yellow_number {
  254. font-size: 16px
  255. }
  256. .middle .title {
  257. color: #00e7f3;
  258. font-size: 18px
  259. }
  260. .middle .bottom .left {
  261. padding-left: .234375rem;
  262. }
  263. .middle .bottom .right {
  264. padding-left: .078125rem
  265. }
  266. .sanjiao {
  267. position: absolute;
  268. left: 0;
  269. right: 0;
  270. top: 0;
  271. bottom: 0;
  272. width: 100%;
  273. height: 100%;
  274. opacity: 0;
  275. cursor: pointer;
  276. }
  277. .sanjiao:checked~img {
  278. transform: rotate(180deg)
  279. }
  280. /* boottSelect样式修改 */
  281. .Mapselect {
  282. position: absolute;
  283. top: .114583rem;
  284. width: .677083rem;
  285. left: 0.46875rem;
  286. }
  287. .map #dropdownMenu1 {
  288. background: url(../images/mjzfwqktoubukuang.png) center center / 100% 100% no-repeat;
  289. height: 34px;
  290. padding: 6px 35px;
  291. margin-top: 0.1rem;
  292. }
  293. .diqu-label{
  294. position: absolute;
  295. top: 0.135rem;
  296. left: -0.21rem;
  297. font-size: 0.073rem;
  298. }
  299. .btn.focus,
  300. .btn:focus,
  301. .btn:hover {
  302. color: #fff
  303. }
  304. .dropdown-menu {
  305. background: rgba(5,31,51, 0.6);
  306. border: 1px solid #009dfe;
  307. }
  308. .div-mask-layer{
  309. width: 100%;height: 100%;background: black;opacity: 0.5;position: absolute;z-index: 200;overflow: hidden;
  310. }
  311. .ibox-content{
  312. position: absolute;top:50%;margin-top: -117.5px;background-color: transparent;left: 50%;margin-left: -45px;border: 0;
  313. }
  314. .sk-spinner-fading-circle .sk-circle:before{
  315. background-color:white;
  316. }
  317. .no-result-img{
  318. width: 0.5rem;
  319. margin: 0 auto;
  320. object-fit: fill;
  321. padding-top: 0.2rem;
  322. }
  323. .no-result-img>img{
  324. width: 100%;
  325. height: 100%;
  326. }
  327. .no-result-text{
  328. text-align: center;
  329. margin-top: 0.1rem;
  330. font-size: 0.08rem;
  331. color: #b5e1fc;
  332. }
  333. .no-result-img-chart{
  334. width: 0.5rem;
  335. object-fit: fill;
  336. padding-top: 0.2rem;
  337. margin: 0 0.05rem 0 0.625rem;
  338. display: inline-block;
  339. }
  340. .no-result-img-chart>img{
  341. width: 100%;
  342. height: 100%;
  343. }
  344. .no-result-text-chart{
  345. text-align: center;
  346. margin-top: 0.1rem;
  347. font-size: 0.08rem;
  348. color: #b5e1fc;
  349. display: inline-block;
  350. }
  351. .div-header-title{
  352. text-align: center;
  353. font-size: 0.08rem;
  354. font-weight: bold;
  355. color: #b5e1fc;
  356. padding-top: 0.03125rem;
  357. }
  358. .div-menzhenfenleibei{
  359. background: url(../images/mzrcyuequshi-nodata.png) no-repeat;
  360. }
  361. .btn-default.active,
  362. .btn-default:active,
  363. .btn-default:focus,
  364. .btn-default:hover,
  365. .open .dropdown-toggle.btn-default {
  366. background-color: #009DFE;
  367. border-color: #009DFE;
  368. }
  369. .btn-default:hover,
  370. .btn-default.active:hover {
  371. color: #fff;
  372. background-color: #009DFE;
  373. border-color: #009DFE;
  374. }
  375. .btn-default {
  376. background: #051829;
  377. border-color: #009DFE;
  378. color: #009DFE;
  379. }
  380. .btn-group {
  381. margin-left: 0.16rem;
  382. margin-top: 0.12rem;
  383. }
  384. .btn.focus,
  385. .btn:focus,
  386. .btn:hover {
  387. color: #fff
  388. }
  389. .btn{
  390. padding: 3px 12px;
  391. }
  392. @media screen and (max-width: 1919px) {
  393. #app .div-bottom {
  394. bottom: 18px;
  395. }
  396. .div-body>.middle{
  397. margin: 0 0.15625rem;
  398. }
  399. }
  400. #full{
  401. position:absolute;
  402. display: block;
  403. right: 23px;
  404. top: 27px;
  405. width: 36px;
  406. height: 60px;
  407. /* background-color: #f00; */
  408. z-index: 999;
  409. cursor:pointer
  410. }