css.wcss 7.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347
  1. {
  2. "middleContent":{
  3. "width":"100%",
  4. "min-width":"1000px",
  5. "margin-top" : "60px",
  6. "height":"60px",
  7. "line-height":"60px",
  8. "background-color" : "#fff"
  9. },
  10. "naviContent":{
  11. "float":"left",
  12. "width" : "240px",
  13. "padding-left":"20px",
  14. "height":"32px",
  15. "background-color":"#fff"
  16. },
  17. "naviRightContent":{
  18. "margin-left":"260px",
  19. "background-color":"#fff"
  20. },
  21. "naviNode" : {
  22. "margin-top" : "15px",
  23. "font-size":"14px",
  24. "color":"#666666",
  25. "border":"1px solid #CCCCCC",
  26. "border-radius":"3px",
  27. "text-align":"center",
  28. "cursor":"pointer",
  29. "float":"left",
  30. "height":"30px",
  31. "padding-left" : "10px",
  32. "padding-right" : "10px",
  33. "line-height":"30px",
  34. "margin-right":"10px",
  35. "background-color":"#fff"
  36. },
  37. "naviNode_current" : {
  38. "color":"#fff",
  39. "background-color":"#4990E2"
  40. },
  41. "yearContentList":{
  42. "float":"left",
  43. "padding-left":"30px",
  44. "min-width":"320px",
  45. "height":"32px",
  46. "background-color":"#fff"
  47. },
  48. "year":{
  49. "margin-top" : "15px",
  50. "font-size":"14px",
  51. "color":"#666666",
  52. "border":"1px solid #CCCCCC",
  53. "border-radius":"3px",
  54. "text-align":"center",
  55. "cursor":"pointer",
  56. "float":"left",
  57. "width":"76px",
  58. "height":"30px",
  59. "line-height":"30px",
  60. "margin-right":"10px"
  61. },
  62. "addContent":{
  63. "margin-top":"17.5px",
  64. "margin-right":"30px",
  65. "border":"1px solid #CCCCCC",
  66. "border-radius":"3px",
  67. "background-color":"#4990E2",
  68. "height":"32px",
  69. "line-height":"32px",
  70. "cursor":"pointer",
  71. "width":"76px",
  72. "float":"right"
  73. },
  74. "addContentLabel":{
  75. "float":"left",
  76. "color":"#FFFFFF",
  77. "margin-left":"8px",
  78. "font-size":"14px"
  79. },
  80. "searchContent":{
  81. "float" : "right",
  82. "height":"40px",
  83. "margin-top" : "15px"
  84. },
  85. "searchBar":{
  86. "position" : "relative",
  87. "float":"left",
  88. "height":"30px",
  89. "width":"230px",
  90. "min-width":"230px",
  91. "margin-left":"30px",
  92. "border":"1px solid #CCCCCC"
  93. },
  94. "searchIn":{
  95. "text-indent":"5px",
  96. "font-size":"14px",
  97. "width":"80%",
  98. "height":"28px",
  99. "line-height":"28px",
  100. "border":"0px",
  101. "background-color":"#fff",
  102. "float" : "left"
  103. },
  104. "searchReset":{
  105. "position" : "absolute",
  106. "top" : "0px",
  107. "right" : "20px",
  108. "display":"none",
  109. "cursor":"pointer",
  110. "height":"30px",
  111. "width":"25px",
  112. "background-image": "url('../x_component_Report/$Main/default/icon/icon_off.png')",
  113. "background-repeat": "no-repeat",
  114. "background-position":"center"
  115. },
  116. "searchImg":{
  117. "float":"right",
  118. "cursor":"pointer",
  119. "height":"30px",
  120. "width":"25px",
  121. "background-image": "url('../x_component_Report/$Main/default/icon/search.png')",
  122. "background-repeat": "no-repeat",
  123. "background-position":"center"
  124. },
  125. "searchDeptBar":{
  126. "float":"left",
  127. "height":"30px",
  128. "margin-left":"20px"
  129. },
  130. "searchDeptLabel":{
  131. "float":"left",
  132. "height":"30px",
  133. "width":"90px",
  134. "line-height":"30px",
  135. "font-size":"16px"
  136. },
  137. "searchDeptList":{
  138. "float":"right",
  139. "font-size":"14px",
  140. "margin-right":"20px"
  141. },
  142. "viewContent":{
  143. "width":"100%",
  144. "min-width":"1000px",
  145. "border-top" : "1px solid #ccc",
  146. "background-color" : "#fff"
  147. },
  148. "viewContentList":{
  149. //"overflow-y":"auto",
  150. "margin":"0px 20px 0px 20px"
  151. },
  152. "departmentContentList" : {
  153. "margin":"0px 20px 0px 20px",
  154. "padding-bottom" : "20px",
  155. "overflow" : "hidden"
  156. },
  157. "departmentNode" : {
  158. "margin-top" : "15px",
  159. "font-size":"14px",
  160. "color":"#666666",
  161. "border":"1px solid #CCCCCC",
  162. "border-radius":"3px",
  163. "text-align":"center",
  164. "cursor":"pointer",
  165. "float":"left",
  166. "height":"30px",
  167. "padding-left" : "10px",
  168. "padding-right" : "10px",
  169. "line-height":"30px",
  170. "margin-right":"10px",
  171. "background-color":"#fff"
  172. },
  173. "departmentNode_over" : {
  174. "color" : "#4990E2",
  175. "border" : "1px solid #4990E2"
  176. },
  177. "selectDiv":{
  178. "width":"230px",
  179. "height":"30px",
  180. "line-height":"30px",
  181. "border":"1px solid #CCCCCC",
  182. "border-radius":"2px",
  183. "display":"block",
  184. "cursor":"pointer"
  185. },
  186. "selectValueDiv":{
  187. "width":"190px",
  188. "height":"30px",
  189. "line-height":"30px",
  190. "margin-left":"5px",
  191. "float":"left",
  192. "overflow":"hidden"
  193. },
  194. "selectArrowDiv":{
  195. "width":"30px",
  196. "height":"30px",
  197. "float":"right",
  198. "background":"url(../x_component_CRM/$Template/default/icons/arrow.png) no-repeat center"
  199. },
  200. "listContentDiv":{
  201. "background-color":"#fff",
  202. "position":"relative",
  203. "border":"1px solid #CCCCCC",
  204. "border-radius":"2px",
  205. "list-style-type":"none",
  206. "max-height":"300px",
  207. "overflow":"hidden"
  208. },
  209. "listDiv":{
  210. "overflow":"hidden",
  211. "max-height":"300px"
  212. },
  213. "listLi":{
  214. "width":"100%",
  215. // "height":"30px",
  216. // "line-height":"30px",
  217. "text-indent":"10px"
  218. },
  219. //************View and Document ****************************
  220. "editTable":{
  221. //"border-collapse":"collapse"
  222. },
  223. "viewHeadNode": {
  224. "width":"100%",
  225. "height": "20px",
  226. "color": "#333333",
  227. "line-height": "30px",
  228. "font-family": "Microsoft YaHei",
  229. "font-size": "14px"
  230. },
  231. "NOThNode" : {
  232. "height": "40px",
  233. "line-height": "40px",
  234. "font-size": "14px",
  235. "background-color": "#F0F0F0",
  236. "text-align": "left",
  237. "padding": "0px 10px",
  238. "font-weight" : "normal",
  239. "color": "#333"
  240. },
  241. "normalThNode" : {
  242. "height": "40px",
  243. "line-height": "40px",
  244. "font-size": "14px",
  245. "background-color": "#F0F0F0",
  246. "text-align": "left",
  247. "padding": "0px 10px",
  248. "font-weight" : "normal",
  249. "color": "#333"
  250. },
  251. "documentNode":{
  252. "min-height": "30px",
  253. "overflow": "hidden",
  254. "color": "#666666",
  255. "cursor": "pointer",
  256. "font-family": "Microsoft YaHei",
  257. "font-size": "12px",
  258. "background-color": "#fff"
  259. },
  260. "documentNodeCenter":{
  261. "min-height": "30px",
  262. "overflow": "hidden",
  263. "color": "#666666",
  264. "cursor": "pointer",
  265. "font-family": "Microsoft YaHei",
  266. "font-size": "12px",
  267. "background-color": "#fff"
  268. },
  269. "documentNode_noread": {
  270. "background-color": "#fcfcfc"
  271. },
  272. "documentNode_over": {
  273. "background-color": "#fbfbfb"
  274. },
  275. "documentNode_remove": {
  276. "background-color": "#ffcccc"
  277. },
  278. "documentActionNode": {
  279. "height": "20px",
  280. "color": "#0066cc",
  281. "cursor": "pointer",
  282. "margin-right": "5px"
  283. },
  284. "NOTdNode" : {
  285. "cursor":"move",
  286. "min-height": "30px",
  287. "text-align":"center",
  288. "overflow" : "hidden",
  289. "border-bottom":"1px solid #ccc"
  290. },
  291. "normalTdNode" : {
  292. "padding":"2px",
  293. "min-height": "30px",
  294. "text-align":"left",
  295. "overflow" : "hidden",
  296. "border-bottom":"1px solid #ccc"
  297. },
  298. "documentNOTitle" : {
  299. "display":"table-cell",
  300. "text-align":"center",
  301. "vertical-align":"middle",
  302. "height":"50px",
  303. "width":"80px",
  304. "font-size" : "14px",
  305. "font-weight" : "normal",
  306. "color" : "#333333"
  307. },
  308. "documentSubject" : {
  309. "display":"table-cell",
  310. "padding":"10px 10px 10px 0px",
  311. "vertical-align":"middle",
  312. "height":"50px",
  313. "font-size" : "14px",
  314. "font-weight" : "normal",
  315. "color" : "#333333"
  316. },
  317. "documentIcon":{
  318. "height":"20px",
  319. "display":"block"
  320. },
  321. "itemBlock" : {
  322. "overflow" : "hidden",
  323. "display" : "block"
  324. },
  325. "itemInLine" : {
  326. "float" : "left",
  327. "font-color" : "#888",
  328. "padding-right" : "10px",
  329. "padding-top" : "5px"
  330. }
  331. }