css.wcss 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. {
  2. "naviNode":{
  3. "width" : "70px",
  4. "background-color" : "#000",
  5. "float" : "left"
  6. },
  7. "naviTopNode" : {
  8. "width" : "70px",
  9. "height" : "70px",
  10. "background" : "url(../x_component_Minder/$Main/default/icon/navi_top.png) no-repeat center center",
  11. "background-color" : "#000"
  12. },
  13. "naviItemNode" : {
  14. "width" : "70px",
  15. "height" : "28px",
  16. "padding-top" : "42px",
  17. "font-size" : "12px",
  18. "text-align" : "center",
  19. "color" : "#3C76B7",
  20. "background-repeat" : "no-repeat",
  21. "background-position" : "center 8px",
  22. "background-color" : "#000",
  23. "cursor" : "pointer"
  24. },
  25. "naviItemNode_selected" : {
  26. "background-color" : "#F8F8F8"
  27. },
  28. "contentNode" : {
  29. "float" : "left"
  30. },
  31. "historyNode" : {
  32. "overflow" : "hidden",
  33. "padding" : "10px",
  34. "background-color" : "#fff"
  35. },
  36. "undoNode" : {
  37. "float" : "left",
  38. "width" : "30px",
  39. "height" : "30px",
  40. "background" : "url(../x_component_Minder/$Main/default/icon/undo.png) no-repeat center center"
  41. },
  42. "undoNode_active" : {
  43. "float" : "left",
  44. "width" : "30px",
  45. "height" : "30px",
  46. "background" : "url(../x_component_Minder/$Main/default/icon/undo_active.png) no-repeat center center"
  47. },
  48. "redoNode" : {
  49. "float" : "left",
  50. "width" : "30px",
  51. "height" : "30px",
  52. "background" : "url(../x_component_Minder/$Main/default/icon/redo.png) no-repeat center center"
  53. },
  54. "redoNode_active" : {
  55. "float" : "left",
  56. "width" : "30px",
  57. "height" : "30px",
  58. "background" : "url(../x_component_Minder/$Main/default/icon/redo_active.png) no-repeat center center"
  59. },
  60. "patchNode" : {
  61. "float" : "left",
  62. "width" : "500px",
  63. "height" : "30px",
  64. "border-radius" : "4px",
  65. "background" : "#fff",
  66. "border" : "1px solid #ccc"
  67. }
  68. }