css.wcss 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569
  1. {
  2. "naviDiv":{
  3. "position":"absolute","width":"130px","background-color":"#203140"
  4. },
  5. "naviTitleDiv":{
  6. "background-color":"#006666", "color":"#008f8f","font-size":"18px","text-align":"center","height":"65px","line-height":"65px"
  7. },
  8. "naviContentLi":{
  9. "margin-top":"20px",
  10. "cursor":"pointer",
  11. "background-color":"#203140",
  12. "margin" : "10px 10px 0px 10px",
  13. "padding" : "10px"
  14. },
  15. "naviContentLi_over":{
  16. "margin-top":"20px",
  17. "cursor":"pointer",
  18. "background-color":"#006666",
  19. "margin" : "10px 10px 0px 10px",
  20. "padding" : "10px"
  21. },
  22. "naviContentLi_current":{
  23. "margin-top":"20px",
  24. "cursor":"pointer",
  25. "background-color":"#006666",
  26. "margin" : "10px 10px 0px 10px",
  27. "padding" : "10px"
  28. },
  29. "naviContentImg":{
  30. "width":"70px","height":"70px","display":"block","margin":"0px auto"
  31. },
  32. "naviContentSpan":{
  33. "display":"block","text-align":"center"
  34. },
  35. "naviContentDiv":{
  36. "height":"480px","list-style-type":"none","color":"#ffffff","font-size":"14px"
  37. },
  38. "contentDiv":{
  39. "margin-left":"130px","height":"616px", "background-color":"#ffffff","min-width":"1000px"
  40. },
  41. "toolbar" : {
  42. "padding-top" : "15px",
  43. "height" : "50px",
  44. "border-bottom" : "1px solid #dedede",
  45. "padding-left" : "15px"
  46. },
  47. "toolbarTextNode" : {
  48. "margin" : "6px 40px 6px 20px",
  49. "color" : "#999",
  50. "font-size" : "18px",
  51. "font-weight" : "bold",
  52. "float" : "left",
  53. "text-align" : "center"
  54. },
  55. "toolbarActionNode" : {
  56. "margin": "5px 20px 5px 10px",
  57. "color" : "#fff",
  58. "border":"0px",
  59. "cursor": "pointer" ,
  60. "background-color":"#5c97e1",
  61. "box-shadow": "0px 0px 5px #2a5c95",
  62. "padding" : "5px 15px 5px 15px",
  63. "font-size" : "14px",
  64. "float":"left"
  65. },
  66. "categoryBar":{
  67. "width":"100%","min-width":"1000px","padding-top":"8px","margin-bottom":"10px","padding-left":"10px",
  68. "border-bottom" : "1px dashed #dedede", "overflow" : "hidden"
  69. },
  70. "categoryNode":{
  71. "list-style" : "none",
  72. "padding": "10px",
  73. "height": "20px",
  74. "line-height": "20px",
  75. "overflow": "hidden",
  76. "font-family": "微软雅黑",
  77. "font-size": "16px",
  78. "font-weight" : "normal",
  79. "float": "left",
  80. "cursor": "pointer",
  81. "color":"#3c76c1",
  82. "border-bottom" : "2px solid #fff"
  83. //border-bottom-color: rgb(255, 255, 255); border-bottom-width: 2px; border-bottom-style: solid;
  84. //"display":"inline-block","width":"80px","height":"30px","text-align":"center","line-height":"30px","cursor":"pointer","color":"#3c76c1","font-size":"14px","margin-right" : "10px"
  85. },
  86. "categoryNode_over" : {
  87. "font-size": "16px",
  88. "font-weight": "normal",
  89. "border-bottom" : "2px solid #5c97e1"
  90. },
  91. "categoryNode_current" : {
  92. "font-size": "16px",
  93. "font-weight": "bold",
  94. "border-bottom" : "2px solid #124c93"
  95. },
  96. "fileterNode" : {
  97. "float" : "left"
  98. },
  99. "filterTableTitle":{
  100. "text-align":"right"
  101. },
  102. "filterTableValue":{
  103. "text-align":"left"
  104. },
  105. "filterTitle":{
  106. "width" : "200px",
  107. "color" : "#bbb"
  108. },
  109. "filterButton":{
  110. "color" : "#fff",
  111. "border":"0px",
  112. "cursor": "pointer" ,
  113. "background-color":"#5c97e1",
  114. "box-shadow": "0px 0px 5px #2a5c95",
  115. "height" : "26px",
  116. "padding-left" : "15px",
  117. "padding-right" : "15px"
  118. },
  119. "viewContainer" : {
  120. "padding-top" : "10px",
  121. "margin-right" : "10px",
  122. "overflow" : "hidden"
  123. },
  124. "viewHeadNode": {
  125. "width":"100%",
  126. "height": "20px",
  127. "background-color": "#fff",
  128. "color": "#666666",
  129. "line-height": "30px",
  130. "font-family": "微软雅黑",
  131. "font-size": "14px"
  132. },
  133. "normalThNode" : {
  134. "background-color" : "#fff",
  135. "text-align":"center",
  136. "border-bottom": "1px solid #cfecf5",
  137. "font-weight" : "normal"
  138. },
  139. "sortIconNode" : {
  140. "height": "16px",
  141. "width": "16px",
  142. "line-height": "20px",
  143. "margin-top": "5px",
  144. //"float": "left",
  145. "display":"inline-block",
  146. "margin-right": "5px",
  147. "background-position" : "center center",
  148. "background-repeat" : "no-repeat",
  149. "background-image" : "url(/x_component_Template/$Explorer/default/icon/dblsort.gif)"
  150. },
  151. "sortIconNode_asc" : {
  152. "height": "16px",
  153. "width": "16px",
  154. "line-height": "20px",
  155. "margin-top": "5px",
  156. //"float": "left",
  157. "display":"inline-block",
  158. "margin-right": "5px",
  159. "background-position" : "center center",
  160. "background-repeat" : "no-repeat",
  161. "background-image" : "url(/x_component_Template/$Explorer/default/icon/dblasc.gif)"
  162. },
  163. "sortIconNode_desc" : {
  164. "height": "16px",
  165. "width": "16px",
  166. "line-height": "20px",
  167. "margin-top": "5px",
  168. //"float": "left",
  169. "display":"inline-block",
  170. "margin-right": "5px",
  171. "background-position" : "center center",
  172. "background-repeat" : "no-repeat",
  173. "background-image" : "url(/x_component_Template/$Explorer/default/icon/dbldesc.gif)"
  174. },
  175. "documentNode":{
  176. "min-height": "29px",
  177. "overflow": "hidden",
  178. "color": "#666666",
  179. //"line-height": "39px",
  180. "cursor": "pointer",
  181. "font-family": "微软雅黑",
  182. "font-size": "12px",
  183. "background-color": "#fff"
  184. },
  185. "documentNode_noread": {
  186. "background-color": "#fcfcfc"
  187. },
  188. "documentNode_over": {
  189. "background-color": "#f5f6f7"
  190. },
  191. "documentNode_remove": {
  192. "background-color": "#ffcccc"
  193. },
  194. "documentActionNode": {
  195. "height": "20px",
  196. "width": "20px",
  197. "line-height": "20px",
  198. "color": "#0066cc",
  199. "cursor": "pointer",
  200. "margin-right": "5px"
  201. },
  202. "documentActionNode_over":{
  203. "color": "#003399"
  204. },
  205. "documentActionNode_down":{
  206. "color": "#000"
  207. },
  208. //section 样式开始
  209. "sectionNode" : {
  210. "margin" : "0px 0px 10px 10px",
  211. "border" : "1px solid #dedede",
  212. "width" : "330px",
  213. "height" : "110px",
  214. "box-shadow" :"none",
  215. "float" : "left"//,
  216. //"cursor":"pointer"
  217. },
  218. "sectionNode_over" : {
  219. "box-shadow" :"3px 3px 3px #999"
  220. },
  221. "sectionItemNode" : {
  222. "background-color" : "#fff",
  223. "position" : "relative"
  224. },
  225. "sectionItemTopNode":{
  226. "overflow": "hidden",
  227. "cursor": "pointer"
  228. },
  229. "sectionItemTopIconNode" : {
  230. "padding-top": "10px",
  231. "padding-left": "10px",
  232. "float": "left"
  233. },
  234. "sectionItemTopIcon" : {
  235. "margin-top" : "10px",
  236. "border-radius": "10px",
  237. "width": "64px",
  238. "height": "64px"
  239. },
  240. "sectionItemTopContent" : {
  241. "height": "110px",
  242. "margin-right": "5px",
  243. "margin-left": "80px"
  244. },
  245. "sectionRemoveNode" : {
  246. "position" : "absolute",
  247. "right" : "5px",
  248. "width": "22px",
  249. "height": "26px",
  250. "top": "5px",
  251. "opacity": 0,
  252. "cursor" : "pointer",
  253. "background": "url(/x_component_Forum/$Setting/default/icon/delete.png) no-repeat center center"
  254. },
  255. "sectionItemTopDiv" : {
  256. "overflow":"hidden","padding-top":"7px"
  257. },
  258. "sectionItemTopLable" : {
  259. "height" : "15px",
  260. "line-height" : "15px",
  261. "color" : "#9f9f9f",
  262. "float" : "left"
  263. },
  264. "sectionItemTopInfor" : {
  265. "height" : "15px",
  266. "line-height" : "15px",
  267. "color" : "#666",
  268. "float" : "left"
  269. },
  270. "sectionItemTitleNode" : {
  271. "margin-top" : "5px",
  272. "height": "20px", "color": "rgb(51, 51, 51)", "line-height": "20px", "font-family": "微软雅黑", "font-size": "16px","font-weight" : "bold",
  273. "float" : "left"
  274. },
  275. "sectionItemTitleNode_over" : {
  276. "color" : "rgb(51, 51, 51)"
  277. },
  278. "forumNameLabel" : {
  279. "margin-top" : "5px",
  280. "margin-left" : "10px",
  281. "padding" : "0px 5px",
  282. "background-color" : "#8ca3b5",
  283. "height" : "20px",
  284. "line-height" : "20px",
  285. "color" : "#fff",
  286. "float" : "left"
  287. },
  288. "sectionItemListNode" : {
  289. "height" : "159px",
  290. "padding-top" : "5px",
  291. "margin-top" : "5px",
  292. "margin-left" : "10px",
  293. "margin-right" : "10px",
  294. "border-top" : "1px solid #dedede"
  295. },
  296. "sectionItemListItemNode" : {
  297. "color" : "#666",
  298. "height" : "24px",
  299. "line-height" : "24px",
  300. "font-size" : "14px",
  301. "cursor" : "pointer"
  302. },
  303. "sectionItemListItemNode_over" : {
  304. "color" : "#0258ad"
  305. },
  306. //section 样式结束
  307. "normalTdNode" : {
  308. "min-height": "30px",
  309. "padding-left" : "10px",
  310. "text-align":"left",
  311. "overflow" : "hidden",
  312. //"font-weight" : "bold",
  313. //"border-top": "1px solid #FFF",
  314. "border-top": "1px dashed #cfecf5"
  315. },
  316. "normalTdCenterNode" : {
  317. "min-height": "30px",
  318. "padding-left" : "10px",
  319. "text-align":"center",
  320. "overflow" : "hidden",
  321. //"font-weight" : "bold",
  322. //"border-top": "1px solid #FFF",
  323. "border-top": "1px dashed #cfecf5"
  324. },
  325. "documentSubject" : {
  326. "font-size" : "14px",
  327. "font-weight" : "bold",
  328. "color" : "#003399"
  329. },
  330. "itemBlock" : {
  331. "overflow" : "hidden",
  332. "display" : "block"
  333. },
  334. "itemInLine" : {
  335. "float" : "left",
  336. "font-color" : "#888",
  337. "padding-right" : "10px",
  338. "padding-top" : "5px"
  339. },
  340. "titleTdNode" : {
  341. "font-size" : "16px",
  342. "font-weight" : "bold",
  343. "color" : "#ec6a1a",
  344. "border-top": "1px dashed #cfecf5"
  345. },
  346. "formMarkNode": {
  347. "width": "100%",
  348. "height": "100%",
  349. "opacity": 0.6,
  350. "position": "absolute",
  351. "background-color": "#CCC",
  352. "top": "0px",
  353. "left": "0px"
  354. },
  355. "formAreaNode": {
  356. "position": "absolute",
  357. "opacity": 0,
  358. "top": "0px" //,
  359. //"z-index" : "105"
  360. },
  361. "formNode": {
  362. "background-color": "#FFF",
  363. "box-shadow": "0px 0px 10px #999",
  364. "margin": "auto",
  365. "border": "1px solid #fff",
  366. "overflow": "hidden"
  367. },
  368. "formTopNode": {
  369. "color" : "#fff",
  370. "height": "40px",
  371. "background-color": "#3d77c1",
  372. "border-top": "1px solid #ddd",
  373. "border-bottom": "1px solid #b6b6b6",
  374. "line-height": "40px",
  375. "font-size": "14px",
  376. "padding-left" : "5px",
  377. "text-align": "left"
  378. },
  379. "formTopIconNode" : {
  380. "width": "28px",
  381. "height": "32px",
  382. "float": "left",
  383. "background": "url(/x_component_Execution/$WorkForm/default/icon/document.png) no-repeat center 4px"
  384. },
  385. "formTopTextNode" : {
  386. "font-size": "16px",
  387. "float": "left",
  388. "width" : "480px",
  389. "overflow" : "hidden",
  390. "text-overflow" : "ellipsis",
  391. "white-space":"nowrap"
  392. },
  393. "formTopCloseActionNode": {
  394. "width": "32px",
  395. "height": "32px",
  396. "float": "right",
  397. "padding-left" : "30px",
  398. "padding-right" : "10px",
  399. "background": "url(/x_component_Execution/$WorkForm/default/icon/close.png) no-repeat center 4px",
  400. "cursor": "pointer"
  401. },
  402. "formTopContentNode" : {
  403. "float" : "right",
  404. "padding-right" : "10px",
  405. "text-align" : "right"
  406. },
  407. "formTopContentTitle" : {
  408. },
  409. "formTopContentValue" : {
  410. "padding-right" : "20px",
  411. "font-size": "12px"
  412. },
  413. "formNewNode": {
  414. "width": "47px",
  415. "height": "47px",
  416. "background": "url(/x_component_Template/$Explorer/default/icon/new.png) no-repeat"
  417. },
  418. "formIconNode": {
  419. "width": "47px",
  420. "height": "47px"
  421. },
  422. "formEditNode": {
  423. "width": "47px",
  424. "height": "47px"
  425. },
  426. "formToolbar" : {
  427. "padding-top" : "20px",
  428. "height" : "35px",
  429. "border-bottom" : "2px solid #999",
  430. "padding-left" : "15px"
  431. },
  432. "formCategoryNode":{
  433. "list-style" : "none",
  434. "padding": "0px 10px 7px 10px",
  435. "margin-left" : "10px",
  436. "height": "20px",
  437. "line-height": "20px",
  438. "overflow": "hidden",
  439. "font-family": "微软雅黑",
  440. "font-size": "18px",
  441. "font-weight" : "normal",
  442. "float": "left",
  443. "cursor": "pointer",
  444. "color":"#3c76c1",
  445. "border-bottom" : "2px solid #fff"
  446. //border-bottom-color: rgb(255, 255, 255); border-bottom-width: 2px; border-bottom-style: solid;
  447. //"display":"inline-block","width":"80px","height":"30px","text-align":"center","line-height":"30px","cursor":"pointer","color":"#3c76c1","font-size":"14px","margin-right" : "10px"
  448. },
  449. "formCategoryNode_over" : {
  450. "font-size": "18px",
  451. "font-weight": "normal",
  452. "border-bottom" : "2px solid #5c97e1"
  453. },
  454. "formCategoryNode_current" : {
  455. "font-size": "18px",
  456. "font-weight": "bold",
  457. "border-bottom" : "2px solid #124c93"
  458. },
  459. "formContentNode": {
  460. "border": "0px solid #666",
  461. "width": "100%",
  462. "margin": "auto",
  463. "font-size": "14px",
  464. "color": "#666",
  465. "font-family": "微软雅黑",
  466. "overflow" : "hidden"
  467. },
  468. "formTableContainer" : {
  469. "margin": "0px 10px",
  470. "overflow" : "hidden",
  471. "positon" : "static"
  472. },
  473. "formBottomNode" : {
  474. "height" : "50px",
  475. "line-height" : "50px",
  476. "border-top" : "1px solid #3d77c1",
  477. "background-color" : "#fff",
  478. "overflow" : "hidden"
  479. },
  480. "formOkActionNode": {
  481. "margin-top" : "5px",
  482. "height": "35px",
  483. "width": "75px",
  484. "cursor": "pointer",
  485. "float": "right",
  486. "line-height": "35px",
  487. "text-align": "center",
  488. "font-size": "16px",
  489. "font-family": "微软雅黑",
  490. "border": "1px solid #3d77c1",
  491. "background-color" : "#3d77c1",
  492. "color": "#FFF",
  493. "margin-right": "20px",
  494. "box-shadow": "3px 3px 3px #999"
  495. },
  496. "formCancelActionNode": {
  497. "margin-top" : "5px",
  498. "height": "35px",
  499. "width": "75px",
  500. "cursor": "pointer",
  501. "float": "right",
  502. "line-height": "35px",
  503. "text-align": "center",
  504. "font-size": "16px",
  505. "font-family": "微软雅黑",
  506. "border": "1px solid #3d77c1",
  507. "background-color" : "#3d77c1",
  508. "color": "#FFF",
  509. "margin-right": "20px",
  510. "box-shadow": "3px 3px 3px #999"
  511. },
  512. "iconNode": {
  513. "width": "64px",
  514. "height": "64px",
  515. "border-bottom-left-radius": "10px",
  516. "border-bottom-right-radius": "10px",
  517. "border-top-left-radius": "10px",
  518. "border-top-right-radius": "10px",
  519. "float" : "left"
  520. },
  521. "selectActionNode" : {
  522. "float": "left",
  523. "background-color": "#FFF",
  524. "padding": "4px 14px",
  525. "border": "1px solid #999",
  526. "border-radius": "3px",
  527. "font-size": "14px",
  528. "color": "#666",
  529. "cursor": "pointer",
  530. "margin-right" : "10px"
  531. },
  532. "changeIconActionNode":{
  533. "margin-left": "20px",
  534. "float": "left",
  535. "background-color": "#FFF",
  536. "padding": "4px 14px",
  537. "border": "1px solid #999",
  538. "border-radius": "3px",
  539. "margin-top": "30px",
  540. "font-size": "14px",
  541. "color": "#666",
  542. "cursor": "pointer"
  543. },
  544. "iconSelectNode" : {
  545. "margin" : "7px",
  546. "width": "64px",
  547. "height": "64px",
  548. "border-bottom-left-radius": "10px",
  549. "border-bottom-right-radius": "10px",
  550. "border-top-left-radius": "10px",
  551. "border-top-right-radius": "10px"
  552. },
  553. "iconAreaNode" : {
  554. "cursor" : "pointer",
  555. "background-color" : "#fff",
  556. "float" : "left"
  557. },
  558. "iconAreaNodeOver" : {
  559. "background-color" : "#f3f3f3"
  560. }
  561. }