css.wcss 6.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286
  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": "微软雅黑",
  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": "微软雅黑",
  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": "微软雅黑",
  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": "微软雅黑",
  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. "float": "left",
  181. "margin-right": "5px",
  182. "background": "url("+"/x_component_Attendance/$HolidayExplorer/default/icon/delete.png) no-repeat center center"
  183. },
  184. "actionDeleteNode_over":{
  185. "box-shadow": "1px 1px 2px #999",
  186. "background": "url("+"/x_component_Attendance/$HolidayExplorer/default/icon/delete_over.png) no-repeat center center",
  187. "background-color": "#666"
  188. },
  189. "actionDeleteNode_down":{
  190. "box-shadow": "-1px -1px 3px #999 inset"
  191. },
  192. "createMarkNode": {
  193. "width": "100%",
  194. "height": "100%",
  195. "opacity": 0.6,
  196. "position": "absolute",
  197. "background-color": "#CCC",
  198. "top": "0px",
  199. "left": "0px"
  200. },
  201. "createAreaNode": {
  202. "position": "absolute",
  203. "opacity": 0,
  204. "top": "0px"
  205. },
  206. "createNode": {
  207. "background-color": "#FFF",
  208. "width": "80%",
  209. "max-width": "600px",
  210. "box-shadow": "0px 0px 20px #999",
  211. "margin": "auto",
  212. "border-radius": "8px",
  213. "border": "6px solid #666",
  214. "overflow": "hidden"
  215. },
  216. "createNewNode": {
  217. "width": "47px",
  218. "height": "47px",
  219. "background": "url(/x_component_Attendance/$HolidayExplorer/default/icon/new.png) no-repeat"
  220. },
  221. "createIconNode": {
  222. "width": "47px",
  223. "height": "47px"
  224. },
  225. "createEditNode": {
  226. "width": "47px",
  227. "height": "47px"
  228. },
  229. "createFormNode": {
  230. "border-radius": "8px",
  231. "border": "0px solid #666",
  232. "width": "70%",
  233. "margin": "auto",
  234. "font-size": "16px",
  235. "color": "#666",
  236. "font-family": "微软雅黑"
  237. },
  238. "createOkActionNode": {
  239. "height": "30px",
  240. "width": "85px",
  241. "cursor": "pointer",
  242. "float": "right",
  243. "line-height": "30px",
  244. "padding-left": "65px",
  245. "font-size": "16px",
  246. "font-family": "微软雅黑",
  247. "border-radius": "3px",
  248. "border": "1px solid #354f67",
  249. "color": "#FFF",
  250. "margin-right": "20px",
  251. "margin-top": "20px",
  252. "box-shadow": "0px 0px 0px #666",
  253. "background": "url(/x_component_Attendance/$HolidayExplorer/default/icon/editOk_bg.png) no-repeat"
  254. },
  255. "createCancelActionNode": {
  256. "height": "30px",
  257. "width": "60px",
  258. "cursor": "pointer",
  259. "float": "right",
  260. "line-height": "30px",
  261. "padding-left": "40px",
  262. "font-size": "16px",
  263. "font-family": "微软雅黑",
  264. "border-radius": "3px",
  265. "color": "#FFF",
  266. "margin-top": "20px",
  267. "box-shadow": "0px 0px 0px #666",
  268. "border": "1px solid #999",
  269. "background": "url(/x_component_Attendance/$HolidayExplorer/default/icon/editCancel_bg.png) no-repeat"
  270. },
  271. "checkBox" : {
  272. "margin-right" : "5px",
  273. "font-size" : "14px"
  274. }
  275. }