KLHCManager.css 6.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350
  1. body {
  2. padding: 10px;
  3. background: #f8f8f8;
  4. }
  5. .lr-desktop-panel {
  6. position: relative;
  7. width: 100%;
  8. background-color: #fff;
  9. border: 1px solid #ccc;
  10. padding: 0px 22px;
  11. border-radius: 2px;
  12. }
  13. lr-msg-line .lr-uitheme-accordion .lr-desktop-panel {
  14. border-radius: 0px;
  15. }
  16. .lr-uitheme-windos .lr-desktop-panel {
  17. border-radius: 3px;
  18. }
  19. .lr-uitheme-default .lr-desktop-panel {
  20. border-radius: 3px;
  21. }
  22. .portal-panel-lable {
  23. width: 10%;
  24. float: left;
  25. font-size: 12px;
  26. line-height: 25px;
  27. }
  28. .portal-panel-content-lable {
  29. width: 10%;
  30. float: left;
  31. color: #333;
  32. font-size: 12px;
  33. }
  34. .portal-panel-content-a {
  35. width: 10%;
  36. float: left;
  37. font-size: 12px;
  38. text-decoration: underline;
  39. }
  40. .portal-panel-lable2 {
  41. width: 20%;
  42. float: left;
  43. font-size: 12px;
  44. line-height: 25px;
  45. }
  46. .portal-panel-content-lable2 {
  47. width: 20%;
  48. float: left;
  49. color: #333;
  50. font-size: 12px;
  51. }
  52. .portal-panel-content-a2 {
  53. width: 20%;
  54. float: left;
  55. font-size: 12px;
  56. text-decoration: underline;
  57. }
  58. .portal-panel-title {
  59. padding-top: 10px;
  60. line-height: 25px;
  61. font-weight: bold;
  62. border-bottom: 1px solid #ccc;
  63. color: #4a4a4a;
  64. font-weight: 300;
  65. font-size: 14px;
  66. }
  67. .portal-panel-content {
  68. position: relative;
  69. width: 100%;
  70. /*padding: 0px 5px 5px 5px;*/
  71. }
  72. .lr-item-20 {
  73. position: relative;
  74. float: left;
  75. width: 25%;
  76. padding: 10px;
  77. }
  78. .task-stat {
  79. position: relative;
  80. height: 104px;
  81. width: 100%;
  82. border-radius: 5px;
  83. font-family: "Open Sans", sans-serif;
  84. overflow: hidden;
  85. color: #FFFFFF;
  86. }
  87. .task-stat .visual {
  88. position: absolute;
  89. top: 0;
  90. left: 0;
  91. padding: 10px 0 0 10px;
  92. }
  93. .task-stat .visual > i {
  94. color: #FFFFFF;
  95. opacity: 0.4;
  96. filter: alpha(opacity=10);
  97. font-size: 60px;
  98. line-height: 65px;
  99. }
  100. .task-stat .details {
  101. position: absolute;
  102. left: 20px;
  103. top: 10px;
  104. }
  105. .task-stat .details .number {
  106. /*text-align: right;*/
  107. font-size: 32px;
  108. line-height: 36px;
  109. letter-spacing: -1px;
  110. margin-bottom: 0px;
  111. font-weight: 300;
  112. }
  113. .task-stat .details .desc {
  114. text-align: right;
  115. font-size: 15px;
  116. padding-top: 5px;
  117. }
  118. .task-stat .more {
  119. display: block;
  120. position: absolute;
  121. bottom: 0;
  122. left: 0;
  123. width: 100%;
  124. clear: both;
  125. padding: 4px 10px;
  126. text-transform: uppercase;
  127. font-weight: 300;
  128. font-size: 12px;
  129. opacity: 0.8;
  130. filter: alpha(opacity=70);
  131. text-decoration: none;
  132. color: #FFFFFF;
  133. }
  134. .task-stat .more > i {
  135. display: inline-block;
  136. margin-top: 0px;
  137. float: right;
  138. font-size: 15px;
  139. color: #fff;
  140. opacity: 0.8;
  141. }
  142. .task-stat .more:hover {
  143. text-decoration: none;
  144. opacity: 0.9;
  145. filter: alpha(opacity=90);
  146. }
  147. /*.lr-msg-line {
  148. position: relative;
  149. width: 100%;
  150. line-height: 39px;
  151. border-bottom: 1px solid #ccc;
  152. }*/
  153. .lr-msg-line > a {
  154. /*cursor:pointer;
  155. color: #333;
  156. width:25%;
  157. font-size: 12px;*/
  158. }
  159. /*.lr-msg-line > label {
  160. position: absolute;
  161. top: 0;
  162. right: 0;
  163. margin-bottom: 0px;
  164. color: #333;
  165. font-size: 12px;
  166. font-weight: 400;
  167. }*/
  168. .lr-chart-container {
  169. position: relative;
  170. height: 300px;
  171. width: 100%;
  172. }
  173. .taskitem {
  174. position: relative;
  175. height: 150px;
  176. border-radius: 5px;
  177. font-family: "Open Sans", sans-serif;
  178. overflow: hidden;
  179. }
  180. .taskitem .visual {
  181. position: absolute;
  182. top: 0;
  183. right: 10px;
  184. padding: 10px 0 0 10px;
  185. }
  186. .taskitem .visual > i {
  187. opacity: 0.4;
  188. filter: alpha(opacity=10);
  189. font-size: 60px;
  190. line-height: 65px;
  191. }
  192. .taskitem .details {
  193. position: absolute;
  194. left: 10px;
  195. }
  196. .taskitem .details .number {
  197. text-align: right;
  198. letter-spacing: -1px;
  199. margin-bottom: 0px;
  200. font-weight: 300;
  201. font-size: 22px;
  202. line-height: 10px;
  203. text-align: left;
  204. padding-top: 8px;
  205. margin-left: 12px;
  206. padding-bottom: 5px;
  207. color: #1C3554;
  208. }
  209. .taskitem .details .desc {
  210. text-align: right;
  211. color: #5A5E66;
  212. font-size: 14px;
  213. text-align: left;
  214. }
  215. html, body, #app {
  216. overflow: auto;
  217. }
  218. /* .main {*/
  219. .lr-layout-center {
  220. position: relative;
  221. min-width: 1024px;
  222. max-width: 1920px;
  223. padding: 0.5% 0.5%;
  224. box-box-sizing: border-box;
  225. }
  226. .center .item {
  227. padding-top: 12px;
  228. display: flex;
  229. flex-direction: column;
  230. }
  231. .center .item .title {
  232. display: flex;
  233. flex-direction: row;
  234. justify-content: flex-start;
  235. align-items: center;
  236. margin-bottom: 17px;
  237. }
  238. .center .item .title span {
  239. font-size: 16px;
  240. color: #2d2f33;
  241. font-weight: bold;
  242. margin-left: 14px;
  243. }
  244. .center .item .wrap {
  245. padding: 0 20px;
  246. padding-bottom: 10px;
  247. border-bottom: 1px solid #e6e6e6;
  248. }
  249. .center .item .wrap .wrapItem {
  250. height: 158px;
  251. margin-top: -10px;
  252. }
  253. .center .item .wrap .choseBox {
  254. margin-left: 45px;
  255. margin-bottom: 33px;
  256. }
  257. .center .item .wrap .choseBox span {
  258. color: #878d99;
  259. font-size: 14px;
  260. margin-right: 26px;
  261. }
  262. .center .item .wrap .choseBox span.active {
  263. color: #0479f7;
  264. }
  265. .content-box {
  266. position: relative;
  267. margin-top: 1.5vh;
  268. box-sizing: border-box;
  269. padding: 1.5vh 1vw;
  270. }
  271. .content-box-title-wrap {
  272. padding-bottom: 2vh;
  273. flex-shrink: 0;
  274. display: flex;
  275. align-items: center;
  276. }
  277. /* 表格 */
  278. .normal-table-num {
  279. color: #00b9eb;
  280. font-weight: 600;
  281. }
  282. .table-rate-wrap {
  283. display: flex;
  284. align-items: center;
  285. }
  286. .table-pan-icon {
  287. border-radius: 50%;
  288. background-size: 100% 100%;
  289. overflow: hidden;
  290. background-color: #134982;
  291. transform: rotate(-90deg);
  292. flex-shrink: 0;
  293. }
  294. .table-rate-num {
  295. padding-left: 0.5vw;
  296. overflow: hidden;
  297. text-overflow: ellipsis;
  298. }