resident-analysis.css 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206
  1. .c-12b7f5 {
  2. color: #12B7F5;
  3. }
  4. .c-fb5dab {
  5. color: #fb5dab;
  6. }
  7. .c-cd67fd {
  8. color: #cd67fd
  9. }
  10. .c-ffc800 {
  11. color: #ffc800
  12. }
  13. .c-61eb41 {
  14. color: #61eb41
  15. }
  16. .span-frame {
  17. height: 8px;
  18. width: 8px;
  19. display: inline-block;
  20. margin-right: 3px;
  21. }
  22. .cb-12b7f5 {
  23. background: #12B7F5;
  24. }
  25. .cb-fb5dab {
  26. background: #fb5dab;
  27. }
  28. .cb-cd67fd {
  29. background: #cd67fd
  30. }
  31. .cb-ffc800 {
  32. background: #ffc800
  33. }
  34. .cb-61eb41 {
  35. background: #61eb41
  36. }
  37. .height-140 {
  38. height: 140px;
  39. }
  40. .div-qingkuang-left {
  41. margin: 20px 18px 0px 10px;
  42. width: calc(50% - 32px);
  43. ;
  44. height: 180px;
  45. border: 1px solid rgb(220, 220, 220);
  46. border-radius: 10px;
  47. float: left;
  48. }
  49. .div-header-block {
  50. height: 40px;
  51. line-height: 40px;
  52. border-bottom: 1px solid rgb(220, 220, 220);
  53. }
  54. .div-analysis-title {
  55. font-size: 14px;
  56. margin-left: 20px;
  57. color: rgb(51, 51, 51);
  58. font-weight: bold;
  59. }
  60. .div-right-info {
  61. position: absolute;
  62. right: 10px;
  63. color: #12B7F5;
  64. text-align: center;
  65. top: 50%;
  66. margin-top: -25px;
  67. }
  68. .div-left-info {
  69. position: absolute;
  70. left: 10px;
  71. color: #FFC800;
  72. text-align: center;
  73. top: 50%;
  74. margin-top: -25px;
  75. }
  76. .div-qingkuang-right {
  77. margin: 20px 10px 0px 18px;
  78. width: calc(50% - 32px);
  79. height: 180px;
  80. border: 1px solid rgb(220, 220, 220);
  81. border-radius: 10px;
  82. float: right;
  83. }
  84. .div-service-kuang {
  85. margin: 20px 18px 0px 10px;
  86. width: calc(100% - 32px);
  87. ;
  88. height: 180px;
  89. border: 1px solid rgb(220, 220, 220);
  90. border-radius: 10px;
  91. float: left;
  92. }
  93. .ui-grid {
  94. position: absolute;
  95. top: 50%;
  96. -webkit-transform: translateY(-50%);
  97. -o-transform: translateY(-50%);
  98. transform: translateY(-50%);
  99. right: 10px;
  100. }
  101. .c-row .c-33 {
  102. text-align: center;
  103. }
  104. .c-row .c-33 a {
  105. display: inline-block;
  106. width: 100%;
  107. height: 24px;
  108. font-size: 12px;
  109. line-height: 24px;
  110. /*background: #EEEEEE;*/
  111. border: 1px solid #eee;
  112. border-radius: 5px;
  113. white-space: nowrap;
  114. overflow: hidden;
  115. text-overflow: ellipsis;
  116. color: #666;
  117. }
  118. .c-row .c-33.active a {
  119. color: #fff;
  120. border: 1px solid #12B7F5;
  121. background: #12B7F5;
  122. }
  123. .c-row .c-33 {
  124. width: calc(31.333333333333332% - 10px);
  125. }
  126. .filter-title {
  127. color: #333333;
  128. font-size: 14px;
  129. font-weight: bold;
  130. }
  131. a {
  132. background-color: transparent;
  133. text-decoration: none;
  134. }
  135. #footer {
  136. position: absolute;
  137. bottom: 10px;
  138. width: 100%;
  139. right: 10px;
  140. }
  141. .fr {
  142. float: right;
  143. }
  144. .div-foot-btn {
  145. height: 26px;
  146. line-height: 26px;
  147. width: 68px;
  148. background: #fafafa;
  149. text-align: center;
  150. border: 1px solid #dcdcdc;
  151. display: inline-block;
  152. }
  153. .div-foot-btn.active {
  154. border: 1px solid #12b7f5;
  155. }
  156. .div-title {
  157. font-size: 14px;
  158. color: #323232;
  159. margin: 20px;
  160. }
  161. .vuedal {
  162. will-change: initial !important;
  163. width: 400px !important;
  164. padding-right: 3px !important;
  165. }
  166. .vuedal header {
  167. padding-right: 20px !important;
  168. }
  169. .vuedal header .title {
  170. font-size: 16px !important;
  171. font-weight: bold !important;
  172. color: #333 !important;
  173. }