css.wcss 10 KB

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