css.wcss 11 KB

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