css.wcss 11 KB

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