resident-analysis.css 2.7 KB

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