resident-analysis.css 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208
  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: 48%;
  43. /*width: calc(50% - 32px);*/
  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. width: 48%;
  80. height: 180px;
  81. border: 1px solid rgb(220, 220, 220);
  82. border-radius: 10px;
  83. /*float: right;*/
  84. }
  85. .div-service-kuang {
  86. margin: 20px 18px 0px 10px;
  87. width: 100%;
  88. width: calc(100% - 32px);
  89. height: 180px;
  90. border: 1px solid rgb(220, 220, 220);
  91. border-radius: 10px;
  92. /*float: left;*/
  93. }
  94. /*.ui-grid {
  95. position: absolute;
  96. top: 50%;
  97. -webkit-transform: translateY(-50%);
  98. -o-transform: translateY(-50%);
  99. transform: translateY(-50%);
  100. right: 10px;
  101. }*/
  102. .c-row .c-33 {
  103. text-align: center;
  104. }
  105. .c-row .c-33 a {
  106. display: inline-block;
  107. width: 100%;
  108. height: 24px;
  109. font-size: 12px;
  110. line-height: 24px;
  111. /*background: #EEEEEE;*/
  112. border: 1px solid #eee;
  113. border-radius: 5px;
  114. white-space: nowrap;
  115. overflow: hidden;
  116. text-overflow: ellipsis;
  117. color: #666;
  118. }
  119. .c-row .c-33.active a {
  120. color: #fff;
  121. border: 1px solid #12B7F5;
  122. background: #12B7F5;
  123. }
  124. .c-row .c-33 {
  125. width: calc(31.333333333333332% - 10px);
  126. }
  127. .filter-title {
  128. color: #333333;
  129. font-size: 14px;
  130. font-weight: bold;
  131. }
  132. a {
  133. background-color: transparent;
  134. text-decoration: none;
  135. }
  136. #footer {
  137. position: absolute;
  138. bottom: 10px;
  139. width: 100%;
  140. right: 10px;
  141. }
  142. .fr {
  143. float: right;
  144. }
  145. .div-foot-btn {
  146. height: 26px;
  147. line-height: 26px;
  148. width: 68px;
  149. background: #fafafa;
  150. text-align: center;
  151. border: 1px solid #dcdcdc;
  152. display: inline-block;
  153. }
  154. .div-foot-btn.active {
  155. border: 1px solid #12b7f5;
  156. }
  157. .div-title {
  158. font-size: 14px;
  159. color: #323232;
  160. margin: 20px;
  161. }
  162. .vuedal {
  163. will-change: initial !important;
  164. width: 550px !important;
  165. padding-right: 3px !important;
  166. margin-left: -275px;
  167. }
  168. .vuedal header {
  169. padding-right: 20px !important;
  170. }
  171. .vuedal header .title {
  172. font-size: 16px !important;
  173. font-weight: bold !important;
  174. color: #333 !important;
  175. }