css.wcss 8.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354
  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. "toolbar" : {
  42. "padding-top" : "15px",
  43. "height" : "50px",
  44. "border-bottom" : "1px solid #dedede"
  45. },
  46. "toolbarTextNode" : {
  47. "margin" : "6px 40px 6px 20px",
  48. "color" : "#999",
  49. "font-size" : "18px",
  50. "font-weight" : "bold",
  51. "float" : "left",
  52. "text-align" : "center"
  53. },
  54. "toolbarActionNode" : {
  55. "margin": "5px 10px 5px 10px",
  56. "color" : "#fff",
  57. "border":"0px",
  58. "cursor": "pointer" ,
  59. "background-color":"#5c97e1",
  60. "box-shadow": "0px 0px 5px #2a5c95",
  61. "padding" : "5px 15px 5px 15px",
  62. "font-size" : "14px",
  63. "float":"left"
  64. },
  65. "fileterNode" : {
  66. "float" : "left"
  67. },
  68. "filterTableTitle":{
  69. "text-align":"right"
  70. },
  71. "filterTableValue":{
  72. "text-align":"left"
  73. },
  74. "filterTitle":{
  75. "width" : "200px",
  76. "color" : "#bbb"
  77. },
  78. "filterButton":{
  79. "color" : "#fff",
  80. "border":"0px",
  81. "cursor": "pointer" ,
  82. "background-color":"#5c97e1",
  83. "box-shadow": "0px 0px 5px #2a5c95",
  84. "height" : "26px",
  85. "padding-left" : "15px",
  86. "padding-right" : "15px"
  87. },
  88. "viewContainer" : {
  89. "margin-right" : "10px",
  90. "overflow" : "hidden"
  91. },
  92. "viewHeadNode": {
  93. "width":"100%",
  94. "height": "20px",
  95. "background-color": "#fff",
  96. "color": "#666666",
  97. "line-height": "30px",
  98. "font-family": "Microsoft YaHei",
  99. "font-size": "14px"
  100. },
  101. "normalThNode" : {
  102. "background-color" : "#fff",
  103. "text-align":"center",
  104. "border-bottom": "1px solid #cfecf5",
  105. "font-weight" : "normal"
  106. },
  107. "sortIconNode" : {
  108. "height": "16px",
  109. "width": "16px",
  110. "line-height": "20px",
  111. "margin-top": "5px",
  112. //"float": "left",
  113. "display":"inline-block",
  114. "margin-right": "5px",
  115. "background-position" : "center center",
  116. "background-repeat" : "no-repeat",
  117. "background-image" : "url(../x_component_Template/$Explorer/default/icon/dblsort.gif)"
  118. },
  119. "sortIconNode_asc" : {
  120. "height": "16px",
  121. "width": "16px",
  122. "line-height": "20px",
  123. "margin-top": "5px",
  124. //"float": "left",
  125. "display":"inline-block",
  126. "margin-right": "5px",
  127. "background-position" : "center center",
  128. "background-repeat" : "no-repeat",
  129. "background-image" : "url(../x_component_Template/$Explorer/default/icon/dblasc.gif)"
  130. },
  131. "sortIconNode_desc" : {
  132. "height": "16px",
  133. "width": "16px",
  134. "line-height": "20px",
  135. "margin-top": "5px",
  136. //"float": "left",
  137. "display":"inline-block",
  138. "margin-right": "5px",
  139. "background-position" : "center center",
  140. "background-repeat" : "no-repeat",
  141. "background-image" : "url(../x_component_Template/$Explorer/default/icon/dbldesc.gif)"
  142. },
  143. "documentNode":{
  144. "min-height": "29px",
  145. "overflow": "hidden",
  146. "color": "#666666",
  147. //"line-height": "39px",
  148. "cursor": "pointer",
  149. "font-family": "Microsoft YaHei",
  150. "font-size": "12px",
  151. "background-color": "#fff"
  152. },
  153. "documentNode_noread": {
  154. "background-color": "#fcfcfc"
  155. },
  156. "documentNode_over": {
  157. "background-color": "#f5f6f7"
  158. },
  159. "documentNode_remove": {
  160. "background-color": "#ffcccc"
  161. },
  162. "documentActionNode": {
  163. "height": "20px",
  164. "width": "20px",
  165. "line-height": "20px",
  166. "color": "#0066cc",
  167. "cursor": "pointer",
  168. "margin-right": "5px"
  169. },
  170. "documentActionNode_over":{
  171. "color": "#003399"
  172. },
  173. "documentActionNode_down":{
  174. "color": "#000"
  175. },
  176. "normalTdNode" : {
  177. "min-height": "30px",
  178. "padding-left" : "10px",
  179. "text-align":"left",
  180. "overflow" : "hidden",
  181. //"font-weight" : "bold",
  182. //"border-top": "1px solid #FFF",
  183. "border-top": "1px dashed #cfecf5"
  184. },
  185. "normalTdCenterNode" : {
  186. "min-height": "30px",
  187. "padding-left" : "10px",
  188. "text-align":"center",
  189. "overflow" : "hidden",
  190. //"font-weight" : "bold",
  191. //"border-top": "1px solid #FFF",
  192. "border-top": "1px dashed #cfecf5"
  193. },
  194. "documentSubject" : {
  195. "font-size" : "14px",
  196. "font-weight" : "bold",
  197. "color" : "#003399"
  198. },
  199. "itemBlock" : {
  200. "overflow" : "hidden",
  201. "display" : "block"
  202. },
  203. "itemInLine" : {
  204. "float" : "left",
  205. "font-color" : "#888",
  206. "padding-right" : "10px",
  207. "padding-top" : "5px"
  208. },
  209. "titleTdNode" : {
  210. "font-size" : "16px",
  211. "font-weight" : "bold",
  212. "color" : "#ec6a1a",
  213. "border-top": "1px dashed #cfecf5"
  214. },
  215. "formMaskNode": {
  216. "width": "100%",
  217. "height": "100%",
  218. "opacity": 0.6,
  219. "position": "absolute",
  220. "background-color": "#CCC",
  221. "top": "0px",
  222. "left": "0px"
  223. },
  224. "formAreaNode": {
  225. "position": "absolute",
  226. "opacity": 0,
  227. "top": "0px" //,
  228. //"z-index" : "105"
  229. },
  230. "formNode": {
  231. "background-color": "#FFF",
  232. "box-shadow": "0px 0px 10px #999",
  233. "margin": "auto",
  234. "border": "1px solid #fff",
  235. "overflow": "hidden"
  236. },
  237. "formTopNode": {
  238. "color" : "#fff",
  239. "height": "40px",
  240. "background-color": "#3d77c1",
  241. "border-top": "1px solid #ddd",
  242. "border-bottom": "1px solid #b6b6b6",
  243. "line-height": "40px",
  244. "font-size": "14px",
  245. "padding-left" : "5px",
  246. "text-align": "left"
  247. },
  248. "formTopIconNode" : {
  249. "width": "28px",
  250. "height": "32px",
  251. "float": "left",
  252. "background": "url(../x_component_Execution/$WorkForm/default/icon/document.png) no-repeat center 4px"
  253. },
  254. "formTopTextNode" : {
  255. "font-size": "16px",
  256. "float": "left",
  257. "width" : "480px",
  258. "overflow" : "hidden",
  259. "text-overflow" : "ellipsis",
  260. "white-space":"nowrap"
  261. },
  262. "formTopCloseActionNode": {
  263. "width": "32px",
  264. "height": "32px",
  265. "float": "right",
  266. "padding-left" : "30px",
  267. "padding-right" : "10px",
  268. "background": "url(../x_component_Execution/$WorkForm/default/icon/close.png) no-repeat center 4px",
  269. "cursor": "pointer"
  270. },
  271. "formTopContentNode" : {
  272. "float" : "right",
  273. "padding-right" : "10px",
  274. "text-align" : "right"
  275. },
  276. "formTopContentTitle" : {
  277. },
  278. "formTopContentValue" : {
  279. "padding-right" : "20px",
  280. "font-size": "12px"
  281. },
  282. "formNewNode": {
  283. "width": "47px",
  284. "height": "47px",
  285. "background": "url(../x_component_Template/$Explorer/default/icon/new.png) no-repeat"
  286. },
  287. "formIconNode": {
  288. "width": "47px",
  289. "height": "47px"
  290. },
  291. "formEditNode": {
  292. "width": "47px",
  293. "height": "47px"
  294. },
  295. "formContentNode": {
  296. "border": "0px solid #666",
  297. "width": "100%",
  298. "margin": "auto",
  299. "font-size": "12px",
  300. "color": "#666",
  301. "font-family": "Microsoft YaHei",
  302. "overflow" : "hidden"
  303. },
  304. "formTableContainer" : {
  305. "margin": "0px 10px",
  306. "overflow" : "hidden",
  307. "positon" : "static"
  308. },
  309. "formBottomNode" : {
  310. "height" : "50px",
  311. "line-height" : "50px",
  312. "border-top" : "1px solid #3d77c1",
  313. "background-color" : "#fff",
  314. "overflow" : "hidden"
  315. },
  316. "formOkActionNode": {
  317. "margin-top" : "5px",
  318. "height": "35px",
  319. "width": "75px",
  320. "cursor": "pointer",
  321. "float": "right",
  322. "line-height": "35px",
  323. "text-align": "center",
  324. "font-size": "16px",
  325. "font-family": "Microsoft YaHei",
  326. "border": "1px solid #3d77c1",
  327. "background-color" : "#3d77c1",
  328. "color": "#FFF",
  329. "margin-right": "20px",
  330. "box-shadow": "3px 3px 3px #999"
  331. },
  332. "formCancelActionNode": {
  333. "margin-top" : "5px",
  334. "height": "35px",
  335. "width": "75px",
  336. "cursor": "pointer",
  337. "float": "right",
  338. "line-height": "35px",
  339. "text-align": "center",
  340. "font-size": "16px",
  341. "font-family": "Microsoft YaHei",
  342. "border": "1px solid #3d77c1",
  343. "background-color" : "#3d77c1",
  344. "color": "#FFF",
  345. "margin-right": "20px",
  346. "box-shadow": "3px 3px 3px #999"
  347. }
  348. }