css.wcss 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454
  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. "toolbarTextNode": {
  65. "height": "25px",
  66. "line-height": "25px",
  67. "float": "left",
  68. "margin-top": "4px",
  69. "padding-left": "8px",
  70. "padding-right": "8px",
  71. //"background-color": "#FFF",
  72. //"border": "1px solid #AAA",
  73. "line-height": "normal",
  74. "color":"#fff"
  75. // "border-radius":"3px"
  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" : "900px",
  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/$AppealExplorer/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/$AppealExplorer/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/$AppealExplorer/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/$AppealExplorer/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": "95%",
  292. //"max-width": "600px",
  293. "box-shadow": "0px 0px 20px #999",
  294. "margin": "auto",
  295. "border-radius": "4px",
  296. "border": "3px solid #666",
  297. "overflow": "hidden"
  298. },
  299. "createContainerNode": {
  300. "background-color": "#FFF",
  301. // "width": "95%",
  302. //"max-width": "600px",
  303. "overflow": "hidden"
  304. },
  305. "createNewNode": {
  306. "width": "47px",
  307. "height": "47px",
  308. "background": "url(../x_component_Attendance/$PermissionExplorer/default/icon/new.png) no-repeat"
  309. },
  310. "createIconNode": {
  311. "width": "47px",
  312. "height": "47px"
  313. },
  314. "createEditNode": {
  315. "width": "47px",
  316. "height": "47px"
  317. },
  318. "createFormNode": {
  319. "border-radius": "8px",
  320. "border": "0px solid #666",
  321. "width": "70%",
  322. "max-width": "450px",
  323. "margin": "auto",
  324. "font-size": "16px",
  325. "color": "#666",
  326. "font-family": "Microsoft YaHei"
  327. },
  328. "createTableContainer" : {
  329. "overflow" : "hidden",
  330. //"margin-bottom" : "10px",
  331. "overflow" : "hidden"
  332. },
  333. "createTableArea" : {
  334. },
  335. "editTableHead" : {
  336. "height": "50px",
  337. "line-height": "50px",
  338. "text-align": "center",
  339. "min-width": "80px",
  340. "font-size":"20px",
  341. "font-weight": "bold"
  342. },
  343. "editTableTitle" : {
  344. "height": "30px",
  345. "line-height": "30px",
  346. "text-align": "left"
  347. },
  348. "editTableValue" : {
  349. "text-align": "left"
  350. },
  351. "inputStyle" : {
  352. "width": "99%",
  353. "border":"1px solid #999",
  354. "background-color":"#FFF",
  355. "border-radius": "3px",
  356. "box-shadow": "0px 0px 6px #CCC",
  357. "height": "26px"
  358. },
  359. "inputTextAreaStyle" : {
  360. "width": "99%",
  361. "border":"1px solid #999",
  362. "background-color":"#FFF",
  363. "border-radius": "3px",
  364. "box-shadow": "0px 0px 6px #CCC",
  365. "height": "40px"
  366. },
  367. "inputTimeStyle" : {
  368. "width": "99%",
  369. "border":"1px solid #999",
  370. "background":"url(../x_component_Attendance/$SelfHoliday/default/icon/calendar.png) 98% center no-repeat",
  371. "border-radius": "3px",
  372. "box-shadow": "0px 0px 6px #CCC",
  373. "height": "26px"
  374. },
  375. "inputPersonStyle" : {
  376. "width": "99%",
  377. "border":"1px solid #999",
  378. "background":"url(../x_component_Attendance/$SelfHoliday/default/icon/selectperson.png) 98% center no-repeat",
  379. "border-radius": "3px",
  380. "box-shadow": "0px 0px 6px #CCC",
  381. "height": "26px"
  382. },
  383. "createOkActionNode": {
  384. "height": "30px",
  385. "width": "60px",
  386. "cursor": "pointer",
  387. "float": "right",
  388. "line-height": "30px",
  389. "padding-left": "65px",
  390. "font-size": "16px",
  391. "font-family": "Microsoft YaHei",
  392. "border-radius": "3px",
  393. "border": "1px solid #354f67",
  394. "color": "#FFF",
  395. "margin-right": "20px",
  396. "margin-top": "20px",
  397. "box-shadow": "0px 0px 0px #666",
  398. "background": "url(../x_component_Attendance/$PermissionExplorer/default/icon/editOk_bg.png) no-repeat"
  399. },
  400. "createDenyActionNode": {
  401. "height": "30px",
  402. "width": "60px",
  403. "cursor": "pointer",
  404. "float": "right",
  405. "line-height": "30px",
  406. "padding-left": "40px",
  407. "margin-right": "20px",
  408. "font-size": "16px",
  409. "font-family": "Microsoft YaHei",
  410. "border-radius": "3px",
  411. "color": "#FFF",
  412. "margin-top": "20px",
  413. "box-shadow": "0px 0px 0px #666",
  414. "border": "1px solid #999",
  415. "background": "url(../x_component_Attendance/$PermissionExplorer/default/icon/editCancel_bg.png) no-repeat"
  416. },
  417. "createCancelActionNode": {
  418. "height": "30px",
  419. "width": "60px",
  420. "cursor": "pointer",
  421. "float": "right",
  422. "line-height": "30px",
  423. "padding-left": "30px",
  424. "margin-right": "20px",
  425. "font-size": "16px",
  426. "font-family": "Microsoft YaHei",
  427. "border-radius": "3px",
  428. "color": "#FFF",
  429. "margin-top": "20px",
  430. "box-shadow": "0px 0px 0px #666",
  431. "border": "1px solid #999",
  432. "background-color" : "#666"
  433. },
  434. "checkBox" : {
  435. "margin-right" : "5px",
  436. "font-size" : "14px"
  437. }
  438. }