css.wcss 8.5 KB

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