css.wcss 10.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412
  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. "editTableHead" : {
  117. "height": "50px",
  118. "line-height": "50px",
  119. "text-align": "center",
  120. "min-width": "80px",
  121. "font-size":"20px",
  122. "font-weight": "bold"
  123. },
  124. "editTableTitle" : {
  125. "height": "30px",
  126. "line-height": "30px",
  127. "text-align": "left"
  128. },
  129. "editTableValue" : {
  130. "text-align": "left"
  131. },
  132. "inputStyle" : {
  133. "width": "99%",
  134. "border":"1px solid #999",
  135. "background-color":"#FFF",
  136. "border-radius": "3px",
  137. "box-shadow": "0px 0px 6px #CCC",
  138. "height": "26px"
  139. },
  140. "inputTextAreaStyle" : {
  141. "width": "99%",
  142. "border":"1px solid #999",
  143. "background-color":"#FFF",
  144. "border-radius": "3px",
  145. "box-shadow": "0px 0px 6px #CCC",
  146. "height": "40px"
  147. },
  148. "inputTimeStyle" : {
  149. "width": "99%",
  150. "border":"1px solid #999",
  151. "background":"url(/x_component_Attendance/$SelfHoliday/default/icon/calendar.png) 98% center no-repeat",
  152. "border-radius": "3px",
  153. "box-shadow": "0px 0px 6px #CCC",
  154. "height": "26px"
  155. },
  156. "inputPersonStyle" : {
  157. "width": "99%",
  158. "border":"1px solid #999",
  159. "background":"url(/x_component_Attendance/$SelfHoliday/default/icon/selectperson.png) 98% center no-repeat",
  160. "border-radius": "3px",
  161. "box-shadow": "0px 0px 6px #CCC",
  162. "height": "26px"
  163. },
  164. "listHeadNode": {
  165. "width":"100%",
  166. "height": "30px",
  167. "background-color": "#f1f3fc",
  168. "color": "#666666",
  169. "font-weight": "bold",
  170. "line-height": "30px",
  171. "font-family": "Microsoft YaHei",
  172. "font-size": "14px"
  173. },
  174. "normalThNode" : {
  175. "background-color" : "#f1f3fc",
  176. "text-align":"center",
  177. "height": "30px",
  178. "border-top": "1px solid #FFF"
  179. },
  180. "normalTdNode" : {
  181. "height": "30px",
  182. "text-align":"center",
  183. "overflow" : "hidden",
  184. //"font-weight" : "bold",
  185. "border-top": "1px solid #FFF",
  186. "border-bottom": "1px solid #CCC"
  187. },
  188. "documentItemNode": {
  189. "overflow": "hidden",
  190. "background-color": "#fcfcfc",
  191. "min-height": "29px",
  192. "overflow": "hidden",
  193. "color": "#666666",
  194. //"line-height": "39px",
  195. "cursor": "pointer",
  196. "font-family": "Microsoft YaHei",
  197. "font-size": "12px"
  198. },
  199. "documentItemNode_noread": {
  200. "background-color": "#fcfcfc"
  201. },
  202. "documentItemDocumentNode_over": {
  203. "background-color": "#f5f6f7"
  204. },
  205. "documentItemDocumentNode_remove": {
  206. "background-color": "#ffcccc"
  207. },
  208. "documentItemDocumentNode":{
  209. "background-color": "#fcfcfc",
  210. "min-height": "29px",
  211. "overflow": "hidden",
  212. "color": "#666666",
  213. //"line-height": "39px",
  214. "cursor": "pointer",
  215. "font-family": "Microsoft YaHei",
  216. "font-size": "12px"
  217. },
  218. "actionDeleteNode": {
  219. "height": "20px",
  220. "border-radius": "3px",
  221. "border": "1px solid #666",
  222. "width": "20px",
  223. "line-height": "20px",
  224. "box-shadow": "1px 1px 2px #CCC",
  225. "color": "#888",
  226. "cursor": "pointer",
  227. "background": "url("+"/x_component_Attendance/$StatisticsCycle/default/icon/delete.png) no-repeat center center"
  228. },
  229. "actionDeleteNode_over":{
  230. "box-shadow": "1px 1px 2px #999",
  231. "background": "url("+"/x_component_Attendance/$StatisticsCycle/default/icon/delete_over.png) no-repeat center center",
  232. "background-color": "#666"
  233. },
  234. "actionDeleteNode_down":{
  235. "box-shadow": "-1px -1px 3px #999 inset"
  236. },
  237. "createMarkNode": {
  238. "width": "100%",
  239. "height": "100%",
  240. "opacity": 0.6,
  241. "position": "absolute",
  242. "background-color": "#CCC",
  243. "top": "0px",
  244. "left": "0px"
  245. },
  246. "createAreaNode": {
  247. "position": "absolute",
  248. "opacity": 0,
  249. "top": "0px"
  250. },
  251. "createNode": {
  252. "background-color": "#FFF",
  253. "width": "80%",
  254. "max-width": "600px",
  255. "box-shadow": "0px 0px 20px #999",
  256. "margin": "auto",
  257. "border-radius": "8px",
  258. "border": "6px solid #666",
  259. "overflow": "hidden"
  260. },
  261. "createNewNode": {
  262. "width": "47px",
  263. "height": "47px",
  264. "background": "url(/x_component_Attendance/$StatisticsCycle/default/icon/new.png) no-repeat"
  265. },
  266. "createIconNode": {
  267. "width": "47px",
  268. "height": "47px"
  269. },
  270. "createEditNode": {
  271. "width": "47px",
  272. "height": "47px"
  273. },
  274. "createFormNode": {
  275. "border-radius": "8px",
  276. "border": "0px solid #666",
  277. "width": "70%",
  278. "margin": "auto",
  279. "font-size": "16px",
  280. "color": "#666",
  281. "font-family": "Microsoft YaHei"
  282. },
  283. "createOkActionNode": {
  284. "height": "30px",
  285. "width": "85px",
  286. "cursor": "pointer",
  287. "float": "right",
  288. "line-height": "30px",
  289. "padding-left": "65px",
  290. "font-size": "16px",
  291. "font-family": "Microsoft YaHei",
  292. "border-radius": "3px",
  293. "border": "1px solid #354f67",
  294. "color": "#FFF",
  295. "margin-right": "20px",
  296. "margin-top": "20px",
  297. "box-shadow": "0px 0px 0px #666",
  298. "background": "url(/x_component_Attendance/$StatisticsCycle/default/icon/editOk_bg.png) no-repeat"
  299. },
  300. "createCancelActionNode": {
  301. "height": "30px",
  302. "width": "60px",
  303. "cursor": "pointer",
  304. "float": "right",
  305. "line-height": "30px",
  306. "padding-left": "40px",
  307. "font-size": "16px",
  308. "font-family": "Microsoft YaHei",
  309. "border-radius": "3px",
  310. "color": "#FFF",
  311. "margin-top": "20px",
  312. "box-shadow": "0px 0px 0px #666",
  313. "border": "1px solid #999",
  314. "background": "url(/x_component_Attendance/$StatisticsCycle/default/icon/editCancel_bg.png) no-repeat"
  315. },
  316. "checkBox" : {
  317. "margin-right" : "5px",
  318. "font-size" : "14px"
  319. },
  320. "formMaskNode": {
  321. "width": "100%",
  322. "height": "100%",
  323. "opacity": 0.6,
  324. "position": "absolute",
  325. "background-color": "#CCC",
  326. "top": "0px",
  327. "left": "0px"
  328. },
  329. "formAreaNode": {
  330. "position": "absolute",
  331. "opacity": 0,
  332. "top": "0px"
  333. },
  334. "formNode": {
  335. "background-color": "#FFF",
  336. "width": "80%",
  337. "max-width": "600px",
  338. "box-shadow": "0px 0px 20px #999",
  339. "margin": "auto",
  340. "border-radius": "8px",
  341. "border": "6px solid #666",
  342. "overflow": "hidden"
  343. },
  344. "formNewNode": {
  345. "width": "47px",
  346. "height": "47px",
  347. "background": "url(/x_component_Template/$Explorer/default/icon/new.png) no-repeat"
  348. },
  349. "formIconNode": {
  350. "width": "47px",
  351. "height": "47px"
  352. },
  353. "formEditNode": {
  354. "width": "47px",
  355. "height": "47px"
  356. },
  357. "formFormNode": {
  358. "border-radius": "8px",
  359. "border": "0px solid #666",
  360. "width": "70%",
  361. "margin": "auto",
  362. "font-size": "16px",
  363. "color": "#666",
  364. "font-family": "Microsoft YaHei"
  365. },
  366. "formOkActionNode": {
  367. "height": "30px",
  368. "width": "85px",
  369. "cursor": "pointer",
  370. "float": "right",
  371. "line-height": "30px",
  372. "padding-left": "65px",
  373. "font-size": "16px",
  374. "font-family": "Microsoft YaHei",
  375. "border-radius": "3px",
  376. "border": "1px solid #354f67",
  377. "color": "#FFF",
  378. "margin-right": "20px",
  379. "margin-top": "20px",
  380. "box-shadow": "0px 0px 0px #666",
  381. "background": "url(/x_component_Template/$Explorer/default/icon/editOk_bg.png) no-repeat"
  382. },
  383. "formCancelActionNode": {
  384. "height": "30px",
  385. "width": "60px",
  386. "cursor": "pointer",
  387. "float": "right",
  388. "line-height": "30px",
  389. "padding-left": "40px",
  390. "font-size": "16px",
  391. "font-family": "Microsoft YaHei",
  392. "border-radius": "3px",
  393. "color": "#FFF",
  394. "margin-top": "20px",
  395. "box-shadow": "0px 0px 0px #666",
  396. "border": "1px solid #999",
  397. "background": "url(/x_component_Template/$Explorer/default/icon/editCancel_bg.png) no-repeat"
  398. }
  399. }