css.wcss 9.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407
  1. {
  2. "yearContent":{
  3. "width":"100%",
  4. "min-width":"1000px",
  5. "height":"70px"
  6. },
  7. "yearContentList":{
  8. "float":"left",
  9. "position":"absolute",
  10. "padding-left":"30px",
  11. "padding-top":"17.5px",
  12. "min-width":"800px",
  13. "height":"32px"
  14. },
  15. "year":{
  16. "font-size":"14px",
  17. "color":"#666666",
  18. "border":"1px solid #CCCCCC",
  19. "border-radius":"3px",
  20. "text-align":"center",
  21. "cursor":"pointer",
  22. "float":"left",
  23. "width":"76px",
  24. "height":"30px",
  25. "line-height":"30px",
  26. "margin-right":"10px"
  27. },
  28. "addContent":{
  29. "margin-top":"17.5px",
  30. "margin-right":"30px",
  31. "border":"1px solid #CCCCCC",
  32. "border-radius":"3px",
  33. "background-color":"#4990E2",
  34. "height":"32px",
  35. "line-height":"32px",
  36. "cursor":"pointer",
  37. "width":"76px",
  38. "float":"right"
  39. },
  40. "addContentImg":{
  41. "margin-left":"10px",
  42. "float":"left",
  43. "height":"30px",
  44. "width":"16px",
  45. "background-image": "url('../x_component_Strategy/$Main/default/icon/icon_zengjia_click2.png')",
  46. "background-repeat": "no-repeat",
  47. "background-position":"center"
  48. },
  49. "addContentLabel":{
  50. "float":"left",
  51. "color":"#FFFFFF",
  52. "margin-left":"8px",
  53. "font-size":"14px"
  54. },
  55. "searchContent":{
  56. "height":"40px",
  57. "min-width":"1000px",
  58. "width":"100%"
  59. },
  60. "searchBar":{
  61. "float":"left",
  62. "height":"30px",
  63. "width":"700px",
  64. "min-width":"550px",
  65. "margin-left":"30px",
  66. "border":"1px solid #CCCCCC"
  67. },
  68. "searchIn":{
  69. "float":"left",
  70. "text-indent":"5px",
  71. "font-size":"16px",
  72. "width":"85%",
  73. "height":"25px",
  74. "line-height":"25px",
  75. "border":"0px",
  76. "background-color":"#EEEEEE"
  77. },
  78. "searchReset":{
  79. "float":"left",
  80. "display":"none",
  81. "cursor":"pointer",
  82. "height":"30px",
  83. "width":"25px",
  84. "background-image": "url('../x_component_Strategy/$Main/default/icon/icon_off.png')",
  85. "background-repeat": "no-repeat",
  86. "background-position":"center"
  87. },
  88. "searchImg":{
  89. "float":"right",
  90. "cursor":"pointer",
  91. "height":"30px",
  92. "width":"25px",
  93. "background-image": "url('../x_component_Strategy/$Main/default/icon/icon_sousuo.png')",
  94. "background-repeat": "no-repeat",
  95. "background-position":"center"
  96. },
  97. "searchDeptBar":{
  98. "float":"right",
  99. "height":"30px",
  100. "width":"360px",
  101. "min-width":"360px"
  102. },
  103. "searchDeptLabel":{
  104. "float":"left",
  105. "height":"30px",
  106. "width":"90px",
  107. "line-height":"30px",
  108. "font-size":"16px"
  109. },
  110. "searchDeptList":{
  111. "float":"right",
  112. "font-size":"14px",
  113. "margin-right":"30px"
  114. },
  115. "viewContent":{
  116. "width":"100%",
  117. "min-width":"1000px",
  118. "height":"500px"
  119. },
  120. "viewContentList":{
  121. "overflow-y":"auto",
  122. "margin":"0px 30px 0px 30px"
  123. },
  124. "pageContent":{
  125. "width":"100%",
  126. "height":"30px"
  127. },
  128. "pagingBar":{
  129. "width":"600px",
  130. "min-width":"600px",
  131. "height":"26px",
  132. "margin":"10px auto 0px auto",
  133. "padding":"0px auto"
  134. },
  135. "prePage":{
  136. "float":"left",
  137. "width":"35px",
  138. "height":"24px",
  139. "color":"#666666",
  140. "line-height":"24px",
  141. "text-align":"center",
  142. "margin-right":"10px",
  143. "cursor":"pointer",
  144. "background-color":"#ffffff",
  145. "border-radius":"2px",
  146. "border":"1px solid #CCCCCC"
  147. },
  148. "firstPage":{
  149. "float":"left",
  150. "width":"35px",
  151. "height":"24px",
  152. "color":"#666666",
  153. "line-height":"24px",
  154. "text-align":"center",
  155. "margin-right":"10px",
  156. "cursor":"pointer",
  157. "background-color":"#ffffff",
  158. "border-radius":"2px",
  159. "border":"1px solid #CCCCCC"
  160. },
  161. "lastPage":{
  162. "float":"left",
  163. "width":"35px",
  164. "height":"24px",
  165. "color":"#666666",
  166. "line-height":"24px",
  167. "text-align":"center",
  168. "margin-right":"10px",
  169. "cursor":"pointer",
  170. "background-color":"#ffffff",
  171. "border-radius":"2px",
  172. "border":"1px solid #CCCCCC"
  173. },
  174. "pageItem":{
  175. "width":"24px",
  176. "height":"24px",
  177. "margin-right":"10px",
  178. "background-color":"#ffffff",
  179. "color":"#666666",
  180. "line-height":"24px",
  181. "text-align":"center",
  182. "cursor":"pointer",
  183. "border":"1px solid #CCCCCC",
  184. "border-radius":"2px",
  185. "float":"left"
  186. },
  187. "currentPage":{
  188. "width":"24px",
  189. "height":"24px",
  190. "color":"#ffffff",
  191. "line-height":"24px",
  192. "text-align":"center",
  193. "margin-right":"10px",
  194. "cursor":"pointer",
  195. "background-color":"#4990E2",
  196. "border":"1px solid #CCCCCC",
  197. "border-radius":"2px",
  198. "float":"left"
  199. },
  200. "pageText":{
  201. "float":"left"
  202. },
  203. "nextPage":{
  204. "float":"left",
  205. "float":"left",
  206. "width":"35px",
  207. "height":"24px",
  208. "color":"#666666",
  209. "line-height":"24px",
  210. "text-align":"center",
  211. "margin-right":"10px",
  212. "cursor":"pointer",
  213. "background-color":"#ffffff",
  214. "border-radius":"2px",
  215. "border":"1px solid #CCCCCC"
  216. },
  217. "perPageChangeContent":{
  218. "height":"24px",
  219. "line-height":"24px",
  220. "float":"left"
  221. },
  222. "currentCountPerPageContent":{
  223. "width":"50px",
  224. "height":"24px",
  225. "float":"left",
  226. "line-height":"24px",
  227. "text-align":"center",
  228. "margin-right":"5px",
  229. "cursor":"pointer",
  230. "background-color":"#ffffff",
  231. "border-radius":"2px",
  232. "border":"1px solid #CCCCCC"
  233. },
  234. "currentCountPerPage":{
  235. "width":"50px",
  236. "height":"24px",
  237. "float":"left",
  238. "line-height":"24px",
  239. "text-align":"center",
  240. "margin-right":"5px",
  241. "cursor":"pointer",
  242. "background-color":"#4990E2",
  243. "color":"#ffffff",
  244. "border-radius":"2px",
  245. "border":"1px solid #CCCCCC"
  246. },
  247. "countPerPage":{
  248. "width":"50px",
  249. "height":"24px",
  250. "float":"left",
  251. "line-height":"24px",
  252. "text-align":"center",
  253. "margin-right":"10px",
  254. "cursor":"pointer",
  255. "background-color":"#ffffff",
  256. "border-radius":"2px",
  257. "border":"1px solid #CCCCCC"
  258. },
  259. //************View and Document ****************************
  260. "editTable":{
  261. //"border-collapse":"collapse"
  262. },
  263. "viewHeadNode": {
  264. "width":"100%",
  265. "height": "20px",
  266. "color": "#333333",
  267. "line-height": "30px",
  268. "font-family": "Microsoft YaHei",
  269. "font-size": "14px"
  270. },
  271. "NOThNode" : {
  272. "text-align":"center",
  273. "font-size":"15px",
  274. "color":"#333333",
  275. "font-weight" : "normal"
  276. },
  277. "normalThNode" : {
  278. "text-align":"left",
  279. "font-size":"15px",
  280. "color":"#333333",
  281. "font-weight" : "normal"
  282. },
  283. "documentNode":{
  284. "min-height": "30px",
  285. "overflow": "hidden",
  286. "color": "#666666",
  287. "cursor": "pointer",
  288. "font-family": "Microsoft YaHei",
  289. "font-size": "12px",
  290. "background-color": "#fff"
  291. },
  292. "documentNodeCenter":{
  293. "min-height": "30px",
  294. "overflow": "hidden",
  295. "color": "#666666",
  296. "cursor": "pointer",
  297. "font-family": "Microsoft YaHei",
  298. "font-size": "12px",
  299. "background-color": "#fff"
  300. },
  301. "documentNode_noread": {
  302. "background-color": "#fcfcfc"
  303. },
  304. "documentNode_over": {
  305. "background-color": "#f5f6f7"
  306. },
  307. "documentNode_remove": {
  308. "background-color": "#ffcccc"
  309. },
  310. "documentOpenActionNode":{
  311. "float":"left",
  312. "height":"25px",
  313. "width":"25px",
  314. "background-image": "url('../x_component_Strategy/$Main/default/icon/icon_open.png')",
  315. "background-repeat": "no-repeat",
  316. "background-position":"center"
  317. },
  318. "documentEditActionNode":{
  319. "float":"left",
  320. "height":"25px",
  321. "width":"25px",
  322. "background-image": "url('../x_component_Strategy/$Main/default/icon/icon_bianji.png')",
  323. "background-repeat": "no-repeat",
  324. "background-position":"center"
  325. },
  326. "documentDeleteActionNode":{
  327. "float":"left",
  328. "height":"25px",
  329. "width":"25px",
  330. "background-image": "url('../x_component_Strategy/$Main/default/icon/icon_delete_grey.png')",
  331. "background-repeat": "no-repeat",
  332. "background-position":"center"
  333. },
  334. "documentActionNode": {
  335. "height": "20px",
  336. "color": "#0066cc",
  337. "cursor": "pointer",
  338. "margin-right": "5px"
  339. },
  340. "documentOpenActionNode_over":{
  341. "background-image":"url('../x_component_Strategy/$Main/default/icon/icon_open_click.png')"
  342. },
  343. "documentEditActionNode_over":{
  344. "background-image":"url('../x_component_Strategy/$Main/default/icon/icon_bianji_click.png')"
  345. },
  346. "documentDeleteActionNode_over":{
  347. "background-image":"url('../x_component_Strategy/$Main/default/icon/icon_delete_blue_click2.png')"
  348. },
  349. "documentActionNode_down":{
  350. "color": "#000"
  351. },
  352. "NOTdNode" : {
  353. "cursor":"move",
  354. "min-height": "30px",
  355. "text-align":"center",
  356. "overflow" : "hidden",
  357. "border-bottom":"10px solid #EEEEEE"
  358. },
  359. "normalTdNode" : {
  360. "padding":"2px",
  361. "min-height": "30px",
  362. "text-align":"left",
  363. "overflow" : "hidden",
  364. "border-bottom":"10px solid #EEEEEE"
  365. },
  366. "documentNOTitle" : {
  367. "display":"table-cell",
  368. "text-align":"center",
  369. "vertical-align":"middle",
  370. "height":"50px",
  371. "width":"80px",
  372. "font-size" : "14px",
  373. "font-weight" : "normal",
  374. "color" : "#333333"
  375. },
  376. "documentSubject" : {
  377. "display":"table-cell",
  378. "padding":"5px 10px 5px 0px",
  379. "vertical-align":"middle",
  380. "height":"50px",
  381. "font-size" : "14px",
  382. "font-weight" : "normal",
  383. "color" : "#333333"
  384. },
  385. "documentIcon":{
  386. "height":"20px",
  387. "display":"block"
  388. },
  389. "itemBlock" : {
  390. "overflow" : "hidden",
  391. "display" : "block"
  392. },
  393. "itemInLine" : {
  394. "float" : "left",
  395. "font-color" : "#888",
  396. "padding-right" : "10px",
  397. "padding-top" : "5px"
  398. }
  399. }