css.wcss 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. {
  2. "node" : {
  3. "margin": "20px",
  4. "height": "100%",
  5. "overflow": "hidden"
  6. },
  7. "contentContainerNode" : {
  8. "overflow": "hidden",
  9. "position": "relative",
  10. "background-color" : "#eee",
  11. "opacity": 1
  12. },
  13. "naviNode":{
  14. "width" : "100%",
  15. "height": "50px",
  16. "background-color" : "#fff",
  17. "margin-bottom": "10px",
  18. "overflow": "hidden"
  19. },
  20. "naviTopNode" : {
  21. "width" : "70px",
  22. "height" : "70px",
  23. "background" : "url(../x_component_ThreeMember/$Main/default/icon/navi_top.png) no-repeat center center",
  24. "background-color" : "#000"
  25. },
  26. "naviItemNode" : {
  27. "width" : "80px",
  28. "height" : "50px",
  29. "line-height" : "50px",
  30. "float": "left",
  31. "margin-left": "20px",
  32. "padding-left" : "26px",
  33. "font-size" : "16px",
  34. "color" : "#666",
  35. "background-repeat" : "no-repeat",
  36. "background-position" : "left center",
  37. "background-color" : "#fff",
  38. "cursor" : "pointer"
  39. },
  40. "naviItemNode_selected" : {
  41. "color" : "#4A90E2"
  42. },
  43. "noServiceNode": {
  44. "border": "1px solid #ccc",
  45. "border-radius": "4px",
  46. "width": "400px",
  47. "height": "140px",
  48. "line-height": "26px",
  49. "margin": "100px auto 0px auto",
  50. "font-size": "16px",
  51. "color": "#666",
  52. "padding-top": "80px",
  53. "padding-right": "20px",
  54. "padding-left": "100px",
  55. "background": "url(../x_component_ThreeMember/$Main/default/icon/noService.png) no-repeat 20px center",
  56. "background-color": "#fff"
  57. },
  58. "noPermissionNode": {
  59. "width": "450px",
  60. "height": "150px",
  61. "text-align": "center",
  62. "border": "1px solid #ccc",
  63. "line-height": "150px",
  64. "margin": "50px auto 0px auto",
  65. "font-size": "18px"
  66. },
  67. "naviRightNode": {
  68. "float": "right",
  69. "height": "50px",
  70. "background-color" : "#fff",
  71. "margin-right": "30px",
  72. "overflow": "hidden"
  73. },
  74. "userNode": {
  75. "height": "50px",
  76. "line-height": "50px",
  77. "color" : "#666",
  78. "font-size": "14px",
  79. "float": "left"
  80. },
  81. "logoutNode": {
  82. "background": "url(../o2_core/o2/xDesktop/$Default/blue/icons/logout.png) no-repeat left center",
  83. "padding-left": "24px",
  84. "margin-left": "20px",
  85. "height": "50px",
  86. "color" : "#666",
  87. "line-height": "50px",
  88. "font-size": "14px",
  89. "cursor": "pointer",
  90. "float": "left"
  91. }
  92. }