css.wcss 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576
  1. {
  2. "viewNode" : {
  3. "overflow": "hidden",
  4. "width" : "100%",
  5. "border" : "1px solid #CCC",
  6. "margin-top" : "30px",
  7. "margin-left" : "2px",
  8. "margin-right" : "2px"
  9. },
  10. "headBarNode" : {
  11. "float": "left"
  12. },
  13. "headBarContentNode": {
  14. "float": "left",
  15. "height": "40px",
  16. "line-height" : "40px",
  17. "width" : "7px",
  18. "background-color" : "#FFF",
  19. "padding-left" : "5px",
  20. "box-shadow": "none",
  21. "margin-top" : "-1px",
  22. "margin-bottom" : "-1px"
  23. },
  24. "headBarResizeNode" : {
  25. "float" : "left",
  26. "height": "40px",
  27. "width": "2px",
  28. "background-color": "#fff",
  29. "line-height": "50px",
  30. "margin-right" : "1px"
  31. },
  32. "headBarResizeNode_dragIn" : {
  33. "float" : "left",
  34. "height": "40px",
  35. "width": "2px",
  36. "background-color": "#ffa200",
  37. "line-height": "50px",
  38. "margin-right" : "1px"
  39. },
  40. "columnNode" : {
  41. "float": "left"
  42. },
  43. "columnContentNode": {
  44. "float": "left",
  45. "min-width": "50px",
  46. "height": "40px",
  47. "line-height" : "40px",
  48. "cursor" : "pointer",
  49. "border" : "1px solid #CCC",
  50. "background-color" : "#FFF",
  51. "padding-left" : "5px",
  52. "box-shadow": "none",
  53. "margin-top" : "-1px",
  54. "margin-bottom" : "-1px"
  55. },
  56. "columnContentNode_over": {
  57. "float" : "left",
  58. "min-width" : "50px",
  59. "height": "40px",
  60. "line-height" : "40px",
  61. "cursor" : "pointer",
  62. "border" : "1px solid #CCC",
  63. "background-color" : "#EEE",
  64. "padding-left" : "5px",
  65. "box-shadow": "none"
  66. },
  67. "columnContentNode_current": {
  68. "float" : "left",
  69. "min-width" : "50px",
  70. "height": "40px",
  71. "line-height" : "40px",
  72. "cursor" : "pointer",
  73. "border" : "1px solid #CCC",
  74. "background-color" : "#EEE",
  75. "padding-left" : "5px",
  76. "box-shadow": "none"
  77. },
  78. "columnContentTitleNode" : {
  79. "float" : "left",
  80. "height": "40px",
  81. "line-height" : "40px",
  82. "padding-right" : "5px"
  83. },
  84. "columnResizeNode" : {
  85. "float" : "left",
  86. "height": "40px",
  87. "width": "2px",
  88. "background-color": "#888",
  89. "cursor": "col-resize",
  90. "line-height": "50px",
  91. "margin-right" : "1px"
  92. },
  93. "columnResizeNode_dragIn" : {
  94. "float" : "left",
  95. "height": "40px",
  96. "width": "2px",
  97. "background-color": "#ffa200",
  98. "cursor": "col-resize",
  99. "line-height": "50px",
  100. "margin-right" : "1px"
  101. },
  102. "moduleNodeMove": {
  103. "border": "2px dashed #ffa200",
  104. "height": "30px",
  105. "width": "80px",
  106. "overflow": "hidden",
  107. "margin": "3px",
  108. "display": "block",
  109. "-webkit-user-select": "none",
  110. "-moz-user-select": "none",
  111. "position": "absolute",
  112. "z-index": 10002,
  113. "opacity": 0.7,
  114. "width": "100px",
  115. "cursor": "move"
  116. },
  117. "itemsNode": {
  118. "width": "35%",
  119. "overflow": "hidden",
  120. "float": "left"
  121. },
  122. "typesNode": {
  123. "width": "20%",
  124. "overflow": "hidden",
  125. "float": "left"
  126. },
  127. "valuesNode": {
  128. "width": "45%",
  129. "overflow": "hidden",
  130. "float": "left"
  131. },
  132. "itemTitleNode": {
  133. "height": "30px",
  134. "background-color": "#DDD",
  135. "cursor": "default",
  136. "line-height": "30px"
  137. },
  138. "typeTitleNode": {
  139. "height": "30px",
  140. "background-color": "#DDD",
  141. "cursor": "default",
  142. "line-height": "30px"
  143. },
  144. "valueTitleNode": {
  145. "height": "30px",
  146. "background-color": "#DDD",
  147. "cursor": "default",
  148. "line-height": "30px"
  149. },
  150. "itemResizeNode": {
  151. "width": "1px",
  152. "background-color": "#EEE",
  153. "border-right": "1px solid #999",
  154. "height": "30px",
  155. "float": "right"
  156. },
  157. "typeResizeNode": {
  158. "width": "1px",
  159. "background-color": "#EEE",
  160. "border-right": "1px solid #999",
  161. "height": "30px",
  162. "float": "right"
  163. },
  164. "itemTitleTextNode": {
  165. "margin-right": "2px",
  166. "height": "30px",
  167. "text-align": "center",
  168. "font-weight": "bold",
  169. "font-size": "12px"
  170. },
  171. "typeTitleTextNode": {
  172. "margin-right": "2px",
  173. "height": "30px",
  174. "text-align": "center",
  175. "font-weight": "bold",
  176. "font-size": "12px"
  177. },
  178. "valueTitleTextNode": {
  179. "height": "30px",
  180. "text-align": "center",
  181. "font-weight": "bold",
  182. "font-size": "12px"
  183. },
  184. "dataListItemNode": {
  185. "margin": "0px 5px",
  186. "hegiht": "24px",
  187. "border-bottom": "1px solid #CCC",
  188. "line-height": "24px",
  189. "overflow": "hidden"
  190. },
  191. "dataListItemKeyNode": {
  192. "float": "left",
  193. "width": "49%",
  194. "color": "#333",
  195. "cursor": "default",
  196. "overflow": "hidden"
  197. },
  198. "dataListItemValueNode": {
  199. "float": "right",
  200. "width": "49%",
  201. "color": "#999",
  202. "cursor": "default",
  203. "overflow": "hidden"
  204. },
  205. "propertyNode": {
  206. "overflow": "hidden",
  207. // "height":"100%",
  208. //"float": "right",
  209. "-webkit-user-select": "text",
  210. "-moz-user-select": "text"
  211. },
  212. // "propertyTitleNode": {
  213. // "height": "26px",
  214. // "background-color": "#505050",
  215. // "border-radius": "0px",
  216. // "margin": "2px",
  217. // "color": "#FFF",
  218. // "line-height": "26px",
  219. // "font-size": "12px",
  220. // "font-weight": "bold",
  221. // "padding-left": "10px",
  222. // "clear": "both"
  223. // },
  224. "propertyResizeBar": {
  225. "width": "3px",
  226. "float": "left",
  227. "background-color": "#505050",
  228. "margin-left": "2px",
  229. "cursor": "col-resize"
  230. },
  231. "propertyContentNode": {
  232. "background-color": "#EEE",
  233. "border-radius": "0px",
  234. "margin": "2px",
  235. //"margin-left": "7px",
  236. "padding-right": "0px",
  237. "overflow": "hidden"
  238. },
  239. "propertyContentResizeNode": {
  240. "height": "3px",
  241. "background-color": "#505050",
  242. "cursor": "row-resize"
  243. },
  244. "propertyDomArea": {
  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. "viewPropertyNode": {
  259. "overflow": "hidden",
  260. "background": "#FFF"
  261. },
  262. "propertyTitleNode": {
  263. "height": "24px",
  264. "line-height": "24px",
  265. "font-size": "12px",
  266. "font-weight": "bold",
  267. "margin": "0px 10px 0px 10px"
  268. },
  269. "propertyFormNode" : {
  270. "margin": "0px 10px"
  271. },
  272. "propertyTextNode": {
  273. "height": "24px",
  274. "line-height": "24px",
  275. "font-size": "12px",
  276. "margin": "0px 10px",
  277. "color": "#666"
  278. },
  279. "propertyInputNode": {
  280. "display": "block",
  281. "width": "90%",
  282. "margin": "0px 10px",
  283. "border": "1px solid #999",
  284. "height": "20px",
  285. "line-height": "20px"
  286. },
  287. "propertySelectNode": {
  288. "display": "block",
  289. "margin": "0px 10px",
  290. "border": "1px solid #999",
  291. "height": "20px",
  292. "line-height": "20px"
  293. },
  294. "propertyInputAreaNode": {
  295. "display": "block",
  296. "width": "90%",
  297. "margin": "0px 10px",
  298. "border": "1px solid #999",
  299. "height": "60px",
  300. "overflow": "auto"
  301. },
  302. "propertyCheckBox" : {
  303. "margin-right" : "5px"
  304. },
  305. "eventsNode":{
  306. "over-flow" : "hidden"
  307. },
  308. "jsonDomNode": {
  309. "overflow": "hidden",
  310. "background": "#FFF",
  311. "min-height": "450px"
  312. },
  313. "jsonTextNode": {
  314. "overflow": "hidden",
  315. "background": "#FFF"
  316. },
  317. "jsonTextAreaNode": {
  318. "border": "0px",
  319. "width": "100%",
  320. "height": "450px"
  321. },
  322. "itemNode": {
  323. "height": "24px",
  324. "line-height": "24px",
  325. "padding-right": "10px",
  326. "border-bottom": "1px solid #CCC",
  327. "background-color": "#FFF"
  328. },
  329. "itemNode_selected": {
  330. "background-color": "#e6ebf5"
  331. },
  332. "typeNode": {
  333. "height": "24px",
  334. "line-height": "24px",
  335. "padding": "0px 10px",
  336. "border-bottom": "1px solid #CCC",
  337. "background-color": "#FFF"
  338. },
  339. "typeNode_selected": {
  340. "background-color": "#e6ebf5"
  341. },
  342. "valueNode": {
  343. "height": "24px",
  344. "line-height": "24px",
  345. "padding": "0px 10px",
  346. "border-bottom": "1px solid #CCC",
  347. "background-color": "#FFF"
  348. },
  349. "valueNode_selected": {
  350. "background-color": "#e6ebf5"
  351. },
  352. "itemActionsAreaNode": {
  353. "width": "40px",
  354. "height": "24px",
  355. "float": "right",
  356. "opacity": 0
  357. },
  358. "itemAddActionNode": {
  359. "width": "20px",
  360. "height": "24px",
  361. "float": "left",
  362. "background": "url("+"../x_component_cms_ViewDesigner/$View/default/icon/add.png) center center no-repeat",
  363. "cursor": "pointer"
  364. },
  365. "itemDelActionNode": {
  366. "width": "20px",
  367. "height": "24px",
  368. "float": "right",
  369. "background": "url("+"../x_component_cms_ViewDesigner/$View/default/icon/del.png) center center no-repeat",
  370. "cursor": "pointer"
  371. },
  372. "itemExpColActionNode": {
  373. "width": "20px",
  374. "height": "24px",
  375. "float": "left",
  376. "background-position": "center center",
  377. "background-repeat": "no-repeat",
  378. "cursor": "pointer"
  379. },
  380. "typeActionsAreaNode": {
  381. "width": "20px",
  382. "height": "24px",
  383. "float": "right",
  384. "opacity": 1
  385. },
  386. "typeSelActionNode": {
  387. "width": "20px",
  388. "height": "24px",
  389. "background": "url("+"../x_component_cms_ViewDesigner/$View/default/icon/sel.png) center center no-repeat",
  390. "cursor": "pointer"
  391. },
  392. "valueActionsAreaNode": {
  393. "width": "20px",
  394. "height": "24px",
  395. "float": "right",
  396. "opacity": 1
  397. },
  398. "valueSelActionNode": {
  399. "width": "20px",
  400. "height": "24px",
  401. "background": "url("+"../x_component_cms_ViewDesigner/$View/default/icon/sel.png) center center no-repeat",
  402. "cursor": "pointer"
  403. },
  404. "itemTextNode": {
  405. "margin-right": "40px",
  406. "margin-left": "20px",
  407. "height": "24px",
  408. "line-height": "24px",
  409. "color": "#333"
  410. },
  411. "typeTextNode": {
  412. "margin-right": "20px",
  413. "height": "24px",
  414. "line-height": "24px",
  415. "color": "#999"
  416. },
  417. "valueTextNode": {
  418. "margin-right": "20px",
  419. "height": "24px",
  420. "line-height": "24px",
  421. "cursor": "default",
  422. "color": "#999"
  423. },
  424. "valueTextNode_edit": {
  425. "cursor": "auto",
  426. "color": "#333"
  427. },
  428. "typeSelectNode": {
  429. "position": "absolute",
  430. "height": "125px",
  431. "width": "100px",
  432. "background-color": "#DDD",
  433. "border": "1px solid #999",
  434. "box-shadow": "0px 0px 8px #777",
  435. "border-radius": "0px",
  436. "display": "none"
  437. },
  438. "typeSelectItemNode": {
  439. "height": "25px",
  440. "line-height": "25px",
  441. "padding": "0px 8px",
  442. "color": "#333",
  443. "background-color": "#EEE",
  444. "cursor": "pointer"
  445. },
  446. "typeSelectItemNode_over": {
  447. "color": "#FFF",
  448. "background-color": "#45556e"
  449. },
  450. "booleanSelectNode": {
  451. "position": "absolute",
  452. "height": "50px",
  453. "width": "100px",
  454. "background-color": "#DDD",
  455. "border": "1px solid #999",
  456. "box-shadow": "0px 0px 8px #777",
  457. "border-radius": "0px",
  458. "display": "none"
  459. },
  460. "itemEditValueNode": {
  461. "width": "90%",
  462. "height": "20px",
  463. "line-height": "20px",
  464. "border": "1px solid #999"
  465. },
  466. "itemEditValueNode_error": {
  467. "height": "20px",
  468. "border": "1px solid red"
  469. },
  470. "editNode": {
  471. "font-size": "12px",
  472. "padding": "5px",
  473. "margin": "5px",
  474. "border": "1px solid #CCC"
  475. },
  476. "editTable": {
  477. },
  478. "editTableTitle": {
  479. "width": "80px",
  480. "font-weight": "bold",
  481. "font-size": "12px",
  482. "height": "24px",
  483. "line-height": "24px",
  484. "border-bottom": "1px dashed #CCC"
  485. },
  486. "editTableValue": {
  487. "height": "24px",
  488. "line-height": "24px",
  489. "border-bottom": "1px dashed #CCC"
  490. },
  491. "editTableInput": {
  492. "width": "90%",
  493. "border": "1px solid #CCC",
  494. "height": "20px",
  495. "line-height": "20px"
  496. },
  497. "editTableInputNoWidth": {
  498. "border": "1px solid #CCC",
  499. "height": "20px",
  500. "line-height": "20px"
  501. },
  502. "editTableTextarea": {
  503. "width": "90%",
  504. "height": "40px",
  505. "border": "1px solid #CCC"
  506. },
  507. "columnPropertyContent" : {
  508. "background-color": "#EEE",
  509. "overflow": "hidden"
  510. },
  511. "operationNode": {
  512. "height": "20px",
  513. "border-radius": "3px",
  514. "border": "1px solid #666",
  515. "width": "22px",
  516. "line-height": "20px",
  517. "margin-top": "10px",
  518. "box-shadow": "1px 1px 2px #CCC",
  519. "color": "#888",
  520. "cursor": "pointer",
  521. "float": "left",
  522. "margin-right": "5px",
  523. "background-position" : "center center",
  524. "background-repeat" : "no-repeat"
  525. },
  526. "operationNode_over":{
  527. "box-shadow": "1px 1x 2px #999",
  528. "background-color": "#666"
  529. },
  530. "operationNode_down":{
  531. "box-shadow": "-1px -1px 3px #999 inset"
  532. },
  533. "sortIconNode" : {
  534. "height": "16px",
  535. "width": "16px",
  536. "line-height": "20px",
  537. "margin-top": "10px",
  538. "float": "left",
  539. "margin-right": "5px",
  540. "background-position" : "center center",
  541. "background-repeat" : "no-repeat",
  542. "background-image" : "url(../x_component_cms_ViewDesigner/$View/default/icon/dblsort.gif)"
  543. },
  544. "alignleftNode" : {
  545. "height": "16px",
  546. "width": "16px",
  547. "line-height": "20px",
  548. "margin-top": "12px",
  549. "float": "right",
  550. "margin-right": "5px",
  551. "background": "url(../x_component_cms_ViewDesigner/$View/default/icon/alignleft3.png) center center no-repeat"
  552. },
  553. "alignrightNode" : {
  554. "height": "16px",
  555. "width": "16px",
  556. "line-height": "20px",
  557. "margin-top": "12px",
  558. "float": "right",
  559. "margin-right": "5px",
  560. "background": "url(../x_component_cms_ViewDesigner/$View/default/icon/alignright3.png) center center no-repeat"
  561. }
  562. }