css.wcss 10 KB

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