css.wcss 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447
  1. {
  2. "headContentDiv":{
  3. "background":"#F5F6FB",
  4. "width":"100%"
  5. },
  6. "headTitleDiv":{
  7. "height":"30px",
  8. "text-align":"center",
  9. "margin":"20px 0px 20px 40px",
  10. "float":"left",
  11. "font-size":"18px",
  12. "display":"inline-block"
  13. },
  14. "headSearchDiv":{
  15. "margin":"20px 0px",
  16. "width":"400px",
  17. "height":"30px",
  18. "float":"left",
  19. "margin-left":"300px"
  20. },
  21. "headSearchTextDiv":{
  22. "vertical-align":"middle",
  23. "height":"30px",
  24. "line-height":"30px",
  25. "width":"300px",
  26. "background":"#fff",
  27. "float":"left"
  28. },
  29. "headSearchImg":{
  30. "display":"inline-block"
  31. // "margin-top":"8px"
  32. },
  33. "headSearchInput":{
  34. "outline":"none",
  35. "text-indent":"5px",
  36. "font-size":"14px",
  37. "border":"0px",
  38. "width":"260px",
  39. "height":"25px",
  40. "line-height":"30px",
  41. "display":"inline-block"
  42. },
  43. "headSearchRemoveImg":{
  44. "cursor":"pointer",
  45. "display":"none"
  46. },
  47. "headSearchBottonDiv":{
  48. "padding-left":"10px",
  49. "color":"#74abff",
  50. "height":"30px",
  51. "line-height":"30px",
  52. "width":"46px",
  53. "background":"#fff",
  54. "margin":"0 5px",
  55. "float":"left",
  56. "cursor":"pointer"
  57. },
  58. "headBottonDiv":{
  59. "margin":"20px 40px 20px 0px",
  60. "float":"right"
  61. },
  62. "headNewBottonDiv":{
  63. "float":"left",
  64. "width":"70px",
  65. "height":"30px",
  66. "line-height":"30px",
  67. "background":"#3f84e9",
  68. "color":"#fff",
  69. "text-align":"center",
  70. "cursor":"pointer",
  71. "border-radius":"3px"
  72. },
  73. "headMoreBottonDiv":{
  74. "float":"left",
  75. "width":"105px",
  76. "height":"30px",
  77. "line-height":"30px",
  78. "background":"#fff",
  79. "border":"1px solid #dcdcde",
  80. "color":"#8d8986",
  81. "margin":"0 10px",
  82. "text-align":"center",
  83. "cursor":"pointer",
  84. "border-radius":"3px"
  85. },
  86. "contentListDiv":{
  87. "margin-left": "15px",
  88. "margin-right": "15px"
  89. },
  90. "contentLeftDiv":{
  91. "width": "200px",
  92. "margin-top": "3px",
  93. "position":"absolute",
  94. "font-size": "14px",
  95. "background-color": "#fff",
  96. "border": "1px solid #e6e6e6",
  97. "border-radius": "2px"
  98. },
  99. "contentLeftInDiv":{
  100. },
  101. "contentLeftItemDiv":{
  102. "position": "relative",
  103. "height": "50px",
  104. "line-height": "50px",
  105. "padding": "0 20px",
  106. "font-size": "13px",
  107. "cursor": "pointer",
  108. "color": "#333",
  109. "border-right": "2px solid transparent"
  110. },
  111. "contentLeftItemSelectd":{
  112. "position": "relative",
  113. "height": "50px",
  114. "line-height": "50px",
  115. "padding": "0 20px",
  116. "font-size": "13px",
  117. "cursor": "pointer",
  118. "color": "#409eff",
  119. "border-right": "2px solid #3e84e9",
  120. "background-color": "#ecf5ff"
  121. },
  122. "contentListInDiv":{
  123. "overflow-y":"hidden",
  124. "margin-left":"210px",
  125. "margin-top": "65px",
  126. "overflow-x":"auto"
  127. },
  128. "editTable":{
  129. },
  130. "resizeLine":{
  131. "width":"5px",
  132. "cursor":"w-resize",
  133. "float":"right",
  134. "height":"30px"
  135. },
  136. "viewHeadNode": {
  137. //"width":"100%",
  138. "height": "20px",
  139. "background-color": "#fff",
  140. "color": "#666666",
  141. "line-height": "30px",
  142. "font-family": "微软雅黑",
  143. "font-size": "14px"
  144. },
  145. "normalThNode" : {
  146. "background-color" : "#fff",
  147. "text-align":"left",
  148. //"padding-left":"10px",
  149. "text-indent":"10px",
  150. "border-bottom": "1px solid #cfecf5",
  151. "font-weight" : "normal"
  152. },
  153. "sortIconNode" : {
  154. "height": "16px",
  155. "width": "16px",
  156. "line-height": "20px",
  157. "margin-top": "5px",
  158. //"float": "left",
  159. "display":"inline-block",
  160. "margin-right": "5px",
  161. "background-position" : "center center",
  162. "background-repeat" : "no-repeat",
  163. "background-image" : "url(../x_component_Template/$Explorer/default/icon/dblsort.gif)"
  164. },
  165. "sortIconNode_asc" : {
  166. "height": "16px",
  167. "width": "16px",
  168. "line-height": "20px",
  169. "margin-top": "5px",
  170. //"float": "left",
  171. "display":"inline-block",
  172. "margin-right": "5px",
  173. "background-position" : "center center",
  174. "background-repeat" : "no-repeat",
  175. "background-image" : "url(../x_component_Template/$Explorer/default/icon/dblasc.gif)"
  176. },
  177. "sortIconNode_desc" : {
  178. "height": "16px",
  179. "width": "16px",
  180. "line-height": "20px",
  181. "margin-top": "5px",
  182. //"float": "left",
  183. "display":"inline-block",
  184. "margin-right": "5px",
  185. "background-position" : "center center",
  186. "background-repeat" : "no-repeat",
  187. "background-image" : "url(../x_component_Template/$Explorer/default/icon/dbldesc.gif)"
  188. },
  189. "documentSubject" : {
  190. "display":"table-cell",
  191. "vertical-align":"middle",
  192. "height":"65px",
  193. "font-size" : "14px",
  194. "font-weight" : "normal",
  195. "color" : "#003399"
  196. },
  197. "documentNode":{
  198. "height":"50px",
  199. "overflow": "hidden",
  200. "color": "#666666",
  201. //"line-height": "39px",
  202. "cursor": "pointer",
  203. "font-family": "微软雅黑",
  204. "font-size": "12px",
  205. "background-color": "#fff",
  206. "white-space":"nowrap",
  207. "text-overflow":"ellipsis",
  208. "overflow":"hidden"
  209. },
  210. "documentNodeCenter":{
  211. "max-height":"50px",
  212. "min-height": "50px",
  213. "overflow": "hidden",
  214. "color": "#666666",
  215. //"line-height": "39px",
  216. "cursor": "pointer",
  217. "font-family": "微软雅黑",
  218. "font-size": "12px",
  219. "background-color": "#fff"
  220. },
  221. "documentNode_noread": {
  222. "background-color": "#fcfcfc"
  223. },
  224. "documentNode_over": {
  225. "background-color": "#f5f6f7"
  226. },
  227. "documentNode_remove": {
  228. "background-color": "#ffcccc"
  229. },
  230. "documentActionNode": {
  231. "height": "20px",
  232. //"width": "20px",
  233. //"line-height": "20px",
  234. "color": "#0066cc",
  235. "cursor": "pointer",
  236. "margin-right": "5px",
  237. "display":"block"
  238. },
  239. "documentActionNode_over":{
  240. "color": "#003399"
  241. },
  242. "documentActionNode_down":{
  243. "color": "#000"
  244. },
  245. "normalTdNode" : {
  246. "min-height": "50px",
  247. //"padding-left" : "10px",
  248. "text-indent":"10px",
  249. "text-align":"left",
  250. "white-space":"nowrap",
  251. "text-overflow":"ellipsis",
  252. "overflow":"hidden",
  253. //"font-weight" : "bold",
  254. //"border-top": "1px solid #FFF",
  255. "border-top": "1px dashed #cfecf5"
  256. },
  257. "normalTdCenterNode" : {
  258. "min-height": "50px",
  259. //"padding-left" : "10px",
  260. "text-indent":"10px",
  261. "text-align":"center",
  262. "overflow" : "hidden",
  263. //"font-weight" : "bold",
  264. //"border-top": "1px solid #FFF",
  265. "border-top": "1px dashed #cfecf5"
  266. },
  267. "documentIcon":{
  268. "height":"20px",
  269. //"margin-top":"5px",
  270. "display":"block"
  271. },
  272. "itemBlock" : {
  273. "overflow" : "hidden",
  274. "display" : "block"
  275. },
  276. "itemInLine" : {
  277. "float" : "left",
  278. "font-color" : "#888",
  279. "padding-right" : "10px",
  280. "padding-top" : "5px"
  281. },
  282. "pagingBar" : {
  283. "float" : "right",
  284. "margin-right" : "10px",
  285. "padding-left" : "10px",
  286. "overflow" : "hidden",
  287. "height" : "36px",
  288. "line-height" : "36px",
  289. //"margin-top" : "10px",
  290. "margin-bottom" : "10px",
  291. "background" : "#fff",
  292. "color" : "#333"//,
  293. //"border" : "1px solid #bcbcbc"
  294. },
  295. "pageReturn" : {
  296. "cursor" : "pointer",
  297. "float" : "left",
  298. "height" : "20px",
  299. "line-height" : "20px",
  300. "cursor" : "pointer",
  301. "color" : "#333",
  302. "padding-left" : "20px",
  303. "padding-right" : "20px",
  304. "font-size" : "12px",
  305. "background-image" : "url( ../x_component_ForumDocument/$Main/default/icon/back_16.png )",
  306. "background-position-x" : "2px",
  307. "background-position-y" : "center",
  308. "background-repeat" : "no-repeat",
  309. "background-color" : "#fff",
  310. "margin" : "8px 5px 0px 5px",
  311. "font-size" : "14px"
  312. },
  313. "pageReturn_over" : {
  314. "color" : "#43AAFA"
  315. },
  316. "firstPage" : {
  317. "float" : "left"
  318. },
  319. "lastPage" : {
  320. "float" : "left"
  321. },
  322. "prePage" : {
  323. "float" : "left",
  324. "width" : "16px",
  325. "height" : "20px",
  326. "line-height" : "20px",
  327. "text-align" : "center",
  328. "padding" : "2px 5px",
  329. "border" : "1px solid #f3f3f3",
  330. "margin" : "5px",
  331. "cursor" : "pointer",
  332. "background": "url(../x_component_ForumDocument/$Main/default/icon/back_16.png) no-repeat center center",
  333. "background-color" : "#f3f3f3"
  334. },
  335. "prePage_over" : {
  336. "border" : "1px solid #43AAFA",
  337. "background-color" : "#fff",
  338. "color" : "#43AAFA"
  339. },
  340. "pageItem" : {
  341. "float" : "left",
  342. "height" : "20px",
  343. "min-width" : "16px",
  344. "line-height" : "20px",
  345. "text-align" : "center",
  346. "padding" : "2px 5px",
  347. "border" : "1px solid #f3f3f3",
  348. "background-color" : "#f3f3f3",
  349. "cursor" : "pointer",
  350. "color" : "#333",
  351. "margin" : "5px"
  352. },
  353. "pageItem_over" : {
  354. "border" : "1px solid #43AAFA",
  355. "background-color" : "#fff",
  356. "color" : "#43AAFA"
  357. },
  358. "currentPage" : {
  359. "float" : "left",
  360. "height" : "20px",
  361. "width" : "16px",
  362. "line-height" : "20px",
  363. "text-align" : "center",
  364. "padding" : "2px 5px",
  365. "border" : "1px solid #43AAFA",
  366. "color" : "#fff",
  367. "margin" : "5px",
  368. "font-weight" : "bold",
  369. "background-color" : "#43aafa"
  370. },
  371. "pageJumper" : {
  372. "float" : "left",
  373. "height" : "20px",
  374. "line-height" : "20px",
  375. "text-align" : "center",
  376. "width" : "20px",
  377. "margin-top" : "5px",
  378. "margin-bottom" : "5px",
  379. "margin-left" : "5px",
  380. "border" : "1px solid #ddd"
  381. },
  382. "pageJumper_over" : {
  383. "border" : "1px solid #43AAFA"
  384. },
  385. "pageText" : {
  386. "float" : "left",
  387. "height" : "20px",
  388. "padding" : "2px 5px",
  389. "text-align" : "center",
  390. "line-height" : "20px",
  391. "margin-top" : "5px",
  392. "margin-bottom" : "5px",
  393. "margin-right" : "5px"
  394. },
  395. "nextPage" : {
  396. "float" : "left",
  397. "width" : "16px",
  398. "height" : "20px",
  399. "line-height" : "20px",
  400. "text-align" : "center",
  401. "padding" : "2px 5px",
  402. "border" : "1px solid #f3f3f3",
  403. "margin" : "5px",
  404. "cursor" : "pointer",
  405. "color" : "#333",
  406. "background": "url(../x_component_ForumDocument/$Main/default/icon/forward_16.png) no-repeat center center",
  407. "background-color" : "#f3f3f3"
  408. },
  409. "nextPage_over" : {
  410. "border" : "1px solid #43AAFA",
  411. "background-color" : "#fff",
  412. "color" : "#43AAFA"
  413. },
  414. "nextPageNode" : {
  415. "font-size" : "16px",
  416. "height" : "40px",
  417. "line-height" : "40px",
  418. "text-align" : "center",
  419. "border" : "1px solid #DCDCDC",
  420. "margin-top" : "10px",
  421. "cursor" : "pointer",
  422. "color" : "#666",
  423. "background-color" : "#EEE",
  424. "background": "url(../x_component_ForumDocument/$Main/default/icon/forward_16.png) no-repeat 620px center"
  425. },
  426. "nextPageNode_over" : {
  427. "background-color" : "#eee"
  428. }
  429. }