css.wcss 9.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369
  1. {
  2. "naviDiv":{
  3. "position":"absolute","width":"130px","height":"616px","background-color":"#203140"
  4. },
  5. "naviTitleDiv":{
  6. "background-color":"#006666", "color":"#008f8f","font-size":"18px","text-align":"center","height":"65px","line-height":"65px"
  7. },
  8. "naviContentLi":{
  9. "margin-top":"20px",
  10. "cursor":"pointer",
  11. "background-color":"#203140",
  12. "margin" : "10px 10px 0px 10px",
  13. "padding" : "10px"
  14. },
  15. "naviContentLi_over":{
  16. "margin-top":"20px",
  17. "cursor":"pointer",
  18. "background-color":"#006666",
  19. "margin" : "10px 10px 0px 10px",
  20. "padding" : "10px"
  21. },
  22. "naviContentLi_current":{
  23. "margin-top":"20px",
  24. "cursor":"pointer",
  25. "background-color":"#006666",
  26. "margin" : "10px 10px 0px 10px",
  27. "padding" : "10px"
  28. },
  29. "naviContentImg":{
  30. "width":"70px","height":"70px","display":"block","margin":"0px auto"
  31. },
  32. "naviContentSpan":{
  33. "display":"block","text-align":"center"
  34. },
  35. "naviContentDiv":{
  36. "height":"480px","list-style-type":"none","color":"#ffffff","font-size":"14px"
  37. },
  38. "contentDiv":{
  39. "margin-left":"130px","height":"616px", "background-color":"#ffffff","min-width":"1000px"
  40. },
  41. "categoryBar":{
  42. "width":"100%","min-width":"1000px","padding-top":"8px","margin-bottom":"10px","padding-left":"10px",
  43. "border-bottom" : "1px dashed #dedede", "overflow" : "hidden"
  44. },
  45. "categoryNode":{
  46. "list-style" : "none",
  47. "padding": "10px",
  48. "height": "20px",
  49. "line-height": "20px",
  50. "overflow": "hidden",
  51. "font-family": "微软雅黑",
  52. "font-size": "14px",
  53. "font-weight" : "normal",
  54. "float": "left",
  55. "cursor": "pointer",
  56. "color":"#3c76c1",
  57. "border-bottom" : "2px solid #fff"
  58. //border-bottom-color: rgb(255, 255, 255); border-bottom-width: 2px; border-bottom-style: solid;
  59. //"display":"inline-block","width":"80px","height":"30px","text-align":"center","line-height":"30px","cursor":"pointer","color":"#3c76c1","font-size":"14px","margin-right" : "10px"
  60. },
  61. "categoryNode_over" : {
  62. "font-size": "14px",
  63. "font-weight": "normal",
  64. "border-bottom" : "2px solid #5c97e1"
  65. },
  66. "categoryNode_current" : {
  67. "font-size": "14px",
  68. "font-weight": "bold",
  69. "border-bottom" : "2px solid #124c93"
  70. },
  71. "toolbar" : {
  72. //"padding-top" : "15px",
  73. //"height" : "50px",
  74. //"border-bottom" : "1px solid #dedede"
  75. "padding-left" : "20px",
  76. "height" : "40px",
  77. "overflow" : "hidden"
  78. },
  79. "toolbarTextNode" : {
  80. "margin" : "6px 40px 6px 20px",
  81. "color" : "#999",
  82. "font-size" : "18px",
  83. "font-weight" : "bold",
  84. "float" : "left",
  85. "text-align" : "center"
  86. },
  87. "fileterNode" : {
  88. "float" : "left"
  89. },
  90. "filterTableTitle":{
  91. "text-align":"right"
  92. },
  93. "filterTableValue":{
  94. "text-align":"left"
  95. },
  96. "filterTitle":{
  97. "width" : "180px",
  98. "color" : "#bbb"
  99. },
  100. "filterButton":{
  101. "color" : "#fff",
  102. "border":"0px",
  103. "cursor": "pointer" ,
  104. "background-color":"#5c97e1",
  105. "box-shadow": "0px 0px 5px #2a5c95",
  106. "height" : "26px",
  107. "padding-left" : "15px",
  108. "padding-right" : "15px"
  109. },
  110. //***********************统计按部门**************************************
  111. "deptToolbar":{
  112. "width":"100%","min-width":"1000px","padding-top":"8px","padding-left":"10px",
  113. "border-bottom" : "1px dashed #dedede", "overflow" : "hidden"
  114. },
  115. "deptStatInfo":{
  116. //"display":"inline-block",
  117. "height":"50px",
  118. "padding-left":"20px"
  119. },
  120. "deptStatContent":{
  121. "overflow-x":"auto",
  122. "overflow-y":"auto",
  123. "padding-top":"10px",
  124. // "width":"100%",
  125. "height":"520px"
  126. },
  127. "deptStatText":{
  128. "margin-top":"5px"
  129. },
  130. "deptStatTable":{
  131. //"width":"95%",
  132. "margin":"auto 15px",
  133. "border-collapse":"collapse",
  134. "border":"none"
  135. },
  136. "deptStatTh":{
  137. "border":"solid #000 1px",
  138. "width":"65px",
  139. "height":"40px",
  140. "cellspacing":"5px",
  141. "text-align":"center"
  142. },
  143. "deptStatTd":{
  144. "border":"solid #000 1px",
  145. "cellspacing":"5px"
  146. },
  147. "deptStatTdStatus":{
  148. "border":"solid #000 1px",
  149. "cellspacing":"5px",
  150. "text-align":"center",
  151. "vertical-align":"middle",
  152. "min-height":"40px"
  153. },
  154. "deptStatStatusImg":{
  155. "width":"20px",
  156. "height":"20px",
  157. "padding":"5px 0px"
  158. },
  159. "deptStatStatusSpan":{
  160. "display":"block",
  161. "width":"24px",
  162. "height":"24px",
  163. "margin":"auto"
  164. },
  165. //***********************统计按部门**************************************
  166. //***********************统计按日期**************************************
  167. "dateToolbar":{
  168. "width":"100%","min-width":"1000px","padding-top":"8px","margin-bottom":"10px","padding-left":"10px",
  169. "border-bottom" : "1px dashed #dedede", "overflow" : "hidden"
  170. },
  171. "dateStatInfo":{
  172. //"display":"inline-block",
  173. "height":"50px",
  174. "padding-left":"20px"
  175. },
  176. "dateStatContent":{
  177. "overflow":"auto",
  178. "width":"100%",
  179. "height":"90%"
  180. },
  181. "dateStatText":{
  182. "margin-top":"5px"
  183. },
  184. "dateStatListDiv":{
  185. "margin" : "20px 10px",
  186. "border" : "1px solid #ccc",
  187. "position" : "relative"
  188. },
  189. "dateStatListTitleDiv":{
  190. "text-align" : "center",
  191. "position" : "absolute",
  192. "left" : "20px",
  193. "top" : "-10px",
  194. "background-color" : "#fff",
  195. "height" : "20px",
  196. "width" : "100px"
  197. },
  198. "dateStatContentDiv":{
  199. "margin-top":"10px",
  200. "padding-bottom":"5px",
  201. "max-height":"100px",
  202. "overflow-y":"auto"
  203. },
  204. "dateStatContentLi":{
  205. "list-style-type":"none",
  206. // "background-color":"#3c76c1",
  207. // "color":"#ffffff",
  208. "cursor":"pointer",
  209. "display":"inline-block",
  210. "padding":"0 10px",
  211. "margin":"5px 10px"
  212. },
  213. "statViewListDiv":{
  214. "margin-top":"10px",
  215. "overflow-y":"auto",
  216. "overflow-x":"auto"
  217. },
  218. "statTable":{
  219. "width":"1500px",
  220. "margin":"15px",
  221. "border-collapse":"collapse",
  222. "border":"none",
  223. "font-size":"14px"
  224. },
  225. "statHeadTd":{
  226. "border":"solid #000 1px"
  227. },
  228. "dateStatCenterTd":{
  229. "border":"solid #000 1px",
  230. "font-weight":"bold",
  231. "color":"#ec6a1a"
  232. },
  233. "dateStatBaseTd":{
  234. "border":"solid #000 1px",
  235. "min-width":"100px"
  236. },
  237. //***********************统计按日期**************************************
  238. "viewContainer" : {
  239. "overflow" : "hidden",
  240. "margin-right" : "10px"
  241. },
  242. "viewHeadNode": {
  243. "width":"100%",
  244. "height": "20px",
  245. "background-color": "#fff",
  246. "color": "#666666",
  247. "line-height": "30px",
  248. "font-family": "微软雅黑",
  249. "font-size": "14px"
  250. },
  251. "normalThNode" : {
  252. "background-color" : "#fff",
  253. "text-align":"center",
  254. "border-bottom": "1px solid #cfecf5",
  255. "font-weight" : "normal"
  256. },
  257. "sortIconNode" : {
  258. "height": "16px",
  259. "width": "16px",
  260. "line-height": "20px",
  261. "margin-top": "5px",
  262. //"float": "left",
  263. "display":"inline-block",
  264. "margin-right": "5px",
  265. "background-position" : "center center",
  266. "background-repeat" : "no-repeat",
  267. "background-image" : "url(/x_component_Template/$Explorer/default/icon/dblsort.gif)"
  268. },
  269. "sortIconNode_asc" : {
  270. "height": "16px",
  271. "width": "16px",
  272. "line-height": "20px",
  273. "margin-top": "5px",
  274. //"float": "left",
  275. "display":"inline-block",
  276. "margin-right": "5px",
  277. "background-position" : "center center",
  278. "background-repeat" : "no-repeat",
  279. "background-image" : "url(/x_component_Template/$Explorer/default/icon/dblasc.gif)"
  280. },
  281. "sortIconNode_desc" : {
  282. "height": "16px",
  283. "width": "16px",
  284. "line-height": "20px",
  285. "margin-top": "5px",
  286. //"float": "left",
  287. "display":"inline-block",
  288. "margin-right": "5px",
  289. "background-position" : "center center",
  290. "background-repeat" : "no-repeat",
  291. "background-image" : "url(/x_component_Template/$Explorer/default/icon/dbldesc.gif)"
  292. },
  293. "documentNode":{
  294. "min-height": "29px",
  295. "overflow": "hidden",
  296. "color": "#666666",
  297. //"line-height": "39px",
  298. "cursor": "pointer",
  299. "font-family": "微软雅黑",
  300. "font-size": "12px",
  301. "background-color": "#fff"
  302. },
  303. "documentNode_noread": {
  304. "background-color": "#fcfcfc"
  305. },
  306. "documentNode_over": {
  307. "background-color": "#f5f6f7"
  308. },
  309. "documentNode_remove": {
  310. "background-color": "#ffcccc"
  311. },
  312. "documentActionNode": {
  313. "height": "20px",
  314. "width": "20px",
  315. "line-height": "20px",
  316. "color": "#0066cc",
  317. "cursor": "pointer",
  318. "margin-right": "5px"
  319. },
  320. "documentActionNode_over":{
  321. "color": "#003399"
  322. },
  323. "documentActionNode_down":{
  324. "color": "#000"
  325. },
  326. "normalTdNode" : {
  327. "min-height": "30px",
  328. "padding-left" : "10px",
  329. "text-align":"left",
  330. "overflow" : "hidden",
  331. //"font-weight" : "bold",
  332. //"border-top": "1px solid #FFF",
  333. "border-top": "1px dashed #cfecf5"
  334. },
  335. "normalTdCenterNode" : {
  336. "min-height": "30px",
  337. "padding-left" : "10px",
  338. "text-align":"center",
  339. "overflow" : "hidden",
  340. //"font-weight" : "bold",
  341. //"border-top": "1px solid #FFF",
  342. "border-top": "1px dashed #cfecf5"
  343. },
  344. "documentSubject" : {
  345. "font-size" : "14px",
  346. "font-weight" : "normal",
  347. "color" : "#003399"
  348. },
  349. "itemBlock" : {
  350. "overflow" : "hidden",
  351. "display" : "block"
  352. },
  353. "itemInLine" : {
  354. "float" : "left",
  355. "font-color" : "#888",
  356. "padding-right" : "10px",
  357. "padding-top" : "5px"
  358. }
  359. }