css.wcss 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469
  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": "Microsoft YaHei",
  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": "Microsoft YaHei",
  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. <<<<<<< .mine
  198. =======
  199. "normalTdNode" : {
  200. "font-size" : "14px",
  201. "border-bottom" : "1px solid #d6d6d6"
  202. },
  203. "normalTdCenterNode" : {
  204. "border-bottom" : "1px solid #d6d6d6",
  205. "text-align" : "center"
  206. },
  207. "normalTdBottom" : {
  208. "color" : "#999"
  209. },
  210. "refreshTrNode":{
  211. "font-size" : "12px",
  212. "min-height": "35px",
  213. "overflow": "hidden",
  214. "color": "#666666",
  215. "font-family": "Microsoft YaHei",
  216. "font-size": "12px",
  217. "background-color": "#eee"
  218. },
  219. "refreshTdNode" : {
  220. "padding-left" : "60px",
  221. "font-size" : "14px",
  222. "border-bottom" : "1px solid #d6d6d6"
  223. },
  224. "refreshNode" : {
  225. "float" : "left",
  226. "padding-left" : "24px",
  227. "font-size" : "14px",
  228. "height" : "30px",
  229. "line-height" : "30px",
  230. "cursor" : "pointer",
  231. "color" : "#0066cc",
  232. "background-color" : "#EEE",
  233. "background": "url(../x_component_ForumSection/$Main/default/icon/refresh_16.png) no-repeat 0px center"
  234. },
  235. "tdInline" : {
  236. "float" : "left"
  237. },
  238. "tdTitle" : {
  239. "color" : "#333",
  240. "font-size" : "14px",
  241. "float" : "left",
  242. "margin-left" : "10px"
  243. },
  244. "tdIcon" : {
  245. "float" : "left",
  246. "margin-left" : "10px",
  247. "margin-right" : "10px",
  248. "margin-top" : "2px"
  249. },
  250. "tdType" : {
  251. "float" : "left",
  252. "color" : "#2b65b7"
  253. },
  254. >>>>>>> .r3128
  255. "documentActionNode": {
  256. "height": "20px",
  257. //"width": "20px",
  258. //"line-height": "20px",
  259. "color": "#0066cc",
  260. "cursor": "pointer",
  261. "margin-right": "5px",
  262. "display":"block"
  263. },
  264. "documentActionNode_over":{
  265. "color": "#003399"
  266. },
  267. "documentActionNode_down":{
  268. "color": "#000"
  269. },
  270. "normalTdNode" : {
  271. "min-height": "50px",
  272. //"padding-left" : "10px",
  273. "text-indent":"10px",
  274. "text-align":"left",
  275. "white-space":"nowrap",
  276. "text-overflow":"ellipsis",
  277. "overflow":"hidden",
  278. //"font-weight" : "bold",
  279. //"border-top": "1px solid #FFF",
  280. "border-top": "1px dashed #cfecf5"
  281. },
  282. "normalTdCenterNode" : {
  283. "min-height": "50px",
  284. //"padding-left" : "10px",
  285. "text-indent":"10px",
  286. "text-align":"center",
  287. "overflow" : "hidden",
  288. //"font-weight" : "bold",
  289. //"border-top": "1px solid #FFF",
  290. "border-top": "1px dashed #cfecf5"
  291. },
  292. "documentIcon":{
  293. "height":"20px",
  294. //"margin-top":"5px",
  295. "display":"block"
  296. },
  297. "itemBlock" : {
  298. "overflow" : "hidden",
  299. "display" : "block"
  300. },
  301. "itemInLine" : {
  302. "float" : "left",
  303. "font-color" : "#888",
  304. "padding-right" : "10px",
  305. "padding-top" : "5px"
  306. },
  307. "pagingBar" : {
  308. "float" : "right",
  309. "margin-right" : "10px",
  310. "padding-left" : "10px",
  311. "overflow" : "hidden",
  312. "height" : "36px",
  313. "line-height" : "36px",
  314. //"margin-top" : "10px",
  315. "margin-bottom" : "10px",
  316. "background" : "#fff",
  317. "color" : "#333"//,
  318. //"border" : "1px solid #bcbcbc"
  319. },
  320. "pageReturn" : {
  321. "cursor" : "pointer",
  322. "float" : "left",
  323. "height" : "20px",
  324. "line-height" : "20px",
  325. "cursor" : "pointer",
  326. "color" : "#333",
  327. "padding-left" : "20px",
  328. "padding-right" : "20px",
  329. "font-size" : "12px",
  330. "background-image" : "url( ../x_component_ForumDocument/$Main/default/icon/back_16.png )",
  331. "background-position-x" : "2px",
  332. "background-position-y" : "center",
  333. "background-repeat" : "no-repeat",
  334. "background-color" : "#fff",
  335. "margin" : "8px 5px 0px 5px",
  336. "font-size" : "14px"
  337. },
  338. "pageReturn_over" : {
  339. "color" : "#43AAFA"
  340. },
  341. "firstPage" : {
  342. "float" : "left"
  343. },
  344. "lastPage" : {
  345. "float" : "left"
  346. },
  347. "prePage" : {
  348. "float" : "left",
  349. "width" : "16px",
  350. "height" : "20px",
  351. "line-height" : "20px",
  352. "text-align" : "center",
  353. "padding" : "2px 5px",
  354. "border" : "1px solid #f3f3f3",
  355. "margin" : "5px",
  356. "cursor" : "pointer",
  357. "background": "url(../x_component_ForumDocument/$Main/default/icon/back_16.png) no-repeat center center",
  358. "background-color" : "#f3f3f3"
  359. },
  360. "prePage_over" : {
  361. "border" : "1px solid #43AAFA",
  362. "background-color" : "#fff",
  363. "color" : "#43AAFA"
  364. },
  365. "pageItem" : {
  366. "float" : "left",
  367. "height" : "20px",
  368. "min-width" : "16px",
  369. "line-height" : "20px",
  370. "text-align" : "center",
  371. "padding" : "2px 5px",
  372. "border" : "1px solid #f3f3f3",
  373. "background-color" : "#f3f3f3",
  374. "cursor" : "pointer",
  375. "color" : "#333",
  376. "margin" : "5px"
  377. },
  378. "pageItem_over" : {
  379. "border" : "1px solid #43AAFA",
  380. "background-color" : "#fff",
  381. "color" : "#43AAFA"
  382. },
  383. "currentPage" : {
  384. "float" : "left",
  385. "height" : "20px",
  386. "width" : "16px",
  387. "line-height" : "20px",
  388. "text-align" : "center",
  389. "padding" : "2px 5px",
  390. "border" : "1px solid #43AAFA",
  391. "color" : "#fff",
  392. "margin" : "5px",
  393. "font-weight" : "bold",
  394. "background-color" : "#43aafa"
  395. },
  396. "pageJumper" : {
  397. "float" : "left",
  398. "height" : "20px",
  399. "line-height" : "20px",
  400. "text-align" : "center",
  401. "width" : "20px",
  402. "margin-top" : "5px",
  403. "margin-bottom" : "5px",
  404. "margin-left" : "5px",
  405. "border" : "1px solid #ddd"
  406. },
  407. "pageJumper_over" : {
  408. "border" : "1px solid #43AAFA"
  409. },
  410. "pageText" : {
  411. "float" : "left",
  412. "height" : "20px",
  413. "padding" : "2px 5px",
  414. "text-align" : "center",
  415. "line-height" : "20px",
  416. "margin-top" : "5px",
  417. "margin-bottom" : "5px",
  418. "margin-right" : "5px"
  419. },
  420. "nextPage" : {
  421. "float" : "left",
  422. "width" : "16px",
  423. "height" : "20px",
  424. "line-height" : "20px",
  425. "text-align" : "center",
  426. "padding" : "2px 5px",
  427. "border" : "1px solid #f3f3f3",
  428. "margin" : "5px",
  429. "cursor" : "pointer",
  430. "color" : "#333",
  431. "background": "url(../x_component_ForumDocument/$Main/default/icon/forward_16.png) no-repeat center center",
  432. "background-color" : "#f3f3f3"
  433. },
  434. "nextPage_over" : {
  435. "border" : "1px solid #43AAFA",
  436. "background-color" : "#fff",
  437. "color" : "#43AAFA"
  438. },
  439. "nextPageNode" : {
  440. "font-size" : "16px",
  441. "height" : "40px",
  442. "line-height" : "40px",
  443. "text-align" : "center",
  444. "border" : "1px solid #DCDCDC",
  445. "margin-top" : "10px",
  446. "cursor" : "pointer",
  447. "color" : "#666",
  448. "background-color" : "#EEE",
  449. "background": "url(../x_component_ForumDocument/$Main/default/icon/forward_16.png) no-repeat 620px center"
  450. },
  451. "nextPageNode_over" : {
  452. "background-color" : "#eee"
  453. }
  454. }