base.css 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263
  1. .sep20 {height:20px;}
  2. .sep10 {height:10px;}
  3. .sep5 {height:5px;}
  4. .sep3 {height:3px;}
  5. .box {
  6. -webkit-border-radius: 3px;
  7. -moz-border-radius: 3px;
  8. -o-border-radius: 3px;
  9. border-radius: 3px;
  10. -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
  11. -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
  12. -o-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
  13. box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
  14. background-color: #fff;
  15. /*background-color: #fff;*/
  16. border: 1px solid #F1EDED;
  17. }
  18. .box .cell {
  19. padding: 10px;
  20. font-size: 12px;
  21. line-height: 16px;
  22. border-bottom: 1px solid #e2e2e2;
  23. }
  24. .box .bar {
  25. font-size: 14px;
  26. line-height: 14px;
  27. color: #667;
  28. background-color: #f0f0f0;
  29. -moz-border-radius: 4px;
  30. -webkit-border-radius: 4px;
  31. padding: 5px;
  32. display: inline-block;
  33. }
  34. .box .inner {
  35. padding: 10px;
  36. font-size: 12px;
  37. line-height: 16px;
  38. }
  39. .the-center {
  40. margin:0 auto;
  41. text-align:center;
  42. }
  43. .titlebox{
  44. position: relative;
  45. padding: 25px 0 0 0;
  46. background-color: #fff;
  47. border: 1px solid #ddd;
  48. -webkit-border-radius: 4px;
  49. -moz-border-radius: 4px;
  50. border-radius: 4px;
  51. }
  52. .titlebox .title {
  53. content: "";
  54. position: absolute;
  55. top: -1px;
  56. left: -1px;
  57. padding: 0px;
  58. font-size: 11px;
  59. height:19px;
  60. background-color: #f5f5f5;
  61. border: 1px solid #ddd;
  62. color: #9da0a4;
  63. -webkit-border-radius: 4px 0 4px 0;
  64. -moz-border-radius: 4px 0 4px 0;
  65. border-radius: 4px 0 4px 0;
  66. }
  67. a.tab:link, a.tab:visited, a.tab:active {
  68. display: inline-block;
  69. font-size: 13px;
  70. line-height: 13px;
  71. padding: 5px 5px 5px 5px;
  72. margin-right: 5px;
  73. border-radius: 3px;
  74. color: #555;
  75. }
  76. a.tab:hover {
  77. background-color: #f5f5f5;
  78. color: #000;
  79. text-decoration: none;
  80. }
  81. a.tab_current:link, a.tab_current:visited, a.tab_current:active {
  82. display: inline-block;
  83. font-size: 13px;
  84. line-height: 13px;
  85. padding: 5px 8px 5px 8px;
  86. margin-right: 5px;
  87. border-radius: 3px;
  88. background-color: #334;
  89. color: #fff;
  90. }
  91. a.tab_current:hover {
  92. background-color: #445;
  93. color: #fff;
  94. text-decoration: none;
  95. }
  96. .oneline {display: inline-block;}
  97. .chart-opt {
  98. font-size:12px;
  99. padding:2px 10px;
  100. }
  101. .loading2 {
  102. -moz-box-sizing: border-box;
  103. background: url("/static/img/loading2.gif") no-repeat scroll center center rgba(0, 0, 0, 0);
  104. height: 100%;
  105. left: 0;
  106. position: fixed;
  107. top: 0;
  108. width: 100%;
  109. z-index: 9999;
  110. }
  111. .wrap-loading {
  112. background-color: rgba(0, 0, 0, 0.5);
  113. height: 100%;
  114. left: 0;
  115. position: fixed;
  116. top: 0;
  117. width: 100%;
  118. }
  119. .carousel-indicators {
  120. position: absolute;
  121. bottom: -2px;
  122. left: 50%;
  123. z-index: 15;
  124. width: 60%;
  125. margin-left: -30%;
  126. padding-left: 0;
  127. list-style: none;
  128. text-align: center;
  129. }
  130. .carousel-indicators li {
  131. display: inline-block;
  132. width: 10px;
  133. height: 10px;
  134. margin: 1px;
  135. text-indent: -999px;
  136. border: 1px solid #ffffff;
  137. border-radius: 10px;
  138. cursor: pointer;
  139. background-color: rgb(119,119,119)
  140. }
  141. .carousel-indicators .active {
  142. margin: 0;
  143. width: 12px;
  144. height: 12px;
  145. background-color: rgb(177,177,177);
  146. }
  147. /* for ng */
  148. .enable {
  149. border: 1px solid #00f;
  150. }
  151. .chart-container {
  152. width:100%; margin:5px auto;
  153. }
  154. .chart-container-big {
  155. width:100%; margin:5px auto; height: 450px;
  156. }
  157. .chart-container-multi {
  158. width:100%; margin:5px auto; height: 150px;
  159. }
  160. .form-inline .input-group {
  161. display: inline-table;
  162. }
  163. .form-header {
  164. margin-top: 10px;
  165. margin-bottom: 10px;
  166. }
  167. .multi-chart .chart-container {
  168. height: 150px;
  169. }
  170. .legend .table>thead>tr>th, .legend .table>thead>tr>td{
  171. padding: 1px;
  172. border-top: none;
  173. }
  174. .legend .table-bordered>tbody>tr>th, .legend .table-bordered>tbody>tr>td {
  175. border: none;
  176. }
  177. .legend .table>tbody>tr>td, .legend .table>tbody>tr>th {
  178. padding: 1px;
  179. }
  180. .reset-big {
  181. position: absolute;
  182. top: 40px;
  183. right: 40px;
  184. z-index: 999;
  185. }
  186. .reset-zoom {
  187. /*background-color: #A3A9AF !important;*/
  188. border-color: #A3A9AF !important;
  189. }
  190. .reset-big-screen {
  191. position: absolute;
  192. top: 44px;
  193. right: 23px;
  194. z-index: 999;
  195. }
  196. .reset-big-multi {
  197. position: absolute;
  198. top: 35px;
  199. right: 35px;
  200. z-index: 999;
  201. }
  202. .table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
  203. border-top: none;
  204. }
  205. /* multi */
  206. .date-area {
  207. width: 140px !important;
  208. }
  209. .menu2 {
  210. left: 200px !important;
  211. }
  212. /* screen */
  213. .chart-area {
  214. height: 150px;
  215. }
  216. .search-area {
  217. padding: 4px;
  218. margin-bottom: 0;
  219. }
  220. .more-btn {
  221. padding: 0 !important;
  222. position: absolute;
  223. top: -2px;
  224. }
  225. .graph-title {
  226. font-size:12px;
  227. color:#ACABAB;
  228. }
  229. .chart-title {
  230. color:#ACABAB;
  231. }
  232. .graph-legend {
  233. color:#ACABAB;
  234. font-size:11px;
  235. }