chartPage.css 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231
  1. @CHARSET "UTF-8";
  2. *{
  3. font-size: 14px;
  4. /* line-height: 1.4em;
  5. outline: 1px red solid; */
  6. }
  7. html,body{
  8. width: 100%;
  9. height:100%;
  10. margin: 0px;
  11. padding: 0px;
  12. }
  13. body{
  14. /* background-color:#192735; */
  15. }
  16. div#from{
  17. color:white;
  18. }
  19. #container{
  20. width: 100%;
  21. height: 100%;
  22. z-index: 1;
  23. }
  24. #choose_content{
  25. width:300px;
  26. height:100%;
  27. position: absolute;
  28. padding: 10px;
  29. right: 0px;
  30. top:0px;
  31. display:none;
  32. border: 1px #BCC5D4 solid;
  33. filter:progid:DXImageTransform.Microsoft.Shadow(direction=120,strength=4);/*兼容ie*/
  34. -moz-box-shadow: 5px 2px 12px;/*兼容firefox*/
  35. -webkit-box-shadow: 5px 2px 12px;/*兼容safari或chrome*/
  36. box-shadow:5px 2px 12px;/*兼容opera或ie9*/
  37. /* background-color:rgb(12, 15, 32); */
  38. /* filter:alpha(opacity=100); */
  39. z-index: 3;
  40. };
  41. #choose_content table tbody tr td div{
  42. height: 100%;
  43. line-height: 100%;
  44. }
  45. #choose_content table tbody tr td div div{
  46. height:23px;
  47. }
  48. #choose_content table tbody tr td div input,#choose_content table tbody tr td{
  49. vertical-align: sub;
  50. }
  51. h2{
  52. color: #d9a505;
  53. margin-bottom: 10px;
  54. margin-top: 10px;
  55. /* font-size: xx-large; */
  56. }
  57. h2._center{
  58. text-align: center;
  59. }
  60. h2._head{
  61. font-size:30px;
  62. }
  63. input.stepper-active{
  64. color:white;
  65. /* background-color:#192735!important; */
  66. }
  67. input.stepper-active_hover{
  68. color:white;
  69. /* background-color:#192735!important; */
  70. }
  71. input.stepper-active_click{
  72. color:white;
  73. /* background-color:#192735!important ; */
  74. }
  75. .selectbox{
  76. color:white;
  77. /* background:#192735 ; */
  78. }
  79. .selectbox_hover{
  80. color:white;
  81. background:#192735 ;
  82. }
  83. .selectbox_click{
  84. color:white;
  85. background:#192735 ;
  86. }
  87. .ztree{
  88. color:white;
  89. background:#192735 ;
  90. }
  91. .ztree_hover{
  92. color:white;
  93. background:#192735 ;
  94. }
  95. .ztree_click{
  96. color:white;
  97. background:#192735 ;
  98. }
  99. ul{
  100. list-style-type:none;
  101. }
  102. ul li{
  103. list-style-type:none;
  104. padding-left: 20px;
  105. color:white;
  106. }
  107. ._query_command{
  108. text-align: center;
  109. cursor: pointer;
  110. }
  111. h2._center span{
  112. margin: 10px;
  113. }
  114. ._hide{
  115. display: none;
  116. }
  117. .input{
  118. color:white;
  119. background-color:#192735 ;
  120. }
  121. .input_hover{
  122. color:white;
  123. background-color:#192735 ;
  124. }
  125. .input_click{
  126. color:white;
  127. background-color:#192735 ;
  128. }
  129. input#dataTime {
  130. color: white;
  131. background-color:#192735;
  132. border-color: #80C0E7;
  133. }
  134. input#startTime {
  135. color: white;
  136. background-color:#192735;
  137. border-color: #80C0E7;
  138. }
  139. .laydate_body{
  140. background-color: #192735;
  141. color: white;
  142. }
  143. .ztree li span{
  144. background-color: #192735;
  145. color: white;
  146. }
  147. .ztree li span_hover{
  148. background-color: #192735;
  149. color: white;
  150. }
  151. .ztree li span_click{
  152. background-color: #192735;
  153. color: white;
  154. }
  155. .textinput{
  156. background: #192735;
  157. color: white;
  158. }
  159. .textinput_hover{
  160. background: #192735;
  161. color: white;
  162. }
  163. .textinput_click{
  164. background: #192735;
  165. color: white;
  166. }
  167. div.selectbox-wrapper{
  168. background-color: #192735;
  169. }
  170. div.selectbox-wrapper ul li.selected{
  171. background-color: #12193E;
  172. }
  173. /* .jsc_chartitle{
  174. background-color:#1a2363;
  175. width:100%;
  176. height:54px;
  177. line-height:56px;
  178. color:#e6f3ff;
  179. text-align:center;
  180. font-weight:bold;
  181. font-size:26px;
  182. } */
  183. .title{
  184. background-color:#1a2363;
  185. }
  186. #choose_content{
  187. width:300px;
  188. height:100%;
  189. position: absolute;
  190. padding: 30px;
  191. right: 0px;
  192. top:0px;
  193. display:none;
  194. border: 1px #BCC5D4 solid;
  195. filter:progid:DXImageTransform.Microsoft.Shadow(direction=120,strength=4);/*兼容ie*/
  196. -moz-box-shadow: 5px 2px 12px;/*兼容firefox*/
  197. -webkit-box-shadow: 5px 2px 12px;/*兼容safari或chrome*/
  198. box-shadow:5px 2px 12px;/*兼容opera或ie9*/
  199. background-color:rgb(12, 15, 32);
  200. /* filter:alpha(opacity=100); */
  201. z-index: 3;
  202. }
  203. .centerr{
  204. width:400px;
  205. height:25px;
  206. margin-left: auto;
  207. margin-right: auto;
  208. }
  209. .pic{
  210. float:left;
  211. margin-right: 10px;
  212. }
  213. .name{
  214. color:green;
  215. float:left;
  216. margin-right: 10px;
  217. }
  218. .timed{
  219. color:white;
  220. float:left;
  221. margin-right: auto;
  222. }