css.wcss 8.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357
  1. {
  2. "rightContentNode": {
  3. "height": "100%",
  4. "margin-left": "280px",
  5. "margin-top": "10px",
  6. "margin-right": "10px",
  7. "margin-bottom": "10px",
  8. "overflow": "hidden",
  9. "background-color" : "#fff", //"#fcfcfc",
  10. "opacity": 1
  11. },
  12. "naviScrollNode" : {
  13. "overflow": "auto"
  14. },
  15. "naviAreaNode" : {
  16. },
  17. "naviNode": {
  18. "width": "270px",
  19. "height": "100%",
  20. "overflow": "hidden",
  21. // "border": "0px",
  22. // "border-radius": "0px",
  23. "float": "left",
  24. "position": "static",
  25. //"margin-right" : "-7px",
  26. //"background-color" : "#fcfcfc",
  27. "background-color" : "#fff", //"#476783"
  28. "box-shadow": "0px 2px 4px 0px rgba(0, 0, 0, 0.25)"
  29. },
  30. "naviMenuNode": {
  31. "display" : "block",
  32. "height": "40px",
  33. "margin": "0px",
  34. "line-height" :"40px",
  35. "font-family": "Microsoft YaHei",
  36. "font-size": "14px",
  37. "color" : "#333",
  38. "padding-left" : "13px",
  39. "background": "url(../x_component_Attendance/$Main/default/icon/triangle_down.png) no-repeat 15px center",
  40. "cursor": "pointer"
  41. },
  42. "naviMenuNode_collapse": {
  43. "background": "url(../x_component_Attendance/$Main/default/icon/triangle_right.png) no-repeat 15px center"
  44. },
  45. "naviMenuNode_normal": {
  46. "background-color" : "#fff",
  47. "color" : "#666666"
  48. },
  49. "naviMenuNode_over": {
  50. "background-color" : "#F2F5F7",
  51. "color" : "#666666"
  52. },
  53. "naviMenuTextNode": {
  54. "margin-left": "25px",
  55. "height": "40px",
  56. "line-height" :"40px"
  57. },
  58. "naviItemNode" : {
  59. "background-color" : "#fff",
  60. "cursor" : "pointer",
  61. //"color" : "#666",
  62. "color" : "#666666",
  63. "padding-left" : "40px",
  64. "height" : "40px",
  65. "line-height" : "40px",
  66. "font-family": "Microsoft YaHei",
  67. "font-size": "14px"
  68. //"text-shadow": "0px 0px 2px #fff"
  69. },
  70. "naviItemNode_current" : {
  71. "background-color" : "#F2F5F7",
  72. "cursor" : "pointer",
  73. //"color" : "#666",
  74. "color" : "#4A90E2",
  75. "padding-left" : "40px",
  76. "height" : "40px",
  77. "line-height" : "40px",
  78. "font-family": "Microsoft YaHei",
  79. "font-size": "14px"
  80. },
  81. "naviItemNode_over" : {
  82. "background-color" : "#F2F5F7",
  83. "color" : "#666666"
  84. //"text-shadow": "0px 0px 2px #fff"
  85. },
  86. "viewNaviSepartorNode" : {
  87. // "margin" : "10px auto",
  88. // "width" : "100%",
  89. // "border-bottom" : "1px solid #ddd"
  90. },
  91. "toolbarNode": {
  92. "width":"100%",
  93. "overflow": "hidden",
  94. "padding": "5px 10px 15px 0px",
  95. "background-color": "#F0F0F0",
  96. "border-bottom" : "1px solid #ddd"
  97. },
  98. "toolbarTextNode": {
  99. "height": "30px",
  100. "line-height": "30px",
  101. "float": "left",
  102. "padding-left": "8px",
  103. "color":"#666"
  104. },
  105. "toolbarItemNode": {
  106. "height": "30px",
  107. "line-height": "30px",
  108. "float": "left",
  109. "margin-left": "5px",
  110. "margin-right": "5px",
  111. "padding-right": "10px",
  112. "cursor": "pointer",
  113. "background-color": "#FFF",
  114. "border": "1px solid #fff",
  115. "color":"#666",
  116. "border-radius":"15px"
  117. },
  118. "toolbarItemRightNode": {
  119. "height": "30px",
  120. "line-height": "30px",
  121. "float": "right",
  122. "margin-right": "15px",
  123. "padding-right": "10px",
  124. "cursor": "pointer",
  125. "background-color": "#FFF",
  126. "border": "1px solid #fff",
  127. "color":"#666",
  128. "border-radius":"15px"
  129. },
  130. "toolbarItemNode_normal": {
  131. "color":"#666",
  132. "background-color": "#FFF",
  133. "border": "1px solid #FFF"
  134. },
  135. "toolbarItemNode_over": {
  136. "color":"#FFF",
  137. "background-color": "#4A90E2",
  138. "border": "1px solid #4A90E2"
  139. },
  140. "toolbarItemNode_current": {
  141. "background-color": "#4A90E2",
  142. "border": "1px solid #4A90E2"
  143. },
  144. "toolbarItemNode_down": {
  145. "background-color": "#4A90E2",
  146. "border": "1px solid #4A90E2"
  147. },
  148. "toolbarItemIconNode": {
  149. "width": "34px",
  150. "height": "30px",
  151. "float" :"left",
  152. "background-repeat": "no-repeat",
  153. "background-position": "10px center"
  154. },
  155. "toolbarItemTextNode": {
  156. "float":"left",
  157. "text-align": "left",
  158. "line-height" :"30px",
  159. "font-family": "Microsoft YaHei",
  160. "font-size": "14px"
  161. },
  162. "toolbarSeparatorNode": {
  163. "float":"left",
  164. "border-left" : "1px solid #fff"
  165. },
  166. "toolbarSep": {
  167. "float":"left",
  168. "border-left" : "1px solid #fff"
  169. },
  170. "toolbarContent" : {
  171. "float" : "left",
  172. // "border-bottom" : "1px solid #e8e8e8",
  173. // "height" :"30px",
  174. "overflow" : "hidden"
  175. },
  176. "toolbarContentItem" : {
  177. "cursor" : "pointer",
  178. "height": "30px",
  179. "line-height": "30px",
  180. "float": "left",
  181. "border" : "1px solid #fff",
  182. "background-color" : "#fff",
  183. "margin": "0px 5px",
  184. "border-radius": "15px",
  185. "padding-left": "8px",
  186. "padding-right": "8px",
  187. "color":"#666"
  188. },
  189. "fileterNode": {
  190. "overflow": "hidden",
  191. "min-height": "40px",
  192. "padding-left" :"15px",
  193. "padding-top" :"10px",
  194. "padding-bottom" :"10px",
  195. "background-color": "#F0F0F0",
  196. "border-bottom" : "1px solid #ddd"
  197. },
  198. "filterTable" : {
  199. "color" : "#666",
  200. "font-size" : "14px"
  201. },
  202. "filterTableTitle" : {
  203. "text-align" : "right"
  204. },
  205. "filterTableValue" : {
  206. "text-align" : "left"
  207. },
  208. "filterButton" :{
  209. "color": "#fff",
  210. "cursor" : "pointer",
  211. "height" : "26px",
  212. "line-height" : "26px",
  213. "padding": "0px 10px",
  214. "min-width": "40px",
  215. "background-color" : "#4A90E2",
  216. "border": "1px solid #528BCC",
  217. "border-radius": "15px"
  218. },
  219. "elementContentNode": {
  220. "overflow": "hidden",
  221. "position": "static"
  222. },
  223. "elementContentListNode": {
  224. "overflow": "hidden",
  225. "margin": "20px"
  226. },
  227. "noElementNode": {
  228. "text-align": "center",
  229. "padding": "20px",
  230. "height": "60px",
  231. "line-height": "60px",
  232. "margin-top": "10px",
  233. "margin-left": "0px",
  234. "color": "#888",
  235. "cursor": "pointer",
  236. "font-size": "16px"
  237. },
  238. "listHeadNode": {
  239. "width":"100%",
  240. "height": "40px",
  241. "background-color": "#F7F7F7",
  242. "color": "#666666",
  243. "font-weight": "normal",
  244. "line-height": "40px",
  245. "font-family": "Microsoft YaHei",
  246. "font-size": "15px"
  247. },
  248. "normalThNode" : {
  249. "background-color" : "#F7F7F7",
  250. "text-align":"center",
  251. "line-height": "24px",
  252. "padding": "8px 0px",
  253. "font-weight": "normal",
  254. "border-top": "1px solid #FFF",
  255. "border-bottom": "1px solid #E6E6E6"
  256. },
  257. "normalTdNode" : {
  258. "height": "39px",
  259. "text-align":"center",
  260. "overflow" : "hidden",
  261. // "box-shadow": "0px -1px 0px 0px #E6E6E6",
  262. "border-bottom": "1px solid #E6E6E6"
  263. },
  264. "sortIconNode" : {
  265. "height": "16px",
  266. "width": "16px",
  267. "line-height": "20px",
  268. "margin-top": "5px",
  269. //"float": "left",
  270. "display":"inline-block",
  271. "margin-right": "5px",
  272. "background-position" : "center center",
  273. "background-repeat" : "no-repeat",
  274. "background-image" : "url(../x_component_Attendance/$Explorer/default/icon/dblsort.gif)"
  275. },
  276. "sortIconNode_asc" : {
  277. "height": "16px",
  278. "width": "16px",
  279. "line-height": "20px",
  280. "margin-top": "5px",
  281. //"float": "left",
  282. "display":"inline-block",
  283. "margin-right": "5px",
  284. "background-position" : "center center",
  285. "background-repeat" : "no-repeat",
  286. "background-image" : "url(../x_component_Attendance/$Explorer/default/icon/dblasc.gif)"
  287. },
  288. "sortIconNode_desc" : {
  289. "height": "16px",
  290. "width": "16px",
  291. "line-height": "20px",
  292. "margin-top": "5px",
  293. //"float": "left",
  294. "display":"inline-block",
  295. "margin-right": "5px",
  296. "background-position" : "center center",
  297. "background-repeat" : "no-repeat",
  298. "background-image" : "url(../x_component_Attendance/$Explorer/default/icon/dbldesc.gif)"
  299. },
  300. "documentItemNode": {
  301. "overflow": "hidden",
  302. "background-color": "#fff",
  303. "min-height": "29px",
  304. "color": "#666666",
  305. //"line-height": "39px",
  306. //"cursor": "pointer",
  307. "font-family": "Microsoft YaHei",
  308. "font-size": "14px"
  309. },
  310. "documentItemNode_noread": {
  311. "background-color": "#fcfcfc"
  312. },
  313. "documentItemDocumentNode_over": {
  314. "background-color": "#F7F7F7"
  315. },
  316. "documentItemDocumentNode_remove": {
  317. "background-color": "#ffcccc"
  318. },
  319. "documentItemDocumentNode":{
  320. "background-color": "#fff",
  321. "min-height": "29px",
  322. "overflow": "hidden",
  323. "color": "#666666",
  324. //"line-height": "39px",
  325. //"cursor": "pointer",
  326. "font-family": "Microsoft YaHei",
  327. "font-size": "14px"
  328. },
  329. "documentActionNode": {
  330. "height": "20px",
  331. "border-radius": "3px",
  332. "width": "20px",
  333. "line-height": "20px",
  334. "color": "#888",
  335. "cursor": "pointer",
  336. "display": "inline-block",
  337. "margin-right": "5px",
  338. "background-repeat": "no-repeat",
  339. "background-position": "center center",
  340. "font-size": "14px"
  341. },
  342. "documentActionNode_over":{
  343. },
  344. "actionDenyNode_down":{
  345. }
  346. }