css.wcss 6.8 KB

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