css.wcss 12 KB

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