css.wcss 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198
  1. {
  2. "topMenu": {
  3. "height": "50px",
  4. //"position": "absolute",
  5. "top": "0px",
  6. "width": "100%",
  7. "color": "#FFF",
  8. "line-height": "50px",
  9. "font-size": "14px",
  10. "font-family": "Microsoft YaHei",
  11. "background-color": "#fff",
  12. "overflow" : "hidden"
  13. },
  14. "topMenuRight" : {
  15. "float" : "right",
  16. "margin-right" : "20px"
  17. },
  18. "contentNode": {
  19. "height": "100%",
  20. "min-height": "400px",
  21. "overflow": "hidden",
  22. "-webkit-user-select": "text",
  23. "-moz-user-select": "text"
  24. },
  25. "bottomMenu": {
  26. "height": "60px",
  27. "position": "absolute",
  28. "bottom": "0px",
  29. "width": "100%",
  30. "color": "#FFF",
  31. "font-family": "Microsoft YaHei",
  32. "background-color": "#365775"
  33. },
  34. "topMenuNode": {
  35. "height": "50px",
  36. "color" : "#333",
  37. "font-size" : "16px",
  38. "line-height": "50px",
  39. "float": "left",
  40. "cursor": "pointer",
  41. "padding-left" : "15px",
  42. "padding-right" : "15px",
  43. "overflow" : "hidden"
  44. },
  45. "topMenuNode_right" : {
  46. "height": "50px",
  47. "color" : "#333",
  48. "font-size" : "16px",
  49. "line-height": "50px",
  50. "float": "left",
  51. "cursor": "pointer"
  52. },
  53. "topMenuNode_over": {
  54. "color" : "#3C76B7"
  55. },
  56. "topMenuNode_down": {
  57. "color" : "#3C76B7"
  58. },
  59. "topMenuIconNode": {
  60. "height": "50px",
  61. "width": "30px",
  62. "float": "left"
  63. },
  64. "topMenuTextNode": {
  65. "line-height": "50px",
  66. "height": "50px",
  67. "float": "left"
  68. },
  69. "configNode": {
  70. "box-shadow": "inset 1px 0 0 0 #CCCCCC",
  71. "background": "#F8F8F8",
  72. "width": "300px",
  73. "position": "absolute",
  74. "right": "0px",
  75. "top": "50px",
  76. "opacity": "0"
  77. },
  78. "configContentNode": {
  79. "margin": "20px",
  80. "overflow": "hidden"
  81. },
  82. "configContentLine": {
  83. "height": "1px",
  84. "border-bottom": "1px dashed #ccc",
  85. "margin-top" : "20px",
  86. "margin-bottom" : "20px"
  87. },
  88. "configProcessNode": {
  89. "height": "30px",
  90. "border-bottom": "1px dashed #ccc",
  91. "background": "url(../x_component_Report/$Main/default/icon/addPerson.png) no-repeat right center",
  92. "margin-top" : "10px",
  93. "cursor": "pointer",
  94. "margin-bottom" : "20px"
  95. },
  96. "configTitleDiv": {
  97. "height": "30px",
  98. "width": "120px",
  99. "color": "#333",
  100. "font-size": "18px",
  101. "margin-bottom" : "10px"
  102. },
  103. "configActionNode": {
  104. "height": "50px",
  105. "margin": "20px"
  106. },
  107. "configActionSaveNode": {
  108. "background": "#3C76B7",
  109. "border-radius": "4px",
  110. "width" : "120px",
  111. "height" : "40px",
  112. "line-height" : "40px",
  113. "border" : "0px",
  114. "color" : "#fff",
  115. "cursor" : "pointer",
  116. "text-align" : "center",
  117. "margin-right" : "20px",
  118. "font-size" : "18px",
  119. "float" : "right"
  120. },
  121. "configActionCancelNode": {
  122. "background": "#f0f0f0",
  123. "border-radius": "4px",
  124. "width" : "80px",
  125. "height" : "40px",
  126. "line-height" : "40px",
  127. "margin-right" : "20px",
  128. "color" : "#666",
  129. "border" : "0px",
  130. "font-size" : "18px",
  131. "text-align" : "center",
  132. "cursor" : "pointer",
  133. "float" : "right"
  134. },
  135. "dealStartedWorkAction": {
  136. "color": "#0000FF",
  137. "cursor": "pointer"
  138. },
  139. "searchBarAreaNode": {
  140. //"margin": "0px 20px 0px 20px",
  141. "height": "32px",
  142. "overflow": "hidden",
  143. "float" : "right"
  144. },
  145. "searchBarNode": {
  146. "max-width": "500px",
  147. "height": "30px",
  148. "background-color": "#FFF",
  149. "border": "1px solid #ccc",
  150. //"border-radius":"10px",
  151. "float": "left"
  152. },
  153. "searchBarActionNode": {
  154. "width": "40px",
  155. "height": "30px",
  156. "background": "url(../x_component_Report/$Main/default/icon/search.png) center center no-repeat",
  157. "float": "left",
  158. "cursor": "pointer"
  159. },
  160. "searchBarResetActionNode": {
  161. "position" : "absolute",
  162. "top" : "0px",
  163. "right" : "0px",
  164. "width": "40px",
  165. "height": "30px",
  166. "background": "url(../x_component_Report/$Main/default/icon/icon_off.png) center center no-repeat",
  167. "cursor": "pointer"
  168. },
  169. "searchMoreActionNode": {
  170. "width": "40px",
  171. "height": "30px",
  172. "background": "url(../x_component_Report/$Main/default/icon/more.png) center center no-repeat",
  173. "float": "left",
  174. "cursor": "pointer"
  175. },
  176. "searchBarInputBoxNode": {
  177. "position" : "relative",
  178. "height": "30px",
  179. "line-height": "30px",
  180. "padding-left": "10px",
  181. "float" : "left",
  182. "width" : "310px"
  183. },
  184. "searchBarInputNode": {
  185. "-webkit-user-select": "text",
  186. "-moz-user-select": "text",
  187. "width": "100%",
  188. "height": "24px",
  189. "border": "0px",
  190. "color": "#666"
  191. }
  192. }