css.wcss 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447
  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. "toolbarTextNode": {
  13. "height": "25px",
  14. "line-height": "25px",
  15. "float": "left",
  16. "margin-top": "4px",
  17. "padding-left": "8px",
  18. "padding-right": "8px",
  19. //"background-color": "#FFF",
  20. //"border": "1px solid #AAA",
  21. "line-height": "normal",
  22. "color":"#fff"
  23. // "border-radius":"3px"
  24. },
  25. "toolbarItemNode": {
  26. //"width": "68px",
  27. "height": "25px",
  28. "line-height": "25px",
  29. "float": "left",
  30. "margin-left": "5px",
  31. "margin-top": "4px",
  32. "padding-right": "8px",
  33. "cursor": "pointer",
  34. "background-color": "#FFF",
  35. "border": "1px solid #AAA",
  36. "line-height": "normal",
  37. "color":"#666",
  38. "border-radius":"3px"
  39. },
  40. "toolbarItemRightNode": {
  41. //"width": "68px",
  42. "height": "25px",
  43. "line-height": "25px",
  44. "float": "right",
  45. "margin-right": "15px",
  46. "margin-top": "4px",
  47. "padding-right": "8px",
  48. "cursor": "pointer",
  49. "background-color": "#FFF",
  50. "border": "1px solid #AAA",
  51. "line-height": "normal",
  52. "color":"#666",
  53. "border-radius":"3px"
  54. },
  55. "toolbarItemNode_over": {
  56. "background-color": "#FFF",
  57. "border": "2px solid #FFF"
  58. },
  59. "toolbarItemNode_current": {
  60. "background-color": "#FFF",
  61. "border": "2px solid #FFF"
  62. },
  63. "toolbarItemNode_down": {
  64. "border-top": "2px solid #CCC",
  65. "border-left": "2px solid #CCC",
  66. "border-right": "2px solid #FFF",
  67. "border-bottom": "2px solid #FFF",
  68. "background-color": "#FFF"
  69. },
  70. "toolbarItemIconNode": {
  71. "width": "30px",
  72. "height": "25px",
  73. "float" :"left",
  74. "background-repeat": "no-repeat",
  75. "background-position": "8px center"
  76. },
  77. "toolbarItemTextNode": {
  78. "float":"left",
  79. "text-align": "left",
  80. "line-height" :"25px",
  81. "font-family": "Microsoft YaHei",
  82. "font-size": "14px"
  83. },
  84. "fileterNode": {
  85. "overflow": "hidden",
  86. //"border-bottom": "1px solid #999",
  87. "margin-left" : "10px",
  88. "margin-right" : "20px",
  89. "height": "38px",
  90. "margin-bottom": "5px",
  91. "margin-top": "5px",
  92. "padding-left" :"5px",
  93. "background-color": "#fff",
  94. "border-bottom" : "1px solid #ddd"
  95. //"background-color": "#EEE"
  96. },
  97. "filterTable" : {
  98. "width" : "300px",
  99. "color" : "#666",
  100. "font-size" : "14px"
  101. },
  102. "filterTableTitle" : {
  103. "text-align" : "right"
  104. },
  105. "filterTableValue" : {
  106. "text-align" : "left"
  107. },
  108. "filterButton" :{
  109. "cursor" : "pointer",
  110. "height" : "24px",
  111. "line-height" : "24px",
  112. "background-color" : "#fff",
  113. "border" : "1px solid #ccc"
  114. },
  115. "viewListNode": {
  116. "margin-left":"8px",
  117. "line-height": "24px"
  118. },
  119. "viewNode": {
  120. "float": "left",
  121. "margin-top" : "5px",
  122. "margin-left": "10px",
  123. "margin-right": "10px",
  124. "color": "#666",
  125. "cursor": "pointer",
  126. "font-size": "14px",
  127. "font-weight": "normal"
  128. },
  129. "viewNode_current": {
  130. "float": "left",
  131. "margin-top" : "5px",
  132. "margin-left": "10px",
  133. "margin-right": "10px",
  134. "color": "#666",
  135. "cursor": "pointer",
  136. "font-size": "16px",
  137. "font-weight": "bold"
  138. },
  139. "elementContentNode": {
  140. "overflow": "hidden",
  141. "position": "static",
  142. "margin": "0px 10px"
  143. },
  144. "elementContentListNode": {
  145. "overflow": "hidden",
  146. "padding-bottom": "20px",
  147. "margin-right": "10px"
  148. },
  149. "noElementNode": {
  150. "text-align": "center",
  151. "padding": "20px",
  152. "height": "60px",
  153. "line-height": "60px",
  154. "margin-top": "10px",
  155. "margin-left": "0px",
  156. "color": "#888",
  157. "cursor": "pointer",
  158. "font-size": "16px"
  159. },
  160. "listHeadNode": {
  161. "width":"100%",
  162. "height": "30px",
  163. "background-color": "#f1f3fc",
  164. "color": "#666666",
  165. "font-weight": "bold",
  166. "line-height": "30px",
  167. "font-family": "Microsoft YaHei",
  168. "font-size": "14px"
  169. },
  170. "normalThNode" : {
  171. "background-color" : "#f1f3fc",
  172. "text-align":"center",
  173. "height": "30px",
  174. "border-top": "1px solid #FFF"
  175. },
  176. "normalTdNode" : {
  177. "height": "30px",
  178. "text-align":"center",
  179. "overflow" : "hidden",
  180. //"font-weight" : "bold",
  181. "border-top": "1px solid #FFF",
  182. "border-bottom": "1px solid #CCC"
  183. },
  184. "documentItemNode": {
  185. "overflow": "hidden",
  186. "background-color": "#fcfcfc",
  187. "min-height": "29px",
  188. "overflow": "hidden",
  189. "color": "#666666",
  190. //"line-height": "39px",
  191. "cursor": "pointer",
  192. "font-family": "Microsoft YaHei",
  193. "font-size": "12px"
  194. },
  195. "documentItemNode_noread": {
  196. "background-color": "#fcfcfc"
  197. },
  198. "documentItemDocumentNode_over": {
  199. "background-color": "#f5f6f7"
  200. },
  201. "documentItemDocumentNode_remove": {
  202. "background-color": "#ffcccc"
  203. },
  204. "documentItemDocumentNode":{
  205. "background-color": "#fcfcfc",
  206. "min-height": "29px",
  207. "overflow": "hidden",
  208. "color": "#666666",
  209. //"line-height": "39px",
  210. "cursor": "pointer",
  211. "font-family": "Microsoft YaHei",
  212. "font-size": "12px"
  213. },
  214. // "actionDeleteNode": {
  215. // "height": "20px",
  216. // "border-radius": "3px",
  217. // "border": "1px solid #666",
  218. // "width": "20px",
  219. // "line-height": "20px",
  220. // "box-shadow": "1px 1px 2px #CCC",
  221. // "color": "#888",
  222. // "cursor": "pointer",
  223. // "background": "url("+"../x_component_Attendance/$PermissionExplorer/default/icon/delete.png) no-repeat center center"
  224. // },
  225. // "actionDeleteNode_over":{
  226. // "box-shadow": "1px 1px 2px #999",
  227. // "background": "url("+"../x_component_Attendance/$PermissionExplorer/default/icon/delete_over.png) no-repeat center center",
  228. // "background-color": "#666"
  229. // },
  230. // "actionDeleteNode_down":{
  231. // "box-shadow": "-1px -1px 3px #999 inset"
  232. // },
  233. "actionAgreeNode": {
  234. "height": "20px",
  235. "border-radius": "3px",
  236. "border": "1px solid #666",
  237. "width": "20px",
  238. "line-height": "20px",
  239. "box-shadow": "1px 1px 2px #CCC",
  240. "color": "#888",
  241. "cursor": "pointer",
  242. "float": "left",
  243. "margin-right": "5px",
  244. "background": "url("+"../x_component_Attendance/$AbnormalExport/default/icon/agree.png) no-repeat center center"
  245. },
  246. "actionAgreeNode_over":{
  247. "box-shadow": "1px 1px 2px #999",
  248. "background": "url("+"../x_component_Attendance/$AbnormalExport/default/icon/agree_over.png) no-repeat center center",
  249. "background-color": "#666"
  250. },
  251. "actionAgreeNode_down":{
  252. "box-shadow": "-1px -1px 3px #999 inset"
  253. },
  254. "actionDenyNode": {
  255. "height": "20px",
  256. "border-radius": "3px",
  257. "border": "1px solid #666",
  258. "width": "20px",
  259. "line-height": "20px",
  260. "box-shadow": "1px 1px 2px #CCC",
  261. "color": "#888",
  262. "cursor": "pointer",
  263. "float": "left",
  264. "margin-right": "5px",
  265. "background": "url("+"../x_component_Attendance/$AbnormalExport/default/icon/deny.png) no-repeat center center"
  266. },
  267. "actionDenyNode_over":{
  268. "box-shadow": "1px 1px 2px #999",
  269. "background": "url("+"../x_component_Attendance/$AbnormalExport/default/icon/deny_over.png) no-repeat center center",
  270. "background-color": "#666"
  271. },
  272. "actionDenyNode_down":{
  273. "box-shadow": "-1px -1px 3px #999 inset"
  274. },
  275. "createMarkNode": {
  276. "width": "100%",
  277. "height": "100%",
  278. "opacity": 0.6,
  279. "position": "absolute",
  280. "background-color": "#CCC",
  281. "top": "0px",
  282. "left": "0px"
  283. },
  284. "createAreaNode": {
  285. "position": "absolute",
  286. "opacity": 0,
  287. "top": "0px"
  288. },
  289. "createNode": {
  290. "background-color": "#FFF",
  291. "width": "80%",
  292. "max-width": "600px",
  293. "box-shadow": "0px 0px 20px #999",
  294. "margin": "auto",
  295. "border-radius": "8px",
  296. "border": "6px solid #666",
  297. "overflow": "hidden"
  298. },
  299. "createNewNode": {
  300. "width": "47px",
  301. "height": "47px",
  302. "background": "url(../x_component_Attendance/$PermissionExplorer/default/icon/new.png) no-repeat"
  303. },
  304. "createIconNode": {
  305. "width": "47px",
  306. "height": "47px"
  307. },
  308. "createEditNode": {
  309. "width": "47px",
  310. "height": "47px"
  311. },
  312. "createFormNode": {
  313. "border-radius": "8px",
  314. "border": "0px solid #666",
  315. "width": "70%",
  316. "margin": "auto",
  317. "font-size": "16px",
  318. "color": "#666",
  319. "font-family": "Microsoft YaHei"
  320. },
  321. "createTableContainer" : {
  322. "overflow" : "hidden",
  323. //"margin-bottom" : "10px",
  324. "overflow" : "hidden"
  325. },
  326. "createTableArea" : {
  327. },
  328. "editTableHead" : {
  329. "height": "50px",
  330. "line-height": "50px",
  331. "text-align": "center",
  332. "min-width": "80px",
  333. "font-size":"20px",
  334. "font-weight": "bold"
  335. },
  336. "editTableTitle" : {
  337. "height": "30px",
  338. "line-height": "30px",
  339. "text-align": "left"
  340. },
  341. "editTableValue" : {
  342. "text-align": "left"
  343. },
  344. "inputStyle" : {
  345. "width": "99%",
  346. "border":"1px solid #999",
  347. "background-color":"#FFF",
  348. "border-radius": "3px",
  349. "box-shadow": "0px 0px 6px #CCC",
  350. "height": "26px"
  351. },
  352. "inputTextAreaStyle" : {
  353. "width": "99%",
  354. "border":"1px solid #999",
  355. "background-color":"#FFF",
  356. "border-radius": "3px",
  357. "box-shadow": "0px 0px 6px #CCC",
  358. "height": "40px"
  359. },
  360. "inputTimeStyle" : {
  361. "width": "99%",
  362. "border":"1px solid #999",
  363. "background":"url(../x_component_Attendance/$SelfHoliday/default/icon/calendar.png) 98% center no-repeat",
  364. "border-radius": "3px",
  365. "box-shadow": "0px 0px 6px #CCC",
  366. "height": "26px"
  367. },
  368. "inputPersonStyle" : {
  369. "width": "99%",
  370. "border":"1px solid #999",
  371. "background":"url(../x_component_Attendance/$SelfHoliday/default/icon/selectperson.png) 98% center no-repeat",
  372. "border-radius": "3px",
  373. "box-shadow": "0px 0px 6px #CCC",
  374. "height": "26px"
  375. },
  376. "createOkActionNode": {
  377. "height": "30px",
  378. "width": "60px",
  379. "cursor": "pointer",
  380. "float": "right",
  381. "line-height": "30px",
  382. "padding-left": "65px",
  383. "font-size": "16px",
  384. "font-family": "Microsoft YaHei",
  385. "border-radius": "3px",
  386. "border": "1px solid #354f67",
  387. "color": "#FFF",
  388. "margin-right": "20px",
  389. "margin-top": "20px",
  390. "box-shadow": "0px 0px 0px #666",
  391. "background": "url(../x_component_Attendance/$PermissionExplorer/default/icon/editOk_bg.png) no-repeat"
  392. },
  393. "createDenyActionNode": {
  394. "height": "30px",
  395. "width": "60px",
  396. "cursor": "pointer",
  397. "float": "right",
  398. "line-height": "30px",
  399. "padding-left": "40px",
  400. "margin-right": "20px",
  401. "font-size": "16px",
  402. "font-family": "Microsoft YaHei",
  403. "border-radius": "3px",
  404. "color": "#FFF",
  405. "margin-top": "20px",
  406. "box-shadow": "0px 0px 0px #666",
  407. "border": "1px solid #999",
  408. "background": "url(../x_component_Attendance/$PermissionExplorer/default/icon/editCancel_bg.png) no-repeat"
  409. },
  410. "createCancelActionNode": {
  411. "height": "30px",
  412. "width": "60px",
  413. "cursor": "pointer",
  414. "float": "right",
  415. "line-height": "30px",
  416. "padding-left": "30px",
  417. "margin-right": "20px",
  418. "font-size": "16px",
  419. "font-family": "Microsoft YaHei",
  420. "border-radius": "3px",
  421. "color": "#FFF",
  422. "margin-top": "20px",
  423. "box-shadow": "0px 0px 0px #666",
  424. "border": "1px solid #999",
  425. "background-color" : "#666"
  426. },
  427. "checkBox" : {
  428. "margin-right" : "5px",
  429. "font-size" : "14px"
  430. }
  431. }