css.wcss 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547
  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. "toolbarSeparatorNode": {
  73. "float":"left",
  74. "border-left" : "1px solid #fff"
  75. },
  76. "fileterNode": {
  77. "overflow": "hidden",
  78. //"border-bottom": "1px solid #999",
  79. "margin-left" : "10px",
  80. "margin-right" : "20px",
  81. "height": "38px",
  82. "margin-bottom": "5px",
  83. "margin-top": "5px",
  84. "padding-left" :"5px",
  85. "background-color": "#fff",
  86. "border-bottom" : "1px solid #ddd"
  87. //"background-color": "#EEE"
  88. },
  89. "filterTable" : {
  90. "width" : "600px",
  91. "color" : "#666",
  92. "font-size" : "14px"
  93. },
  94. "filterTableTitle" : {
  95. "text-align" : "right"
  96. },
  97. "filterTableValue" : {
  98. "text-align" : "left"
  99. },
  100. "filterButton" :{
  101. "cursor" : "pointer",
  102. "height" : "24px",
  103. "line-height" : "24px",
  104. "background-color" : "#fff",
  105. "border" : "1px solid #ccc"
  106. },
  107. // "viewViewNode": {
  108. // "margin-left":"8px",
  109. // "line-height": "24px"
  110. // },
  111. // "viewNode": {
  112. // "float": "left",
  113. // "margin-top" : "5px",
  114. // "margin-left": "10px",
  115. // "margin-right": "10px",
  116. // "color": "#666",
  117. // "cursor": "pointer",
  118. // "font-size": "14px",
  119. // "font-weight": "normal"
  120. // },
  121. // "viewNode_current": {
  122. // "float": "left",
  123. // "margin-top" : "5px",
  124. // "margin-left": "10px",
  125. // "margin-right": "10px",
  126. // "color": "#666",
  127. // "cursor": "pointer",
  128. // "font-size": "16px",
  129. // "font-weight": "bold"
  130. // },
  131. "viewContainerNode": {
  132. "overflow": "hidden",
  133. "position": "static",
  134. "margin": "0px 10px"
  135. },
  136. "viewContentListNode": {
  137. "overflow": "hidden",
  138. "padding-bottom": "20px",
  139. "margin-right": "10px"
  140. },
  141. "noElementNode": {
  142. "text-align": "center",
  143. "padding": "20px",
  144. "height": "60px",
  145. "line-height": "60px",
  146. "margin-top": "10px",
  147. "margin-left": "0px",
  148. "color": "#888",
  149. "cursor": "pointer",
  150. "font-size": "16px"
  151. },
  152. "viewHeadNode": {
  153. "width":"100%",
  154. "height": "30px",
  155. "background-color": "#f1f3fc",
  156. "color": "#666666",
  157. "font-weight": "bold",
  158. "line-height": "30px",
  159. "font-family": "Microsoft YaHei",
  160. "font-size": "14px"
  161. },
  162. "normalThNode" : {
  163. "background-color" : "#f1f3fc",
  164. "text-align":"center",
  165. "height": "30px",
  166. "border-top": "1px solid #FFF"
  167. },
  168. "normalTdNode" : {
  169. "height": "30px",
  170. "text-align":"center",
  171. "overflow" : "hidden",
  172. //"font-weight" : "bold",
  173. "border-top": "1px solid #FFF",
  174. "border-bottom": "1px solid #CCC"
  175. },
  176. "sortIconNode" : {
  177. "height": "16px",
  178. "width": "16px",
  179. "line-height": "20px",
  180. "margin-top": "5px",
  181. //"float": "left",
  182. "display":"inline-block",
  183. "margin-right": "5px",
  184. "background-position" : "center center",
  185. "background-repeat" : "no-repeat",
  186. "background-image" : "url(../x_component_Template/$Explorer/default/icon/dblsort.gif)"
  187. },
  188. "sortIconNode_asc" : {
  189. "height": "16px",
  190. "width": "16px",
  191. "line-height": "20px",
  192. "margin-top": "5px",
  193. //"float": "left",
  194. "display":"inline-block",
  195. "margin-right": "5px",
  196. "background-position" : "center center",
  197. "background-repeat" : "no-repeat",
  198. "background-image" : "url(../x_component_Template/$Explorer/default/icon/dblasc.gif)"
  199. },
  200. "sortIconNode_desc" : {
  201. "height": "16px",
  202. "width": "16px",
  203. "line-height": "20px",
  204. "margin-top": "5px",
  205. //"float": "left",
  206. "display":"inline-block",
  207. "margin-right": "5px",
  208. "background-position" : "center center",
  209. "background-repeat" : "no-repeat",
  210. "background-image" : "url(../x_component_Template/$Explorer/default/icon/dbldesc.gif)"
  211. },
  212. "documentNode": {
  213. "overflow": "hidden",
  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. "documentNode_noread": {
  224. "background-color": "#fcfcfc"
  225. },
  226. "documentNode_over": {
  227. "background-color": "#f5f6f7"
  228. },
  229. "documentNode_remove": {
  230. "background-color": "#ffcccc"
  231. },
  232. "documentNode":{
  233. "background-color": "#fcfcfc",
  234. "min-height": "29px",
  235. "overflow": "hidden",
  236. "color": "#666666",
  237. //"line-height": "39px",
  238. "cursor": "pointer",
  239. "font-family": "Microsoft YaHei",
  240. "font-size": "12px"
  241. },
  242. "documentActionNode": {
  243. "height": "20px",
  244. "border-radius": "3px",
  245. "border": "1px solid #666",
  246. "width": "20px",
  247. "line-height": "20px",
  248. "margin-top": "10px",
  249. "box-shadow": "1px 1px 2px #CCC",
  250. "color": "#888",
  251. "cursor": "pointer",
  252. "float": "left",
  253. "margin-right": "5px",
  254. "background": "no-repeat center center",
  255. "background-image" : "url(../x_component_Template/$Explorer/default/icon/delete.png)"
  256. },
  257. "documentActionNode_over":{
  258. "box-shadow": "1px 1px 2px #999",
  259. "background": "no-repeat center center",
  260. "background-image": "url(../x_component_Template/$Explorer/default/icon/delete_over.png)",
  261. "background-color": "#666"
  262. },
  263. "documentActionNode_down":{
  264. "box-shadow": "-1px -1px 3px #999 inset"
  265. },
  266. "formMaskNode": {
  267. "width": "100%",
  268. "height": "100%",
  269. "opacity": 0.6,
  270. "position": "absolute",
  271. "background-color": "#CCC",
  272. "top": "0px",
  273. "left": "0px"
  274. },
  275. "formAreaNode": {
  276. "position": "absolute",
  277. "opacity": 0,
  278. "top": "0px"
  279. },
  280. "formNode": {
  281. "background-color": "#FFF",
  282. "box-shadow": "0px 0px 20px #999",
  283. "margin": "auto",
  284. "border-radius": "8px",
  285. "border": "6px solid #666",
  286. "overflow": "hidden"
  287. },
  288. "formTopNode": {
  289. "color" : "#333",
  290. "height": "30px",
  291. "background-color": "#eee",
  292. "border-top": "1px solid #ddd",
  293. "border-bottom": "1px solid #b6b6b6",
  294. "line-height": "30px",
  295. "font-size": "14px",
  296. "font-weight": "bold",
  297. "padding-left": "20px",
  298. "text-align": "left"
  299. },
  300. "formTopIconNode" : {
  301. "width": "28px",
  302. "height": "32px",
  303. "float": "left",
  304. "background": "url(../x_component_Execution/$WorkForm/default/icon/document.png) no-repeat center 4px"
  305. },
  306. "formTopTextNode" : {
  307. "font-size": "16px",
  308. "float": "left",
  309. "width" : "480px",
  310. "overflow" : "hidden",
  311. "text-overflow" : "ellipsis",
  312. "white-space":"nowrap"
  313. },
  314. "formTopContentNode" : {
  315. "float" : "right",
  316. "padding-right" : "10px",
  317. "text-align" : "right"
  318. },
  319. "formTopCloseActionNode": {
  320. "width": "30px",
  321. "height": "30px",
  322. "float": "right",
  323. "background": "url(../x_component_Template/$Explorer/default/icon/close.png) no-repeat center center",
  324. "cursor": "pointer"
  325. },
  326. "formNewNode": {
  327. "width": "47px",
  328. "height": "47px",
  329. "background": "url(../x_component_Template/$Explorer/default/icon/new.png) no-repeat"
  330. },
  331. "formIconNode": {
  332. "width": "47px",
  333. "height": "47px"
  334. },
  335. "formEditNode": {
  336. "width": "47px",
  337. "height": "47px"
  338. },
  339. "formContentNode": {
  340. "border-radius": "8px",
  341. "border": "0px solid #666",
  342. "width": "70%",
  343. "margin": "auto",
  344. "font-size": "16px",
  345. "color": "#666",
  346. "font-family": "Microsoft YaHei"
  347. },
  348. "formBottomNode" : {
  349. "height" : "40px",
  350. "line-height" : "40px",
  351. "background-color" : "#eee",
  352. "overflow" : "hidden",
  353. "padding-top" : "10px"
  354. },
  355. "formOkActionNode": {
  356. "height": "30px",
  357. "width": "85px",
  358. "cursor": "pointer",
  359. "float": "right",
  360. "line-height": "30px",
  361. "padding-left": "65px",
  362. "font-size": "16px",
  363. "font-family": "Microsoft YaHei",
  364. "border-radius": "3px",
  365. "border": "1px solid #354f67",
  366. "color": "#FFF",
  367. "margin-right": "20px",
  368. "box-shadow": "0px 0px 0px #666",
  369. "background": "url(../x_component_Template/$Explorer/default/icon/editOk_bg.png) no-repeat"
  370. },
  371. "formCancelActionNode": {
  372. "height": "30px",
  373. "width": "60px",
  374. "cursor": "pointer",
  375. "float": "right",
  376. "line-height": "30px",
  377. "padding-left": "40px",
  378. "font-size": "16px",
  379. "font-family": "Microsoft YaHei",
  380. "border-radius": "3px",
  381. "color": "#FFF",
  382. "margin-right": "20px",
  383. "box-shadow": "0px 0px 0px #666",
  384. "border": "1px solid #999",
  385. "background": "url(../x_component_Template/$Explorer/default/icon/editCancel_bg.png) no-repeat"
  386. },
  387. "pagingBar" : {
  388. "float" : "right",
  389. "margin-right" : "10px",
  390. "padding-left" : "10px",
  391. "overflow" : "hidden",
  392. "height" : "36px",
  393. "line-height" : "36px",
  394. //"margin-top" : "10px",
  395. "margin-bottom" : "10px",
  396. "background" : "#fff",
  397. "color" : "#333"//,
  398. //"border" : "1px solid #bcbcbc"
  399. },
  400. "pageReturn" : {
  401. "cursor" : "pointer",
  402. "float" : "left",
  403. "height" : "20px",
  404. "line-height" : "20px",
  405. "cursor" : "pointer",
  406. "color" : "#333",
  407. "padding-left" : "20px",
  408. "padding-right" : "20px",
  409. "font-size" : "12px",
  410. "background-image" : "url( ../x_component_ForumDocument/$Main/default/icon/back_16.png )",
  411. "background-position-x" : "2px",
  412. "background-position-y" : "center",
  413. "background-repeat" : "no-repeat",
  414. "background-color" : "#fff",
  415. "margin" : "8px 5px 0px 5px",
  416. "font-size" : "14px"
  417. },
  418. "pageReturn_over" : {
  419. "color" : "#43AAFA"
  420. },
  421. "firstPage" : {
  422. "float" : "left"
  423. },
  424. "lastPage" : {
  425. "float" : "left"
  426. },
  427. "prePage" : {
  428. "float" : "left",
  429. "width" : "16px",
  430. "height" : "20px",
  431. "line-height" : "20px",
  432. "text-align" : "center",
  433. "padding" : "2px 5px",
  434. "border" : "1px solid #f3f3f3",
  435. "margin" : "5px",
  436. "cursor" : "pointer",
  437. "background": "url(../x_component_ForumDocument/$Main/default/icon/back_16.png) no-repeat center center",
  438. "background-color" : "#f3f3f3"
  439. },
  440. "prePage_over" : {
  441. "border" : "1px solid #43AAFA",
  442. "background-color" : "#fff",
  443. "color" : "#43AAFA"
  444. },
  445. "pageItem" : {
  446. "float" : "left",
  447. "height" : "20px",
  448. "min-width" : "16px",
  449. "line-height" : "20px",
  450. "text-align" : "center",
  451. "padding" : "2px 5px",
  452. "border" : "1px solid #f3f3f3",
  453. "background-color" : "#f3f3f3",
  454. "cursor" : "pointer",
  455. "color" : "#333",
  456. "margin" : "5px"
  457. },
  458. "pageItem_over" : {
  459. "border" : "1px solid #43AAFA",
  460. "background-color" : "#fff",
  461. "color" : "#43AAFA"
  462. },
  463. "currentPage" : {
  464. "float" : "left",
  465. "height" : "20px",
  466. "width" : "16px",
  467. "line-height" : "20px",
  468. "text-align" : "center",
  469. "padding" : "2px 5px",
  470. "border" : "1px solid #43AAFA",
  471. "color" : "#fff",
  472. "margin" : "5px",
  473. "font-weight" : "bold",
  474. "background-color" : "#43aafa"
  475. },
  476. "pageJumper" : {
  477. "float" : "left",
  478. "height" : "20px",
  479. "line-height" : "20px",
  480. "text-align" : "center",
  481. "width" : "20px",
  482. "margin-top" : "5px",
  483. "margin-bottom" : "5px",
  484. "margin-left" : "5px",
  485. "border" : "1px solid #ddd"
  486. },
  487. "pageJumper_over" : {
  488. "border" : "1px solid #43AAFA"
  489. },
  490. "pageText" : {
  491. "float" : "left",
  492. "height" : "20px",
  493. "padding" : "2px 5px",
  494. "text-align" : "center",
  495. "line-height" : "20px",
  496. "margin-top" : "5px",
  497. "margin-bottom" : "5px",
  498. "margin-right" : "5px"
  499. },
  500. "nextPage" : {
  501. "float" : "left",
  502. "width" : "16px",
  503. "height" : "20px",
  504. "line-height" : "20px",
  505. "text-align" : "center",
  506. "padding" : "2px 5px",
  507. "border" : "1px solid #f3f3f3",
  508. "margin" : "5px",
  509. "cursor" : "pointer",
  510. "color" : "#333",
  511. "background": "url(../x_component_ForumDocument/$Main/default/icon/forward_16.png) no-repeat center center",
  512. "background-color" : "#f3f3f3"
  513. },
  514. "nextPage_over" : {
  515. "border" : "1px solid #43AAFA",
  516. "background-color" : "#fff",
  517. "color" : "#43AAFA"
  518. },
  519. "nextPageNode" : {
  520. "font-size" : "16px",
  521. "height" : "40px",
  522. "line-height" : "40px",
  523. "text-align" : "center",
  524. "border" : "1px solid #DCDCDC",
  525. "margin-top" : "10px",
  526. "cursor" : "pointer",
  527. "color" : "#666",
  528. "background-color" : "#EEE",
  529. "background": "url(../x_component_ForumDocument/$Main/default/icon/forward_16.png) no-repeat 620px center"
  530. },
  531. "nextPageNode_over" : {
  532. "background-color" : "#eee"
  533. }
  534. }