css.wcss 9.8 KB

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