css.wcss 5.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238
  1. {
  2. "toolbarNode": {
  3. "width":"100%",
  4. "overflow": "hidden",
  5. //"border-bottom": "1px solid #999",
  6. "height": "38px",
  7. "margin-bottom": "10px",
  8. "padding-left" :"5px",
  9. "background-color": "#EEE"
  10. },
  11. "toolbarItemNode": {
  12. //"width": "68px",
  13. "height": "25px",
  14. "line-height": "25px",
  15. "float": "left",
  16. "margin-left": "5px",
  17. "margin-top": "4px",
  18. "padding-right": "8px",
  19. "cursor": "pointer",
  20. "background-color": "#FFF",
  21. "border": "1px solid #AAA",
  22. "line-height": "normal",
  23. "color":"#666",
  24. "border-radius":"3px"
  25. },
  26. "toolbarItemRightNode": {
  27. //"width": "68px",
  28. "height": "25px",
  29. "line-height": "25px",
  30. "float": "right",
  31. "margin-right": "15px",
  32. "margin-top": "4px",
  33. "padding-right": "8px",
  34. "cursor": "pointer",
  35. "background-color": "#FFF",
  36. "border": "1px solid #AAA",
  37. "line-height": "normal",
  38. "color":"#666",
  39. "border-radius":"3px"
  40. },
  41. "toolbarItemNode_over": {
  42. "background-color": "#FFF",
  43. "border": "2px solid #FFF"
  44. },
  45. "toolbarItemNode_current": {
  46. "background-color": "#FFF",
  47. "border": "2px solid #FFF"
  48. },
  49. "toolbarItemNode_down": {
  50. "border-top": "2px solid #CCC",
  51. "border-left": "2px solid #CCC",
  52. "border-right": "2px solid #FFF",
  53. "border-bottom": "2px solid #FFF",
  54. "background-color": "#FFF"
  55. },
  56. "toolbarItemIconNode": {
  57. "width": "30px",
  58. "height": "25px",
  59. "float" :"left",
  60. "background-repeat": "no-repeat",
  61. "background-position": "8px center"
  62. },
  63. "toolbarItemTextNode": {
  64. "float":"left",
  65. "text-align": "left",
  66. "line-height" :"25px",
  67. "font-family": "Microsoft YaHei",
  68. "font-size": "14px"
  69. },
  70. "viewListNode": {
  71. "margin-left":"8px",
  72. "line-height": "24px"
  73. },
  74. "viewNode": {
  75. "float": "left",
  76. "margin-top" : "5px",
  77. "margin-left": "10px",
  78. "margin-right": "10px",
  79. "color": "#666",
  80. "cursor": "pointer",
  81. "font-size": "14px",
  82. "font-weight": "normal"
  83. },
  84. "viewNode_current": {
  85. "float": "left",
  86. "margin-top" : "5px",
  87. "margin-left": "10px",
  88. "margin-right": "10px",
  89. "color": "#666",
  90. "cursor": "pointer",
  91. "font-size": "16px",
  92. "font-weight": "bold"
  93. },
  94. "elementContentNode": {
  95. "overflow": "hidden",
  96. "position": "static",
  97. "margin": "0px 10px"
  98. },
  99. "elementContentListNode": {
  100. "overflow": "hidden",
  101. "padding-bottom": "20px",
  102. "margin-right": "10px"
  103. },
  104. "noElementNode": {
  105. "text-align": "center",
  106. "padding": "20px",
  107. "height": "60px",
  108. "line-height": "60px",
  109. "margin-top": "10px",
  110. "margin-left": "0px",
  111. "color": "#888",
  112. "cursor": "pointer",
  113. "font-size": "16px"
  114. },
  115. "listHeadNode": {
  116. "width":"100%",
  117. "height": "30px",
  118. "background-color": "#f1f3fc",
  119. "color": "#666666",
  120. "font-weight": "bold",
  121. "line-height": "30px",
  122. "font-family": "Microsoft YaHei",
  123. "font-size": "14px"
  124. },
  125. "normalThNode" : {
  126. "background-color" : "#f1f3fc",
  127. "text-align":"center",
  128. "height": "30px",
  129. "border-top": "1px solid #FFF"
  130. },
  131. "normalTdNode" : {
  132. "height": "30px",
  133. "text-align":"center",
  134. "overflow" : "hidden",
  135. //"font-weight" : "bold",
  136. "border-top": "1px solid #FFF",
  137. "border-bottom": "1px solid #CCC"
  138. },
  139. "sortIconNode" : {
  140. "height": "16px",
  141. "width": "16px",
  142. "line-height": "20px",
  143. "margin-top": "5px",
  144. //"float": "left",
  145. "display":"inline-block",
  146. "margin-right": "5px",
  147. "background-position" : "center center",
  148. "background-repeat" : "no-repeat",
  149. "background-image" : "url(../x_component_Attendance/$Explorer/default/icon/dblsort.gif)"
  150. },
  151. "sortIconNode_asc" : {
  152. "height": "16px",
  153. "width": "16px",
  154. "line-height": "20px",
  155. "margin-top": "5px",
  156. //"float": "left",
  157. "display":"inline-block",
  158. "margin-right": "5px",
  159. "background-position" : "center center",
  160. "background-repeat" : "no-repeat",
  161. "background-image" : "url(../x_component_Attendance/$Explorer/default/icon/dblasc.gif)"
  162. },
  163. "sortIconNode_desc" : {
  164. "height": "16px",
  165. "width": "16px",
  166. "line-height": "20px",
  167. "margin-top": "5px",
  168. //"float": "left",
  169. "display":"inline-block",
  170. "margin-right": "5px",
  171. "background-position" : "center center",
  172. "background-repeat" : "no-repeat",
  173. "background-image" : "url(../x_component_Attendance/$Explorer/default/icon/dbldesc.gif)"
  174. },
  175. "documentItemNode": {
  176. "overflow": "hidden",
  177. "background-color": "#fcfcfc",
  178. "min-height": "29px",
  179. "overflow": "hidden",
  180. "color": "#666666",
  181. //"line-height": "39px",
  182. "cursor": "pointer",
  183. "font-family": "Microsoft YaHei",
  184. "font-size": "12px"
  185. },
  186. "documentItemNode_noread": {
  187. "background-color": "#fcfcfc"
  188. },
  189. "documentItemDocumentNode_over": {
  190. "background-color": "#f5f6f7"
  191. },
  192. "documentItemDocumentNode_remove": {
  193. "background-color": "#ffcccc"
  194. },
  195. "documentItemDocumentNode":{
  196. "background-color": "#fcfcfc",
  197. "min-height": "29px",
  198. "overflow": "hidden",
  199. "color": "#666666",
  200. //"line-height": "39px",
  201. "cursor": "pointer",
  202. "font-family": "Microsoft YaHei",
  203. "font-size": "12px"
  204. },
  205. "actionDeleteNode": {
  206. "height": "20px",
  207. "border-radius": "3px",
  208. "border": "1px solid #666",
  209. "width": "20px",
  210. "line-height": "20px",
  211. "margin-top": "10px",
  212. "box-shadow": "1px 1px 2px #CCC",
  213. "color": "#888",
  214. "cursor": "pointer",
  215. "float": "left",
  216. "margin-right": "5px",
  217. "background": "url("+"../x_component_Attendance/$Explorer/default/icon/delete.png) no-repeat center center"
  218. },
  219. "actionDeleteNode_over":{
  220. "box-shadow": "1px 1px 2px #999",
  221. "background": "url("+"../x_component_Attendance/$Explorer/default/icon/delete_over.png) no-repeat center center",
  222. "background-color": "#666"
  223. },
  224. "actionDeleteNode_down":{
  225. "box-shadow": "-1px -1px 3px #999 inset"
  226. }
  227. }