You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

Index.css 6.0 KiB

4 years ago
3 years ago
4 years ago
3 years ago
4 years ago
3 years ago
4 years ago
3 years ago
4 years ago
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313
  1. body {
  2. padding: 10px;
  3. background: #f8f8f8
  4. }
  5. .lr-desktop-panel {
  6. position: relative;
  7. width: 100%;
  8. height: 100%;
  9. background-color: #fff;
  10. border: 1px solid #ccc;
  11. padding: 0 22px;
  12. border-radius: 2px
  13. }
  14. .lr-uitheme-accordion .lr-desktop-panel {
  15. border-radius: 0
  16. }
  17. .lr-uitheme-windos .lr-desktop-panel {
  18. border-radius: 3px
  19. }
  20. .lr-uitheme-default .lr-desktop-panel {
  21. border-radius: 3px
  22. }
  23. .portal-panel-title {
  24. padding-top: 10px;
  25. line-height: 45px;
  26. font-weight: bold;
  27. border-bottom: 1px solid #ccc;
  28. color: #4a4a4a;
  29. font-weight: 300;
  30. font-size: 14px
  31. }
  32. .portal-panel-content {
  33. position: relative;
  34. width: 100%;
  35. padding: 20px 5px 5px 5px
  36. }
  37. .lr-item-20 {
  38. position: relative;
  39. float: left;
  40. width: 260px;
  41. padding: 10px
  42. }
  43. .lr-item-20:nth-of-type(5n+1) .task-stat {
  44. background: #578ebe
  45. }
  46. .lr-item-20:nth-of-type(5n+2) .task-stat {
  47. background: #e35b5a
  48. }
  49. .lr-item-20:nth-of-type(5n+3) .task-stat {
  50. background: #44b6ae
  51. }
  52. .lr-item-20:nth-of-type(5n+4) .task-stat {
  53. background: #8775a7
  54. }
  55. .lr-item-20:nth-of-type(5n) .task-stat {
  56. background: #3598dc
  57. }
  58. .lr-item-20:nth-of-type(5n+1) .more {
  59. background: #4884b8
  60. }
  61. .lr-item-20:nth-of-type(5n+2) .more {
  62. background: #e04a49
  63. }
  64. .lr-item-20:nth-of-type(5n+3) .more {
  65. background: #3ea7a0
  66. }
  67. .lr-item-20:nth-of-type(5n+4) .more {
  68. background: #7c699f
  69. }
  70. .lr-item-20:nth-of-type(5n) .more {
  71. background: #258fd7
  72. }
  73. .task-stat {
  74. position: relative;
  75. height: 74px;
  76. width: 100%;
  77. border-radius: 5px;
  78. font-family: "Open Sans", sans-serif;
  79. overflow: hidden;
  80. color: #FFF
  81. }
  82. .task-stat .visual {
  83. position: absolute;
  84. top: 0;
  85. left: 0;
  86. padding: 10px 0 0 10px
  87. }
  88. .task-stat .visual > i {
  89. color: #FFF;
  90. opacity: .4;
  91. filter: alpha(opacity=10);
  92. font-size: 30px;
  93. line-height: 50px
  94. }
  95. .task-stat .details {
  96. position: absolute;
  97. right: 10px;
  98. top: 10px
  99. }
  100. .task-stat .details .number {
  101. text-align: right;
  102. font-size: 24px;
  103. line-height: 28px;
  104. letter-spacing: -1px;
  105. margin-bottom: 0;
  106. font-weight: 300
  107. }
  108. .task-stat .details .desc {
  109. text-align: right;
  110. font-size: 14px;
  111. padding-top: 3px
  112. }
  113. .task-stat .more {
  114. display: block;
  115. position: absolute;
  116. bottom: 0;
  117. left: 0;
  118. width: 100%;
  119. clear: both;
  120. padding: 4px 10px;
  121. text-transform: uppercase;
  122. font-weight: 300;
  123. font-size: 12px;
  124. opacity: .8;
  125. filter: alpha(opacity=70);
  126. text-decoration: none;
  127. color: #FFF;
  128. cursor: pointer
  129. }
  130. .task-stat .more > i {
  131. display: inline-block;
  132. margin-top: 0;
  133. float: right;
  134. font-size: 15px;
  135. color: #fff;
  136. opacity: .8
  137. }
  138. .task-stat .more:hover {
  139. text-decoration: none;
  140. opacity: .9;
  141. filter: alpha(opacity=90)
  142. }
  143. .lr-msg-line {
  144. position: relative;
  145. width: 100%;
  146. line-height: 39px;
  147. border-bottom: 1px solid #ccc
  148. }
  149. .lr-msg-line > a {
  150. cursor: pointer;
  151. color: #333;
  152. font-size: 12px
  153. }
  154. .lr-msg-line > label {
  155. position: absolute;
  156. top: 0;
  157. right: 0;
  158. margin-bottom: 0;
  159. color: #333;
  160. font-size: 12px;
  161. font-weight: 400
  162. }
  163. .lr-chart-container {
  164. position: relative;
  165. height: 400px;
  166. width: 100%
  167. }
  168. .portal-panel-title .menu {
  169. float: right;
  170. display: flex;
  171. width: 26px;
  172. background: transparent;
  173. justify-content: space-between;
  174. cursor: pointer;
  175. margin: 22px 20px 0 0
  176. }
  177. .portal-panel-title .menu .point {
  178. display: inline-block;
  179. width: 4px;
  180. height: 4px;
  181. border: 1px solid #979797;
  182. border-radius: 50%
  183. }
  184. .targetItem:hover .tool {
  185. display: block
  186. }
  187. .targetItem .tool {
  188. position: absolute;
  189. top: 0;
  190. left: 0;
  191. width: 100%;
  192. height: 30px;
  193. line-height: 30px;
  194. text-align: center;
  195. background-color: #1d1d1d;
  196. color: #fff;
  197. display: none;
  198. cursor: pointer
  199. }
  200. .targetItem .tool div {
  201. float: left;
  202. width: 50%;
  203. height: 100%;
  204. position: relative
  205. }
  206. .targetItem .tool div:first-child:after {
  207. position: absolute;
  208. right: 0;
  209. bottom: 5px;
  210. top: 5px;
  211. width: 1px;
  212. content: '';
  213. -webkit-transform: scaleX(.5);
  214. transform: scaleX(.5);
  215. background-color: #fff
  216. }
  217. .lr-black-addbtn {
  218. height: 40px;
  219. line-height: 40px;
  220. color: #0188D2;
  221. text-align: center;
  222. cursor: pointer;
  223. border: 1px solid #0188D2;
  224. margin-top: 5px
  225. }
  226. .portal-panel-title .tool {
  227. position: absolute;
  228. top: 10px;
  229. right: 10px;
  230. width: 106px;
  231. height: 45px
  232. }
  233. .portal-panel-title .tool div {
  234. float: left;
  235. width: 50%;
  236. height: 100%;
  237. position: relative;
  238. text-align: center;
  239. color: #0188D2;
  240. cursor: pointer
  241. }
  242. .portal-panel-title .tool div:first-child:after {
  243. position: absolute;
  244. right: 0;
  245. bottom: 15px;
  246. top: 15px;
  247. width: 1px;
  248. content: '';
  249. -webkit-transform: scaleX(.5);
  250. transform: scaleX(.5);
  251. background-color: #0188D2
  252. }
  253. /*薛里根改*/
  254. .lr-desktop-panel > div {
  255. margin: 0 -5px;
  256. }
  257. .lr-desktop-panel > div > .col-xs-6,
  258. .lr-desktop-panel > div > .col-xs-12,
  259. .lr-desktop-panel > div > .col-xs-4,
  260. .lr-desktop-panel > div > .col-xs-3 {
  261. padding: 0 5px;
  262. }
  263. .portal-panel-title {
  264. padding-left: 10px;
  265. padding-top: 0;
  266. margin-top: 10px;
  267. /*border: 0;*/
  268. }