css.wcss 10 KB

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