Index.css 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178
  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: 0px 22px;
  12. border-radius: 2px;
  13. }
  14. lr-msg-line .lr-uitheme-accordion .lr-desktop-panel {
  15. border-radius: 0px;
  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-lable {
  24. width: 25%;
  25. float: left;
  26. font-size: 12px;
  27. line-height: 25px;
  28. }
  29. .portal-panel-content-lable {
  30. width: 25%;
  31. float: left;
  32. color: #333;
  33. font-size: 12px;
  34. }
  35. .portal-panel-content-a {
  36. width: 25%;
  37. float: left;
  38. font-size: 12px;
  39. text-decoration: underline;
  40. }
  41. .portal-panel-title {
  42. padding-top: 10px;
  43. line-height: 25px;
  44. font-weight: bold;
  45. border-bottom: 1px solid #ccc;
  46. color: #4a4a4a;
  47. font-weight: 300;
  48. font-size: 14px;
  49. }
  50. .portal-panel-content {
  51. position: relative;
  52. width: 100%;
  53. /*padding: 0px 5px 5px 5px;*/
  54. }
  55. .lr-item-20 {
  56. position: relative;
  57. float: left;
  58. width: 25%;
  59. padding: 10px;
  60. }
  61. .task-stat {
  62. position: relative;
  63. height: 104px;
  64. width: 100%;
  65. border-radius: 5px;
  66. font-family: "Open Sans", sans-serif;
  67. overflow: hidden;
  68. color: #FFFFFF;
  69. }
  70. .task-stat .visual {
  71. position: absolute;
  72. top: 0;
  73. left: 0;
  74. padding: 10px 0 0 10px;
  75. }
  76. .task-stat .visual > i {
  77. color: #FFFFFF;
  78. opacity: 0.4;
  79. filter: alpha(opacity=10);
  80. font-size: 60px;
  81. line-height: 65px;
  82. }
  83. .task-stat .details {
  84. position: absolute;
  85. right: 10px;
  86. top: 10px;
  87. }
  88. .task-stat .details .number {
  89. text-align: right;
  90. font-size: 32px;
  91. line-height: 36px;
  92. letter-spacing: -1px;
  93. margin-bottom: 0px;
  94. font-weight: 300;
  95. }
  96. .task-stat .details .desc {
  97. text-align: right;
  98. font-size: 15px;
  99. padding-top: 5px;
  100. }
  101. .task-stat .more {
  102. display: block;
  103. position: absolute;
  104. bottom: 0;
  105. left: 0;
  106. width: 100%;
  107. clear: both;
  108. padding: 4px 10px;
  109. text-transform: uppercase;
  110. font-weight: 300;
  111. font-size: 12px;
  112. opacity: 0.8;
  113. filter: alpha(opacity=70);
  114. text-decoration: none;
  115. color: #FFFFFF;
  116. }
  117. .task-stat .more > i {
  118. display: inline-block;
  119. margin-top: 0px;
  120. float: right;
  121. font-size: 15px;
  122. color: #fff;
  123. opacity: 0.8;
  124. }
  125. .task-stat .more:hover {
  126. text-decoration: none;
  127. opacity: 0.9;
  128. filter: alpha(opacity=90);
  129. }
  130. /*.lr-msg-line {
  131. position: relative;
  132. width: 100%;
  133. line-height: 39px;
  134. border-bottom: 1px solid #ccc;
  135. }*/
  136. .lr-msg-line > a {
  137. /*cursor:pointer;
  138. color: #333;
  139. width:25%;
  140. font-size: 12px;*/
  141. }
  142. /*.lr-msg-line > label {
  143. position: absolute;
  144. top: 0;
  145. right: 0;
  146. margin-bottom: 0px;
  147. color: #333;
  148. font-size: 12px;
  149. font-weight: 400;
  150. }*/
  151. .lr-chart-container {
  152. position: relative;
  153. height: 300px;
  154. width: 100%;
  155. }