css.wcss 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. {
  2. "itemNode": {
  3. "background-color": "#fdfdc8",
  4. "position": "absolute",
  5. "-webkit-user-select": "none",
  6. "-moz-user-select": "none",
  7. "box-shadow": "0px 0px 10px #cccccc",
  8. "border": "1px solid #999999",
  9. "z-index": 100
  10. },
  11. "itemTitleNode": {
  12. "height": "30px",
  13. "background-color": "#f8f7b6",
  14. "line-height": "20px"
  15. },
  16. "itemTextarea": {
  17. "border": "0px",
  18. "overflow": "auto",
  19. "margin": "5px",
  20. "font-size": "14px",
  21. "font-family": "Microsoft YaHei",
  22. "-webkit-user-select": "text",
  23. "-moz-user-select": "text",
  24. "resize": "none",
  25. "outline": "none",
  26. "background": "transparent"
  27. },
  28. "itemBottomNode": {
  29. "height": "10px"
  30. },
  31. "addActionNode": {
  32. "float": "left",
  33. "height": "16px",
  34. "width": "16px",
  35. "border": "1px solid #f8f7b6",
  36. "text-align": "center",
  37. "cursor": "pointer",
  38. "background": "url("+"../x_component_Note/$Main/default/icon/add.png) no-repeat center center",
  39. "margin": "6px auto 6px 6px"
  40. },
  41. "addActionNode_over": {
  42. "border": "1px solid #CCC"
  43. },
  44. "closeActionNode": {
  45. "float": "right",
  46. "height": "16px",
  47. "width": "16px",
  48. "border": "1px solid #f8f7b6",
  49. "cursor": "pointer",
  50. "background": "url("+"../x_component_Note/$Main/default/icon/close.png) no-repeat center center",
  51. "margin": "6px 6px auto 6px"
  52. },
  53. "closeActionNode_over":{
  54. "border": "1px solid #CCC"
  55. },
  56. "resizeActionNode":{
  57. "float": "right",
  58. "height": "8px",
  59. "width": "8px",
  60. "-webkit-user-select": "none",
  61. "-moz-user-select": "none",
  62. "cursor": "nw-resize",
  63. "background": "url("+"../x_component_Note/$Main/default/icon/resize.png) no-repeat center center",
  64. "margin": "0px 2px 2px 0px"
  65. }
  66. }