css.wcss 9.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411
  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. "contentListInDiv":{
  91. "overflow-y":"hidden",
  92. "width":"100%",
  93. "overflow-x":"auto"
  94. },
  95. "editTable":{
  96. },
  97. "resizeLine":{
  98. "width":"5px",
  99. "cursor":"w-resize",
  100. "float":"right",
  101. "height":"30px"
  102. },
  103. "viewHeadNode": {
  104. //"width":"100%",
  105. "height": "20px",
  106. "background-color": "#fff",
  107. "color": "#666666",
  108. "line-height": "30px",
  109. "font-family": "微软雅黑",
  110. "font-size": "14px"
  111. },
  112. "normalThNode" : {
  113. "background-color" : "#fff",
  114. "text-align":"left",
  115. //"padding-left":"10px",
  116. "text-indent":"10px",
  117. "border-bottom": "1px solid #cfecf5",
  118. "font-weight" : "normal"
  119. },
  120. "sortIconNode" : {
  121. "height": "16px",
  122. "width": "16px",
  123. "line-height": "20px",
  124. "margin-top": "5px",
  125. //"float": "left",
  126. "display":"inline-block",
  127. "margin-right": "5px",
  128. "background-position" : "center center",
  129. "background-repeat" : "no-repeat",
  130. "background-image" : "url(../x_component_Template/$Explorer/default/icon/dblsort.gif)"
  131. },
  132. "sortIconNode_asc" : {
  133. "height": "16px",
  134. "width": "16px",
  135. "line-height": "20px",
  136. "margin-top": "5px",
  137. //"float": "left",
  138. "display":"inline-block",
  139. "margin-right": "5px",
  140. "background-position" : "center center",
  141. "background-repeat" : "no-repeat",
  142. "background-image" : "url(../x_component_Template/$Explorer/default/icon/dblasc.gif)"
  143. },
  144. "sortIconNode_desc" : {
  145. "height": "16px",
  146. "width": "16px",
  147. "line-height": "20px",
  148. "margin-top": "5px",
  149. //"float": "left",
  150. "display":"inline-block",
  151. "margin-right": "5px",
  152. "background-position" : "center center",
  153. "background-repeat" : "no-repeat",
  154. "background-image" : "url(../x_component_Template/$Explorer/default/icon/dbldesc.gif)"
  155. },
  156. "documentSubject" : {
  157. "display":"table-cell",
  158. "vertical-align":"middle",
  159. "height":"65px",
  160. "font-size" : "14px",
  161. "font-weight" : "normal",
  162. "color" : "#003399"
  163. },
  164. "documentNode":{
  165. "height":"50px",
  166. "overflow": "hidden",
  167. "color": "#666666",
  168. //"line-height": "39px",
  169. "cursor": "pointer",
  170. "font-family": "微软雅黑",
  171. "font-size": "12px",
  172. "background-color": "#fff",
  173. "white-space":"nowrap",
  174. "text-overflow":"ellipsis",
  175. "overflow":"hidden"
  176. },
  177. "documentNodeCenter":{
  178. "max-height":"50px",
  179. "min-height": "50px",
  180. "overflow": "hidden",
  181. "color": "#666666",
  182. //"line-height": "39px",
  183. "cursor": "pointer",
  184. "font-family": "微软雅黑",
  185. "font-size": "12px",
  186. "background-color": "#fff"
  187. },
  188. "documentNode_noread": {
  189. "background-color": "#fcfcfc"
  190. },
  191. "documentNode_over": {
  192. "background-color": "#f5f6f7"
  193. },
  194. "documentNode_remove": {
  195. "background-color": "#ffcccc"
  196. },
  197. "documentActionNode": {
  198. "height": "20px",
  199. //"width": "20px",
  200. //"line-height": "20px",
  201. "color": "#0066cc",
  202. "cursor": "pointer",
  203. "margin-right": "5px",
  204. "display":"block"
  205. },
  206. "documentActionNode_over":{
  207. "color": "#003399"
  208. },
  209. "documentActionNode_down":{
  210. "color": "#000"
  211. },
  212. "normalTdNode" : {
  213. "min-height": "50px",
  214. //"padding-left" : "10px",
  215. "text-indent":"10px",
  216. "text-align":"left",
  217. "white-space":"nowrap",
  218. "text-overflow":"ellipsis",
  219. "overflow":"hidden",
  220. //"font-weight" : "bold",
  221. //"border-top": "1px solid #FFF",
  222. "border-top": "1px dashed #cfecf5"
  223. },
  224. "normalTdCenterNode" : {
  225. "min-height": "50px",
  226. //"padding-left" : "10px",
  227. "text-indent":"10px",
  228. "text-align":"center",
  229. "overflow" : "hidden",
  230. //"font-weight" : "bold",
  231. //"border-top": "1px solid #FFF",
  232. "border-top": "1px dashed #cfecf5"
  233. },
  234. "documentIcon":{
  235. "height":"20px",
  236. //"margin-top":"5px",
  237. "display":"block"
  238. },
  239. "itemBlock" : {
  240. "overflow" : "hidden",
  241. "display" : "block"
  242. },
  243. "itemInLine" : {
  244. "float" : "left",
  245. "font-color" : "#888",
  246. "padding-right" : "10px",
  247. "padding-top" : "5px"
  248. },
  249. "pagingBar" : {
  250. "float" : "right",
  251. "margin-right" : "10px",
  252. "padding-left" : "10px",
  253. "overflow" : "hidden",
  254. "height" : "36px",
  255. "line-height" : "36px",
  256. //"margin-top" : "10px",
  257. "margin-bottom" : "10px",
  258. "background" : "#fff",
  259. "color" : "#333"//,
  260. //"border" : "1px solid #bcbcbc"
  261. },
  262. "pageReturn" : {
  263. "cursor" : "pointer",
  264. "float" : "left",
  265. "height" : "20px",
  266. "line-height" : "20px",
  267. "cursor" : "pointer",
  268. "color" : "#333",
  269. "padding-left" : "20px",
  270. "padding-right" : "20px",
  271. "font-size" : "12px",
  272. "background-image" : "url( ../x_component_ForumDocument/$Main/default/icon/back_16.png )",
  273. "background-position-x" : "2px",
  274. "background-position-y" : "center",
  275. "background-repeat" : "no-repeat",
  276. "background-color" : "#fff",
  277. "margin" : "8px 5px 0px 5px",
  278. "font-size" : "14px"
  279. },
  280. "pageReturn_over" : {
  281. "color" : "#43AAFA"
  282. },
  283. "firstPage" : {
  284. "float" : "left"
  285. },
  286. "lastPage" : {
  287. "float" : "left"
  288. },
  289. "prePage" : {
  290. "float" : "left",
  291. "width" : "16px",
  292. "height" : "20px",
  293. "line-height" : "20px",
  294. "text-align" : "center",
  295. "padding" : "2px 5px",
  296. "border" : "1px solid #f3f3f3",
  297. "margin" : "5px",
  298. "cursor" : "pointer",
  299. "background": "url(../x_component_ForumDocument/$Main/default/icon/back_16.png) no-repeat center center",
  300. "background-color" : "#f3f3f3"
  301. },
  302. "prePage_over" : {
  303. "border" : "1px solid #43AAFA",
  304. "background-color" : "#fff",
  305. "color" : "#43AAFA"
  306. },
  307. "pageItem" : {
  308. "float" : "left",
  309. "height" : "20px",
  310. "min-width" : "16px",
  311. "line-height" : "20px",
  312. "text-align" : "center",
  313. "padding" : "2px 5px",
  314. "border" : "1px solid #f3f3f3",
  315. "background-color" : "#f3f3f3",
  316. "cursor" : "pointer",
  317. "color" : "#333",
  318. "margin" : "5px"
  319. },
  320. "pageItem_over" : {
  321. "border" : "1px solid #43AAFA",
  322. "background-color" : "#fff",
  323. "color" : "#43AAFA"
  324. },
  325. "currentPage" : {
  326. "float" : "left",
  327. "height" : "20px",
  328. "width" : "16px",
  329. "line-height" : "20px",
  330. "text-align" : "center",
  331. "padding" : "2px 5px",
  332. "border" : "1px solid #43AAFA",
  333. "color" : "#fff",
  334. "margin" : "5px",
  335. "font-weight" : "bold",
  336. "background-color" : "#43aafa"
  337. },
  338. "pageJumper" : {
  339. "float" : "left",
  340. "height" : "20px",
  341. "line-height" : "20px",
  342. "text-align" : "center",
  343. "width" : "20px",
  344. "margin-top" : "5px",
  345. "margin-bottom" : "5px",
  346. "margin-left" : "5px",
  347. "border" : "1px solid #ddd"
  348. },
  349. "pageJumper_over" : {
  350. "border" : "1px solid #43AAFA"
  351. },
  352. "pageText" : {
  353. "float" : "left",
  354. "height" : "20px",
  355. "padding" : "2px 5px",
  356. "text-align" : "center",
  357. "line-height" : "20px",
  358. "margin-top" : "5px",
  359. "margin-bottom" : "5px",
  360. "margin-right" : "5px"
  361. },
  362. "nextPage" : {
  363. "float" : "left",
  364. "width" : "16px",
  365. "height" : "20px",
  366. "line-height" : "20px",
  367. "text-align" : "center",
  368. "padding" : "2px 5px",
  369. "border" : "1px solid #f3f3f3",
  370. "margin" : "5px",
  371. "cursor" : "pointer",
  372. "color" : "#333",
  373. "background": "url(../x_component_ForumDocument/$Main/default/icon/forward_16.png) no-repeat center center",
  374. "background-color" : "#f3f3f3"
  375. },
  376. "nextPage_over" : {
  377. "border" : "1px solid #43AAFA",
  378. "background-color" : "#fff",
  379. "color" : "#43AAFA"
  380. },
  381. "nextPageNode" : {
  382. "font-size" : "16px",
  383. "height" : "40px",
  384. "line-height" : "40px",
  385. "text-align" : "center",
  386. "border" : "1px solid #DCDCDC",
  387. "margin-top" : "10px",
  388. "cursor" : "pointer",
  389. "color" : "#666",
  390. "background-color" : "#EEE",
  391. "background": "url(../x_component_ForumDocument/$Main/default/icon/forward_16.png) no-repeat 620px center"
  392. },
  393. "nextPageNode_over" : {
  394. "background-color" : "#eee"
  395. }
  396. }