css.wcss 14 KB

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