css.wcss 9.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363
  1. {
  2. "toolbarNode": {
  3. "width": "160px",
  4. "overflow": "hidden",
  5. "float": "left",
  6. "-webkit-user-select": "none",
  7. "-moz-user-select": "none"
  8. // "background-color": "#cfebaa"
  9. },
  10. "propertyNode": {
  11. //"width": "300px",
  12. "overflow": "hidden",
  13. "float": "none",
  14. "border-left": "1px solid #505050",
  15. "margin-left": "141px",
  16. "-webkit-user-select": "text",
  17. "-moz-user-select": "text"
  18. },
  19. "formNode": {
  20. "margin-left": "160px",
  21. "margin-right": "auto",
  22. "border-right": "1px solid #505050",
  23. "border-left": "1px solid #505050",
  24. "background-color": "#FFF",
  25. "-webkit-user-select": "none",
  26. "-moz-user-select": "none"
  27. },
  28. "toolbarTitleNode": {
  29. "height": "26px",
  30. "background-color": "#505050",
  31. "border-radius": "0px",
  32. "margin": "2px",
  33. "color": "#FFF",
  34. "line-height": "26px",
  35. "font-size": "12px",
  36. "font-weight": "bold",
  37. "padding-left": "10px"
  38. },
  39. "toolbarTitleActionNode": {
  40. "width": "22px",
  41. "height": "22px",
  42. "margin-top": "-26px",
  43. "background": "url("+"../x_component_process_FormDesigner/$Main/default/left.png) no-repeat center center",
  44. "float": "right",
  45. "cursor": "pointer"
  46. },
  47. "toolbarTitleActionNodeRight": {
  48. "width": "22px",
  49. "height": "22px",
  50. "margin-top": "-26px",
  51. "background": "url("+"../x_component_process_FormDesigner/$Main/default/right.png) no-repeat center center",
  52. "float": "right",
  53. "cursor": "pointer"
  54. },
  55. "toolbarContentNode": {
  56. "background-color": "#DDD",
  57. "border-radius": "0px",
  58. "margin": "2px",
  59. "padding-right": "4px",
  60. "overflow": "hidden"
  61. },
  62. "toolbarToolNode": {
  63. "margin-top": "3px",
  64. "background": "#DDD",
  65. "border": "2px solid #DDD",
  66. "height": "42px",
  67. "color": "#000",
  68. "cursor": "move",
  69. "border-radius": "8px"
  70. },
  71. "toolbarToolNodeOver": {
  72. "margin-top": "3px",
  73. "border": "2px solid #8daed5",
  74. "height": "42px",
  75. "color": "#000",
  76. "cursor": "move",
  77. "background": "#b0c9e7",
  78. "border-radius": "8px",
  79. "background": "linear-gradient(#e5eef9, #b0c9e7 35%, #b0c9e7 65%, #e5eef9)"
  80. },
  81. "toolbarToolNodeOverCSS2": {
  82. "margin-top": "3px",
  83. "border": "2px solid #8daed5",
  84. "height": "42px",
  85. "color": "#000",
  86. "cursor": "move",
  87. "background": "#b0c9e7"
  88. },
  89. "toolbarToolNodeDown": {
  90. "margin-top": "3px",
  91. "border": "2px solid #6390c6",
  92. "height": "42px",
  93. "color": "#000",
  94. "cursor": "move",
  95. "background": "#d1e2f7",
  96. "border-radius": "8px",
  97. "background": "linear-gradient(#d1e2f7, #eef4fb 35%, #eef4fb 65%, #d1e2f7)"
  98. },
  99. "toolbarToolNodeDownCSS2": {
  100. "margin-top": "3px",
  101. "border": "2px solid #6390c6",
  102. "height": "42px",
  103. "color": "#000",
  104. "cursor": "move",
  105. "background": "#d1e2f7"
  106. },
  107. "toolbarToolNodeUp": {
  108. "margin-top": "3px",
  109. "border": "2px solid #8daed5",
  110. "height": "42px",
  111. "color": "#000",
  112. "cursor": "move",
  113. "background": "#b0c9e7",
  114. "border-radius": "8px",
  115. "background": "linear-gradient(#e5eef9, #b0c9e7 35%, #b0c9e7 65%, #e5eef9)"
  116. },
  117. "toolbarToolNodeUpCSS2": {
  118. "margin-top": "3px",
  119. "border": "2px solid #8daed5",
  120. "height": "42px",
  121. "color": "#000",
  122. "cursor": "move",
  123. "background": "#b0c9e7"
  124. },
  125. "toolbarToolIconNode": {
  126. "width": "42px",
  127. "height": "42px",
  128. "background-position": "center center",
  129. "background-repeat": "no-repeat",
  130. "float": "left"
  131. },
  132. "toolbarToolTextNode": {
  133. "margin-left": "46px",
  134. "height": "42px",
  135. "line-height": "42px",
  136. "font-size": "12px"
  137. //"font-weight": "bold"
  138. },
  139. "scrollNode": {
  140. "width": "4px",
  141. "height": "40px",
  142. "background": "#999",
  143. "position": "absolute"
  144. },
  145. "formToolbarNode": {
  146. "height": "30px"
  147. },
  148. "formContentNode": {
  149. "overflow": "hidden",
  150. "background": "#CCC",
  151. "-webkit-user-select": "none",
  152. "-moz-user-select": "none"
  153. },
  154. "designFrame": {
  155. "width": "100%",
  156. "height": "100%",
  157. "border": "0px"
  158. },
  159. "designBody": {
  160. "margin": "0px"
  161. },
  162. "designNode": {
  163. //"height": "100%",
  164. "margin": "15px",
  165. "box-shadow": "0px 0px 20px #606060",
  166. "background": "url("+"../x_component_process_FormDesigner/$Main/default/designerBg.png)",
  167. "-webkit-user-select": "none",
  168. "overflow": "auto",
  169. "-moz-user-select": "none"
  170. },
  171. "designMobileNode": {
  172. "margin": "15px",
  173. "width": "360px",
  174. "height": "580px",
  175. "box-shadow": "0px 0px 20px #606060",
  176. "background": "url("+"../x_component_process_FormDesigner/$Main/default/designerBg.png)",
  177. "font-siez": "12px",
  178. "-webkit-user-select": "none",
  179. "overflow": "auto",
  180. "-moz-user-select": "none",
  181. "display": "none"
  182. },
  183. "propertyTitleActionNode": {
  184. "width": "30px",
  185. "height": "26px",
  186. "float": "right",
  187. "cursor": "pointer",
  188. "background": "url("+"../x_component_process_FormDesigner/$Main/bottom/icon/toRight.png) center center no-repeat"
  189. },
  190. "propertyTitleNode": {
  191. "height": "26px",
  192. "background-color": "#505050",
  193. "border-radius": "0px",
  194. "margin": "0px",
  195. "margin-right": "30px",
  196. "color": "#FFF",
  197. "line-height": "26px",
  198. "font-size": "12px",
  199. "font-weight": "bold",
  200. "padding-left": "10px"
  201. },
  202. "propertyResizeBar": {
  203. "width": "3px",
  204. "float": "left",
  205. "background-color": "#505050",
  206. "margin-left": "2px",
  207. "display": "none",
  208. "cursor": "col-resize"
  209. },
  210. "propertyContentNode": {
  211. "background-color": "#EEE",
  212. "border-radius": "0px",
  213. "margin": "0px",
  214. "margin-left": "0px",
  215. "padding-right": "0px",
  216. "overflow": "hidden"
  217. },
  218. "propertyContentResizeNode": {
  219. "width": "3px",
  220. "margin-left": "3px",
  221. "background-color": "#505050",
  222. "float": "left",
  223. "cursor": "col-resize"
  224. },
  225. "propertyDomArea": {
  226. "overflow": "hidden"
  227. },
  228. "propertyDomScrollArea": {
  229. "overflow": "hidden",
  230. "margin-right": "6px"
  231. },
  232. "propertyDomContentArea": {
  233. "overflow": "hidden",
  234. "background": "#FFF",
  235. "margin": "2px",
  236. "width": "300px",
  237. "float": "left",
  238. "font-family": "Verdana, Geneva, sans-serif"
  239. },
  240. "propertyContentArea": {
  241. "overflow": "hidden",
  242. "margin-left": "309px",
  243. "margin-bottom": "2px"
  244. },
  245. "designerActionNode":{
  246. "float": "right",
  247. "margin-right": "20px",
  248. "margin-left": "-15px",
  249. "height": "24px",
  250. "line-height": "24px",
  251. "background": "#eeeeee",
  252. "border": "1px solid #eeeeee",
  253. "margin-top": "-4px"
  254. },
  255. "designerActionNode_current":{
  256. "float": "right",
  257. "margin-right": "20px",
  258. "margin-left": "-15px",
  259. "height": "24px",
  260. "line-height": "24px",
  261. "background": "#FFF",
  262. "border-top": "1px solid #999",
  263. "border-left": "1px solid #999",
  264. "border-bottom": "1px solid #EEE",
  265. "border-right": "1px solid #EEE",
  266. "margin-top": "-4px"
  267. },
  268. "designerActionPcIconNode":{
  269. "float": "left",
  270. "width": "22px",
  271. "height": "24px",
  272. "background": "url("+"../x_component_process_FormDesigner/$Main/default/formtoolbar/pc.png) no-repeat center center"
  273. },
  274. "designerActionMobileIconNode":{
  275. "float": "left",
  276. "width": "22px",
  277. "height": "24px",
  278. "background": "url("+"../x_component_process_FormDesigner/$Main/default/formtoolbar/mobile.png) no-repeat center center"
  279. },
  280. "designerActiontextNode": {
  281. "margin-left": "22px",
  282. "width": "40px",
  283. "height": "24px",
  284. "padding": "0px 5px 0px 0px",
  285. "line-height": "24px"
  286. },
  287. "templateMarkNode": {
  288. "opacity": 0.6,
  289. "position": "absolute",
  290. "background-color": "#CCC",
  291. "top": "0px",
  292. "left": "0px",
  293. "width": "100%",
  294. "height": "100%"
  295. },
  296. "templateAreaNode": {
  297. "position": "absolute",
  298. "opacity": 1,
  299. "top": "0px",
  300. "width": "100%",
  301. "height": "100%"
  302. },
  303. "templateInfoNode": {
  304. "background-color": "#FFF",
  305. "width": "80%",
  306. "max-width": "800px",
  307. "box-shadow": "0px 0px 20px #999",
  308. "margin": "5% auto",
  309. "border-radius": "8px",
  310. "border": "6px solid #666",
  311. "overflow": "auto"
  312. },
  313. "templateFormNode": {
  314. "border-radius": "8px",
  315. "border": "0px solid #666",
  316. "width": "80%",
  317. "margin": "30px auto",
  318. "font-size": "16px",
  319. "color": "#666",
  320. "overflow": "hidden",
  321. "font-family": "Microsoft YaHei"
  322. },
  323. "templateActionNode": {
  324. "width": "280px",
  325. "margin": "0px auto",
  326. "overflow": "hidden"
  327. },
  328. "templateSaveActionNode": {
  329. "height": "30px",
  330. "width": "85px",
  331. "cursor": "pointer",
  332. "float": "right",
  333. "line-height": "30px",
  334. "padding-left": "65px",
  335. "font-size": "16px",
  336. "font-family": "Microsoft YaHei",
  337. "border-radius": "3px",
  338. "border": "1px solid #354f67",
  339. "color": "#FFF",
  340. "margin-right": "20px",
  341. "margin-top": "20px",
  342. "margin-bottom": "0px",
  343. "box-shadow": "0px 0px 0px #666",
  344. "background": "url("+"../x_component_process_FormDesigner/$Main/bottom/editOk_bg.png) no-repeat"
  345. },
  346. "templateCancelActionNode": {
  347. "height": "30px",
  348. "width": "60px",
  349. "cursor": "pointer",
  350. "float": "right",
  351. "line-height": "30px",
  352. "padding-left": "40px",
  353. "font-size": "16px",
  354. "font-family": "Microsoft YaHei",
  355. "border-radius": "3px",
  356. "color": "#FFF",
  357. "margin-top": "20px",
  358. "margin-bottom": "0px",
  359. "box-shadow": "0px 0px 0px #666",
  360. "border": "1px solid #999",
  361. "background": "url("+"../x_component_process_FormDesigner/$Main/bottom/editCancel_bg.png) no-repeat"
  362. },
  363. }