css.wcss 11 KB

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