css.wcss 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141
  1. {
  2. "naviNode":{
  3. "width": "290px",
  4. "height": "100%",
  5. "background-color": "#f7f7f7",
  6. "border-right": "1px solid #dddddd",
  7. "overflow": "hidden",
  8. "float": "left"
  9. },
  10. "contentNode": {
  11. "overflow": "hidden",
  12. "height": "100%",
  13. "background-color": "#ffffff",
  14. "margin-left": "301px",
  15. "margin-right": "10px"
  16. },
  17. "naviTitleNode": {
  18. "height": "100px",
  19. "border-bottom": "3px solid #3c76b7"
  20. },
  21. "naviContentNode": {
  22. "overflow": "auto"
  23. },
  24. "naviViewTitleNode": {
  25. "height": "40px",
  26. "line-height": "40px",
  27. "padding-left": "65px",
  28. "font-size": "16px",
  29. "color": "#333333",
  30. "background": "url('../x_component_query_Query/$Main/default/icon/view.png') 38px center no-repeat"
  31. },
  32. "naviViewContentNode": {
  33. "min-height": "40px",
  34. "overflow": "hidden",
  35. "font-size": "14px",
  36. "color": "#333333",
  37. "line-height": "40px"
  38. },
  39. "naviStatTitleNode": {
  40. "height": "40px",
  41. "line-height": "40px",
  42. "padding-left": "65px",
  43. "font-size": "16px",
  44. "color": "#333333",
  45. "background": "url('../x_component_query_Query/$Main/default/icon/stat.png') 38px center no-repeat"
  46. },
  47. "naviStatContentNode": {
  48. "min-height": "40px",
  49. "overflow": "hidden",
  50. "font-size": "14px",
  51. "color": "#333333",
  52. "line-height": "40px"
  53. },
  54. "naviIconTitleNode": {
  55. "width": "82px",
  56. "height": "100px",
  57. "float": "left",
  58. "background": "url('../x_component_query_Query/$Main/appicon.png') center right no-repeat"
  59. },
  60. "naviRightTitleNode": {
  61. "margin-left": "100px",
  62. "height": "80px",
  63. "padding-top": "20px"
  64. },
  65. "naviTextTitleNode": {
  66. "font-size": "20px",
  67. "width": "170px"
  68. },
  69. "naviDescriptionTitleNode": {
  70. "width": "170px",
  71. "height": "40px",
  72. "padding": "5px 0px",
  73. "font-size": "12px",
  74. "color": "#999999"
  75. },
  76. "naviViewContentItemNode": {
  77. "overflow": "hidden",
  78. "height": "40px",
  79. "cursor": "pointer",
  80. "padding-left": "70px",
  81. "color": "#333333",
  82. "background": "transparent"
  83. },
  84. "naviViewContentItemNode_over": {
  85. "background": "#f0f0f0"
  86. },
  87. "naviViewContentItemNode_selected":{
  88. "background": "#3C76B7",
  89. "color": "#ffffff"
  90. },
  91. "naviStatContentItemNode": {
  92. "overflow": "hidden",
  93. "height": "40px",
  94. "cursor": "pointer",
  95. "padding-left": "70px",
  96. "background": "transparent"
  97. },
  98. "naviStatContentItemNode_over": {
  99. "background": "#f0f0f0"
  100. },
  101. "maskNode": {
  102. "background-color": "#666",
  103. "opacity": 0.4,
  104. "z-index":100
  105. },
  106. "processNode_from": {
  107. "width": "480px",
  108. "min-height": "280px",
  109. "height": "auto",
  110. "z-index":300,
  111. "background-color": "#FFF",
  112. "overflow": "hidden",
  113. "border": "3px solid #666",
  114. "border-radius": "10px",
  115. "box-shadow": "0px 0px 15px #666",
  116. "opacity": 0.2,
  117. "position": "absolute"
  118. },
  119. "processNode": {
  120. "width": "480px",
  121. "min-height": "280px",
  122. "height": "auto",
  123. "opacity": 1,
  124. "overflow": "hidden"
  125. },
  126. "routeSelectorTile": {
  127. "overflow": "hidden",
  128. "height": "24px",
  129. "line-height": "24px"
  130. },
  131. "routeSelectorArea": {
  132. "overflow": "hidden"
  133. }
  134. }