medical.css 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334
  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. .div-header {
  19. background: url(../images/biaoti_bg_img.png) no-repeat;
  20. width: 100%;
  21. height: 0.39rem;
  22. background-size: 100% 100%;
  23. z-index: 50;
  24. position: fixed;
  25. top: 0;
  26. }
  27. .div-title {
  28. height: 0.271rem;
  29. line-height: 0.271rem;
  30. text-align: center;
  31. font-size: .104167rem;
  32. color: #fff;
  33. width: 1.453125rem;
  34. background: url(../images/dashujuyingyongfuwupingtai.png) no-repeat;
  35. background-size: 100% 100%;
  36. position: relative;
  37. z-index: 99;
  38. cursor: pointer;
  39. }
  40. .div-bottom {
  41. background: url(../images/logo_bg_img.png) no-repeat;
  42. width: 100%;
  43. height: 0.2rem;
  44. background-size: 100% 100%;
  45. position: fixed;
  46. bottom: 0;
  47. }
  48. .div-body {
  49. height: 100%;
  50. padding-top: .40625rem;
  51. }
  52. .div-skip {
  53. width: 0;
  54. height: 0;
  55. opacity: 0;
  56. overflow: hidden;
  57. background-image: url("../images/tc1.png");
  58. background-size: 100% 100%;
  59. position: fixed;
  60. z-index: 5;
  61. transition: all .5s cubic-bezier(0.68, -0.55, 0.27, 1.55)
  62. }
  63. .div-skip-active {
  64. height: .625rem;
  65. opacity: 1;
  66. top: 0.35rem;
  67. margin-left: 0.1rem;
  68. width: 1.458333rem;
  69. }
  70. .div-skip div {
  71. height: 60px;
  72. line-height: 60px;
  73. color: rgb(179, 223, 251);
  74. text-align: center;
  75. font-size: 0.1rem;
  76. }
  77. .div-skip div a{
  78. color:rgba(213, 230, 255);
  79. }
  80. .div-skip div a:hover {
  81. color: rgb(4, 128, 211)
  82. }
  83. .div-body>.right {
  84. width: 2.3rem;
  85. margin-right: .104167rem
  86. }
  87. .contentBox {
  88. background: url(../images/mjzrcdibu.png) no-repeat;
  89. background-size: 100% 100%;
  90. width: 2.307292rem
  91. }
  92. .contentBox2 {
  93. background: url(../images/tuoyuan.png) no-repeat;
  94. background-size: 100% 100%;
  95. }
  96. .contentBox2 .right,
  97. .contentBox2 .left {
  98. padding-top: .09375rem;
  99. width: .625rem;
  100. }
  101. .contentBox2 .left {
  102. padding-right: .104167rem;
  103. }
  104. .contentBox2 .right {
  105. padding-left: .104167rem;
  106. }
  107. .contentBox2 .middle .sub {
  108. color: rgba(213, 230, 255, 0.5)
  109. }
  110. .contentBox3 {
  111. background: url(../images/mzrcyuequshi.png) no-repeat;
  112. background-size: 100% 100%;
  113. width: 2.307292rem
  114. }
  115. .boxTitle {
  116. background: url(../images/icon_biaoti.png) no-repeat;
  117. background-size: 100% 100%;
  118. height: .260417rem;
  119. color: #fff;
  120. font-weight: bold;
  121. padding-left: 0.26rem;
  122. line-height: 0.198rem;
  123. }
  124. .title>span {
  125. cursor: pointer;
  126. }
  127. /* 表格样式 */
  128. td {
  129. text-align: center;
  130. height: .166667rem;
  131. border: 1px solid #019dff;
  132. }
  133. th {
  134. text-align: center;
  135. height: .208333rem;
  136. background: url(../images/mjzfwqktoubukuang.png) no-repeat;
  137. background-size: 100% 100%;
  138. }
  139. td img {
  140. margin-right: .026042rem;
  141. width: 12px;
  142. }
  143. .w60 {
  144. width: .3125rem
  145. }
  146. .w193 {
  147. width: 1.005208rem
  148. }
  149. .w188 {
  150. width: .979167rem
  151. }
  152. /* 左边样式 */
  153. .div-body>.left {
  154. width: 2.3rem;
  155. margin-left: .104167rem
  156. }
  157. .bigData {
  158. height: 2.307292rem;
  159. width: 2.307292rem;
  160. padding-left: .078125rem;
  161. padding-right: .078125rem;
  162. }
  163. .bigData .title {
  164. height: .234375rem;
  165. }
  166. .title>span {
  167. display: inline-block;
  168. width: .3125rem;
  169. text-align: center;
  170. height: .114583rem;
  171. line-height: .114583rem;
  172. font-size: .072917rem;
  173. color: #0fa5f2;
  174. }
  175. .title>span.active {
  176. background: #0fa5f2;
  177. color: #fff;
  178. border-radius: .078125rem
  179. }
  180. .bigData .menJiZhen {
  181. height: .911458rem;
  182. text-align: center
  183. }
  184. .jiuZhen .contentBox3 {
  185. height: 1.15625rem;
  186. }
  187. .h234 {
  188. height: 1.21875rem;
  189. }
  190. .h165 {
  191. height: .859375rem;
  192. }
  193. /* 中间样式 */
  194. .div-body>.middle {
  195. flex-grow: 1;
  196. background: url(../images/ditudibu.png) no-repeat;
  197. background-size: 100% 100%;
  198. margin: 0 .104167rem;
  199. width: 4.84375rem;
  200. height: 5.125rem;
  201. color: rgba(213, 230, 255);
  202. }
  203. .middle .map {
  204. height: 3.34375rem;
  205. position: relative;
  206. }
  207. .middle .bottom {
  208. background: url(../images/kuang.png) no-repeat;
  209. background-size: 100% 100%;
  210. background-position: center;
  211. margin: 0 .453125rem .328125rem .453125rem;
  212. width: 4.020833rem;
  213. height: 1.380208rem;
  214. }
  215. .middle .bottom .left,
  216. .middle .bottom .right {
  217. width: 1.302083rem;
  218. margin: .3125rem 0;
  219. }
  220. .middle .yellow_number {
  221. font-size: 16px
  222. }
  223. .middle .title {
  224. color: #00e7f3;
  225. font-size: 18px
  226. }
  227. .middle .bottom .left {
  228. padding-left: .234375rem;
  229. }
  230. .middle .bottom .right {
  231. padding-left: .078125rem
  232. }
  233. .sanjiao {
  234. position: absolute;
  235. left: 0;
  236. right: 0;
  237. top: 0;
  238. bottom: 0;
  239. width: 100%;
  240. height: 100%;
  241. opacity: 0;
  242. cursor: pointer;
  243. }
  244. .sanjiao:checked~img {
  245. transform: rotate(180deg)
  246. }
  247. /* boottSelect样式修改 */
  248. .Mapselect {
  249. position: absolute;
  250. top: .114583rem;
  251. width: .677083rem;
  252. left: 0.46875rem;
  253. }
  254. .map #dropdownMenu1 {
  255. background: url(../images/mjzfwqktoubukuang.png) center center / 100% 100% no-repeat;
  256. height: 34px;
  257. padding: 6px 35px;
  258. margin-top: 0.1rem;
  259. }
  260. .diqu-label{
  261. position: absolute;
  262. top: 0.135rem;
  263. left: -0.21rem;
  264. font-size: 0.073rem;
  265. }
  266. .btn.focus,
  267. .btn:focus,
  268. .btn:hover {
  269. color: #fff
  270. }
  271. .dropdown-menu {
  272. background: url(../images/mjzfwqktoubukuang.png) no-repeat no-repeat;
  273. background-size: 100% 100%;
  274. }