css.wcss 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156
  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. "naviStatementTitleNode": {
  55. "height": "40px",
  56. "line-height": "40px",
  57. "padding-left": "65px",
  58. "font-size": "16px",
  59. "color": "#333333",
  60. "background": "url('../x_component_query_Query/$Main/default/icon/statement.png') 38px center no-repeat"
  61. },
  62. "naviStatementContentNode": {
  63. "min-height": "40px",
  64. "overflow": "hidden",
  65. "font-size": "14px",
  66. "color": "#333333",
  67. "line-height": "40px"
  68. },
  69. "naviIconTitleNode": {
  70. "width": "82px",
  71. "height": "100px",
  72. "float": "left",
  73. "background": "url('../x_component_query_Query/$Main/appicon.png') center right no-repeat"
  74. },
  75. "naviRightTitleNode": {
  76. "margin-left": "100px",
  77. "height": "80px",
  78. "padding-top": "20px"
  79. },
  80. "naviTextTitleNode": {
  81. "font-size": "20px",
  82. "width": "170px"
  83. },
  84. "naviDescriptionTitleNode": {
  85. "width": "170px",
  86. "height": "40px",
  87. "padding": "5px 0px",
  88. "font-size": "12px",
  89. "color": "#999999"
  90. },
  91. "naviViewContentItemNode": {
  92. "overflow": "hidden",
  93. "height": "40px",
  94. "cursor": "pointer",
  95. "padding-left": "70px",
  96. "color": "#333333",
  97. "background": "transparent"
  98. },
  99. "naviViewContentItemNode_over": {
  100. "background": "#f0f0f0"
  101. },
  102. "naviViewContentItemNode_selected":{
  103. "background": "#3C76B7",
  104. "color": "#ffffff"
  105. },
  106. "naviStatContentItemNode": {
  107. "overflow": "hidden",
  108. "height": "40px",
  109. "cursor": "pointer",
  110. "padding-left": "70px",
  111. "background": "transparent"
  112. },
  113. "naviStatContentItemNode_over": {
  114. "background": "#f0f0f0"
  115. },
  116. "maskNode": {
  117. "background-color": "#666",
  118. "opacity": 0.4,
  119. "z-index":100
  120. },
  121. "processNode_from": {
  122. "width": "480px",
  123. "min-height": "280px",
  124. "height": "auto",
  125. "z-index":300,
  126. "background-color": "#FFF",
  127. "overflow": "hidden",
  128. "border": "3px solid #666",
  129. "border-radius": "10px",
  130. "box-shadow": "0px 0px 15px #666",
  131. "opacity": 0.2,
  132. "position": "absolute"
  133. },
  134. "processNode": {
  135. "width": "480px",
  136. "min-height": "280px",
  137. "height": "auto",
  138. "opacity": 1,
  139. "overflow": "hidden"
  140. },
  141. "routeSelectorTile": {
  142. "overflow": "hidden",
  143. "height": "24px",
  144. "line-height": "24px"
  145. },
  146. "routeSelectorArea": {
  147. "overflow": "hidden"
  148. }
  149. }