css.wcss 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. {
  2. "nodeStyles" : {
  3. "position" : "absolute",
  4. "max-width" : "1300px",
  5. "min-width" : "160px",
  6. "z-index" : "11",
  7. "border":"1px solid #CEE6FF",
  8. "background" : "#E7F2FF",
  9. "border-radius" : "0px",
  10. "position" : "relative",
  11. "padding-left" : "20px",
  12. "padding-right" : "50px",
  13. "padding-top" : "10px",
  14. "padding-bottom" : "10px",
  15. "font-weight" : "normal",
  16. "box-shadow": "0 0 18px 0 #999999",
  17. "-webkit-user-select": "text",
  18. "-moz-user-select": "text"
  19. },
  20. "contentStyles" : {
  21. "width" : "100%",
  22. "height" : "100%"
  23. },
  24. "closeActionStyles" : {
  25. "background" : "url(../x_component_process_FormDesigner/Module/Form/notice/icon/close2.png) no-repeat center center",
  26. "position" : "absolute",
  27. "top" : "5px",
  28. "right" : "5px",
  29. "width" : "26px",
  30. "height" : "26px",
  31. "cursor" : "pointer"
  32. },
  33. "maskStyles" : {
  34. "width": "100%",
  35. "height": "100%",
  36. "opacity": 0,
  37. "position": "absolute",
  38. "background-color": "#fff",
  39. "top": "0px",
  40. "left": "0px"
  41. }
  42. }