css.wcss 6.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283
  1. {
  2. "toolbarNode": {
  3. "width":"100%",
  4. "overflow": "hidden",
  5. //"border-bottom": "1px solid #999",
  6. "margin-left" : "1px",
  7. "height": "38px",
  8. "margin-bottom": "10px",
  9. "padding-left" :"5px",
  10. "background-color": "#476783" //"#EEE"
  11. },
  12. "toolbarItemNode": {
  13. //"width": "68px",
  14. "height": "25px",
  15. "line-height": "25px",
  16. "float": "left",
  17. "margin-left": "5px",
  18. "margin-top": "4px",
  19. "padding-right": "8px",
  20. "cursor": "pointer",
  21. "background-color": "#FFF",
  22. "border": "1px solid #AAA",
  23. "line-height": "normal",
  24. "color":"#666",
  25. "border-radius":"3px"
  26. },
  27. "toolbarItemRightNode": {
  28. //"width": "68px",
  29. "height": "25px",
  30. "line-height": "25px",
  31. "float": "right",
  32. "margin-right": "15px",
  33. "margin-top": "4px",
  34. "padding-right": "8px",
  35. "cursor": "pointer",
  36. "background-color": "#FFF",
  37. "border": "1px solid #AAA",
  38. "line-height": "normal",
  39. "color":"#666",
  40. "border-radius":"3px"
  41. },
  42. "toolbarItemNode_over": {
  43. "background-color": "#FFF",
  44. "border": "2px solid #FFF"
  45. },
  46. "toolbarItemNode_current": {
  47. "background-color": "#FFF",
  48. "border": "2px solid #FFF"
  49. },
  50. "toolbarItemNode_down": {
  51. "border-top": "2px solid #CCC",
  52. "border-left": "2px solid #CCC",
  53. "border-right": "2px solid #FFF",
  54. "border-bottom": "2px solid #FFF",
  55. "background-color": "#FFF"
  56. },
  57. "toolbarItemIconNode": {
  58. "width": "30px",
  59. "height": "25px",
  60. "float" :"left",
  61. "background-repeat": "no-repeat",
  62. "background-position": "8px center"
  63. },
  64. "toolbarItemTextNode": {
  65. "float":"left",
  66. "text-align": "left",
  67. "line-height" :"25px",
  68. "font-family": "Microsoft YaHei",
  69. "font-size": "14px"
  70. },
  71. "viewListNode": {
  72. "margin-left":"8px",
  73. "line-height": "24px"
  74. },
  75. "viewNode": {
  76. "float": "left",
  77. "margin-top" : "5px",
  78. "margin-left": "10px",
  79. "margin-right": "10px",
  80. "color": "#666",
  81. "cursor": "pointer",
  82. "font-size": "14px",
  83. "font-weight": "normal"
  84. },
  85. "viewNode_current": {
  86. "float": "left",
  87. "margin-top" : "5px",
  88. "margin-left": "10px",
  89. "margin-right": "10px",
  90. "color": "#666",
  91. "cursor": "pointer",
  92. "font-size": "16px",
  93. "font-weight": "bold"
  94. },
  95. "elementContentNode": {
  96. "overflow": "hidden",
  97. "position": "static",
  98. "margin": "0px 10px"
  99. },
  100. "elementContentListNode": {
  101. "overflow": "hidden",
  102. "padding-bottom": "20px",
  103. "margin-right": "10px"
  104. },
  105. "noElementNode": {
  106. "text-align": "center",
  107. "padding": "20px",
  108. "height": "60px",
  109. "line-height": "60px",
  110. "margin-top": "10px",
  111. "margin-left": "0px",
  112. "color": "#888",
  113. "cursor": "pointer",
  114. "font-size": "16px"
  115. },
  116. "listHeadNode": {
  117. "width":"100%",
  118. "height": "30px",
  119. "background-color": "#f1f3fc",
  120. "color": "#666666",
  121. "font-weight": "bold",
  122. "line-height": "30px",
  123. "font-family": "Microsoft YaHei",
  124. "font-size": "14px"
  125. },
  126. "normalThNode" : {
  127. "background-color" : "#f1f3fc",
  128. "text-align":"center",
  129. "height": "30px",
  130. "border-top": "1px solid #FFF"
  131. },
  132. "normalTdNode" : {
  133. "height": "30px",
  134. "text-align":"center",
  135. "overflow" : "hidden",
  136. //"font-weight" : "bold",
  137. "border-top": "1px solid #FFF",
  138. "border-bottom": "1px solid #CCC"
  139. },
  140. "documentItemNode": {
  141. "overflow": "hidden",
  142. "background-color": "#fcfcfc",
  143. "min-height": "29px",
  144. "overflow": "hidden",
  145. "color": "#666666",
  146. //"line-height": "39px",
  147. "cursor": "pointer",
  148. "font-family": "Microsoft YaHei",
  149. "font-size": "12px"
  150. },
  151. "documentItemNode_noread": {
  152. "background-color": "#fcfcfc"
  153. },
  154. "documentItemDocumentNode_over": {
  155. "background-color": "#f5f6f7"
  156. },
  157. "documentItemDocumentNode_remove": {
  158. "background-color": "#ffcccc"
  159. },
  160. "documentItemDocumentNode":{
  161. "background-color": "#fcfcfc",
  162. "min-height": "29px",
  163. "overflow": "hidden",
  164. "color": "#666666",
  165. //"line-height": "39px",
  166. "cursor": "pointer",
  167. "font-family": "Microsoft YaHei",
  168. "font-size": "12px"
  169. },
  170. "actionDeleteNode": {
  171. "height": "20px",
  172. "border-radius": "3px",
  173. "border": "1px solid #666",
  174. "width": "20px",
  175. "line-height": "20px",
  176. "box-shadow": "1px 1px 2px #CCC",
  177. "color": "#888",
  178. "cursor": "pointer",
  179. "background": "url("+"../x_component_Attendance/$PermissionExplorer/default/icon/delete.png) no-repeat center center"
  180. },
  181. "actionDeleteNode_over":{
  182. "box-shadow": "1px 1px 2px #999",
  183. "background": "url("+"../x_component_Attendance/$PermissionExplorer/default/icon/delete_over.png) no-repeat center center",
  184. "background-color": "#666"
  185. },
  186. "actionDeleteNode_down":{
  187. "box-shadow": "-1px -1px 3px #999 inset"
  188. },
  189. "formMaskNode": {
  190. "width": "100%",
  191. "height": "100%",
  192. "opacity": 0.6,
  193. "position": "absolute",
  194. "background-color": "#CCC",
  195. "top": "0px",
  196. "left": "0px"
  197. },
  198. "formAreaNode": {
  199. "position": "absolute",
  200. "opacity": 0,
  201. "top": "0px"
  202. },
  203. "formNode": {
  204. "background-color": "#FFF",
  205. "width": "80%",
  206. "max-width": "600px",
  207. "box-shadow": "0px 0px 20px #999",
  208. "margin": "auto",
  209. "border-radius": "8px",
  210. "border": "6px solid #666",
  211. "overflow": "hidden"
  212. },
  213. "formNewNode": {
  214. "width": "47px",
  215. "height": "47px",
  216. "background": "url(../x_component_Template/$Explorer/default/icon/new.png) no-repeat"
  217. },
  218. "formIconNode": {
  219. "width": "47px",
  220. "height": "47px"
  221. },
  222. "formEditNode": {
  223. "width": "47px",
  224. "height": "47px"
  225. },
  226. "formFormNode": {
  227. "border-radius": "8px",
  228. "border": "0px solid #666",
  229. "width": "70%",
  230. "margin": "auto",
  231. "font-size": "16px",
  232. "color": "#666",
  233. "font-family": "Microsoft YaHei"
  234. },
  235. "formOkActionNode": {
  236. "height": "30px",
  237. "width": "85px",
  238. "cursor": "pointer",
  239. "float": "right",
  240. "line-height": "30px",
  241. "padding-left": "65px",
  242. "font-size": "16px",
  243. "font-family": "Microsoft YaHei",
  244. "border-radius": "3px",
  245. "border": "1px solid #354f67",
  246. "color": "#FFF",
  247. "margin-right": "20px",
  248. "margin-top": "20px",
  249. "box-shadow": "0px 0px 0px #666",
  250. "background": "url(../x_component_Template/$Explorer/default/icon/editOk_bg.png) no-repeat"
  251. },
  252. "formCancelActionNode": {
  253. "height": "30px",
  254. "width": "60px",
  255. "cursor": "pointer",
  256. "float": "right",
  257. "line-height": "30px",
  258. "padding-left": "40px",
  259. "font-size": "16px",
  260. "font-family": "Microsoft YaHei",
  261. "border-radius": "3px",
  262. "color": "#FFF",
  263. "margin-top": "20px",
  264. "box-shadow": "0px 0px 0px #666",
  265. "border": "1px solid #999",
  266. "background": "url(../x_component_Template/$Explorer/default/icon/editCancel_bg.png) no-repeat"
  267. },
  268. "checkBox" : {
  269. "margin-right" : "5px",
  270. "font-size" : "14px"
  271. }
  272. }