console.less 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254
  1. .echarts {
  2. width: 100%;
  3. height: 400px;
  4. padding: 0 15px;
  5. }
  6. .barChartPay {
  7. width: 100%;
  8. height: 400px;
  9. padding: 0 15px;
  10. }
  11. .emptyCircle {
  12. width: 45%;
  13. height: 200px;
  14. float: left;
  15. margin-top: 95px;
  16. }
  17. .partWrap {
  18. overflow-x: hidden;
  19. overflow-y: auto;
  20. height: 100%;
  21. ul {
  22. padding: 0 40px;
  23. }
  24. .partLi {
  25. float: left;
  26. margin: 30px 0;
  27. width: 20%;
  28. height: 114px;
  29. overflow: hidden;
  30. .partIn {
  31. height: 114px;
  32. box-sizing: border-box;
  33. border-radius: 3px;
  34. padding: 10px 15px;
  35. border: 1px solid #E2E5EF;
  36. margin: 0 6px;
  37. }
  38. p {
  39. padding-bottom: 10px;
  40. color: #51649C;
  41. }
  42. .top {
  43. margin-bottom: 20px;
  44. }
  45. .btm {
  46. padding-bottom: 4px;
  47. img {
  48. float: left;
  49. width: 40px;
  50. }
  51. span {
  52. float: right;
  53. font-size: 28px;
  54. color: #51649C;
  55. }
  56. }
  57. }
  58. .title {
  59. font-size: 16px;
  60. font-weight: bold;
  61. border-bottom: 1px solid #E2E5EF;
  62. height: 44px;
  63. line-height: 44px;
  64. padding-left: 15px;
  65. }
  66. }
  67. .swiperWrap {
  68. width: 300px;
  69. border: 1px solid #ccc;
  70. }
  71. .grayLine {
  72. height: 10px;
  73. background-color: #f5f5f5;
  74. }
  75. .partTitle {
  76. position: fixed;
  77. top: 0;
  78. right: 18px;
  79. width: 100%;
  80. box-sizing: border-box;
  81. background-color: #fff;
  82. z-index: 20;
  83. height: 44px;
  84. line-height: 44px;
  85. padding-left: 35px;
  86. border-bottom: 1px solid #E2E5EF;
  87. font-size: 14px;
  88. font-weight: bold;
  89. letter-spacing: 1px;
  90. p {
  91. display: inline-block;
  92. }
  93. .monthYear {
  94. float: right;
  95. margin-right: 20px;
  96. border: 1px solid #5A8EEE;
  97. height: 28px;
  98. line-height: 28px;
  99. border-radius: 4px;
  100. overflow: hidden;
  101. cursor: pointer;
  102. margin-top: 7px;
  103. span {
  104. width: 48px;
  105. height: 28px;
  106. line-height: 28px;
  107. display: inline-block;
  108. text-align: center;
  109. font-weight: normal;
  110. }
  111. .mon {
  112. background-color: #5A8EEE;
  113. color: #fff;
  114. }
  115. .year {
  116. color: #5A8EEE;
  117. }
  118. }
  119. }
  120. .partTitles {
  121. height: 44px;
  122. line-height: 44px;
  123. padding-left: 10px;
  124. margin-right: 18px;
  125. }
  126. .pubEchart {
  127. width: 50%;
  128. display: inline-block;
  129. border-bottom: 10px solid #f5f5f5;
  130. }
  131. .paymoney {
  132. border-right: 5px solid #f5f5f5;
  133. box-sizing: border-box;
  134. }
  135. .dept {
  136. border-left: 5px solid #f5f5f5;
  137. box-sizing: border-box;
  138. }
  139. .defect {
  140. border-bottom: 10px solid #f5f5f5;
  141. border-right: 5px solid #f5f5f5;
  142. box-sizing: border-box;
  143. width: 45%;
  144. display: inline-block;
  145. height: 455px;
  146. overflow: hidden;
  147. .list {
  148. padding: 15px 30px;
  149. width: 100%;
  150. box-sizing: border-box;
  151. overflow: auto;
  152. height: 405px;
  153. }
  154. .thead {
  155. td {
  156. color: #51649C;
  157. }
  158. }
  159. .qtable {
  160. width: 100%;
  161. overflow: auto;
  162. }
  163. td {
  164. padding: 7px 10px;
  165. i {
  166. width: 17px;
  167. height: 17px;
  168. line-height: 17px;
  169. border-radius: 8px;
  170. background-color: #999;
  171. color: #fff;
  172. display: inline-block;
  173. text-align: center;
  174. font-size: 12px;
  175. }
  176. }
  177. tr {
  178. border-bottom: 1px solid #f5f5f5;
  179. box-sizing: border-box;
  180. }
  181. .td01 {
  182. width: 30px;
  183. }
  184. .td02 {
  185. }
  186. .td03 {
  187. width: 40px;
  188. }
  189. .td04 {
  190. width: 40px;
  191. }
  192. }
  193. .circle {
  194. height: 455px;
  195. width: 55%;
  196. display: inline-block;
  197. border-bottom: 10px solid #f5f5f5;
  198. border-left: 5px solid #f5f5f5;
  199. box-sizing: border-box;
  200. position: relative;
  201. }
  202. .btmWrap {
  203. width: 100%;
  204. overflow: hidden;
  205. }
  206. .explainPan {
  207. width: 50%;
  208. float: right;
  209. position: absolute;
  210. top: 50%;
  211. left: 50%;
  212. padding-right: 30px;
  213. box-sizing: border-box;
  214. table {
  215. width: 100%;
  216. }
  217. .explainLi {
  218. height: 30px;
  219. line-height: 30px;
  220. span {
  221. display: inline-block;
  222. }
  223. .tip {
  224. display: inline-block;
  225. width: 10px;
  226. height: 10px;
  227. border-radius: 50%;
  228. background-color: red;
  229. margin-right: 10px;
  230. }
  231. .deptName {
  232. width: 115px;
  233. overflow: hidden;
  234. text-overflow: ellipsis;
  235. white-space: nowrap;
  236. color: #777;
  237. }
  238. .deptNum {
  239. color: #333;
  240. font-size: 16px;
  241. font-weight: bold;
  242. padding-right: 10px;
  243. width: 40px;
  244. text-align: right;
  245. }
  246. .percent {
  247. color: #777;
  248. width: 40px;
  249. }
  250. }
  251. }