css.wcss 6.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236
  1. {
  2. "naviDiv":{
  3. "position":"absolute","width":"130px","height":"616px","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. "categoryBar":{
  42. "width":"100%","min-width":"1000px","padding-top":"8px","margin-bottom":"10px","padding-left":"10px",
  43. "border-bottom" : "1px dashed #dedede", "overflow" : "hidden"
  44. },
  45. "categoryNode":{
  46. "list-style" : "none",
  47. "padding": "10px",
  48. "height": "20px",
  49. "line-height": "20px",
  50. "overflow": "hidden",
  51. "font-family": "Microsoft YaHei",
  52. "font-size": "14px",
  53. "font-weight" : "normal",
  54. "float": "left",
  55. "cursor": "pointer",
  56. "color":"#3c76c1",
  57. "border-bottom" : "2px solid #fff"
  58. //border-bottom-color: rgb(255, 255, 255); border-bottom-width: 2px; border-bottom-style: solid;
  59. //"display":"inline-block","width":"80px","height":"30px","text-align":"center","line-height":"30px","cursor":"pointer","color":"#3c76c1","font-size":"14px","margin-right" : "10px"
  60. },
  61. "categoryNode_over" : {
  62. "font-size": "14px",
  63. "font-weight": "normal",
  64. "border-bottom" : "2px solid #5c97e1"
  65. },
  66. "categoryNode_current" : {
  67. "font-size": "14px",
  68. "font-weight": "bold",
  69. "border-bottom" : "2px solid #124c93"
  70. },
  71. "toolbar" : {
  72. //"padding-top" : "15px",
  73. //"height" : "50px",
  74. //"border-bottom" : "1px solid #dedede"
  75. "padding-left" : "20px",
  76. "height" : "40px",
  77. "overflow" : "hidden"
  78. },
  79. "toolbarTextNode" : {
  80. "margin" : "6px 40px 6px 20px",
  81. "color" : "#999",
  82. "font-size" : "18px",
  83. "font-weight" : "bold",
  84. "float" : "left",
  85. "text-align" : "center"
  86. },
  87. "fileterNode" : {
  88. "float" : "left"
  89. },
  90. "filterTableTitle":{
  91. "text-align":"right"
  92. },
  93. "filterTableValue":{
  94. "text-align":"left"
  95. },
  96. "filterTitle":{
  97. "width" : "180px",
  98. "color" : "#bbb"
  99. },
  100. "filterButton":{
  101. "color" : "#fff",
  102. "border":"0px",
  103. "cursor": "pointer" ,
  104. "background-color":"#5c97e1",
  105. "box-shadow": "0px 0px 5px #2a5c95",
  106. "height" : "26px",
  107. "padding-left" : "15px",
  108. "padding-right" : "15px"
  109. },
  110. "viewContainer" : {
  111. "overflow" : "hidden",
  112. "margin-right" : "10px"
  113. },
  114. "viewHeadNode": {
  115. "width":"100%",
  116. "height": "20px",
  117. "background-color": "#fff",
  118. "color": "#666666",
  119. "line-height": "30px",
  120. "font-family": "Microsoft YaHei",
  121. "font-size": "14px"
  122. },
  123. "normalThNode" : {
  124. "background-color" : "#fff",
  125. "text-align":"center",
  126. "border-bottom": "1px solid #cfecf5",
  127. "font-weight" : "normal"
  128. },
  129. "sortIconNode" : {
  130. "height": "16px",
  131. "width": "16px",
  132. "line-height": "20px",
  133. "margin-top": "5px",
  134. //"float": "left",
  135. "display":"inline-block",
  136. "margin-right": "5px",
  137. "background-position" : "center center",
  138. "background-repeat" : "no-repeat",
  139. "background-image" : "url(../x_component_Template/$Explorer/default/icon/dblsort.gif)"
  140. },
  141. "sortIconNode_asc" : {
  142. "height": "16px",
  143. "width": "16px",
  144. "line-height": "20px",
  145. "margin-top": "5px",
  146. //"float": "left",
  147. "display":"inline-block",
  148. "margin-right": "5px",
  149. "background-position" : "center center",
  150. "background-repeat" : "no-repeat",
  151. "background-image" : "url(../x_component_Template/$Explorer/default/icon/dblasc.gif)"
  152. },
  153. "sortIconNode_desc" : {
  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/dbldesc.gif)"
  164. },
  165. "documentNode":{
  166. "min-height": "29px",
  167. "overflow": "hidden",
  168. "color": "#666666",
  169. //"line-height": "39px",
  170. "cursor": "pointer",
  171. "font-family": "Microsoft YaHei",
  172. "font-size": "12px",
  173. "background-color": "#fff"
  174. },
  175. "documentNode_noread": {
  176. "background-color": "#fcfcfc"
  177. },
  178. "documentNode_over": {
  179. "background-color": "#f5f6f7"
  180. },
  181. "documentNode_remove": {
  182. "background-color": "#ffcccc"
  183. },
  184. "documentActionNode": {
  185. "height": "20px",
  186. "width": "20px",
  187. "line-height": "20px",
  188. "color": "#0066cc",
  189. "cursor": "pointer",
  190. "margin-right": "5px"
  191. },
  192. "documentActionNode_over":{
  193. "color": "#003399"
  194. },
  195. "documentActionNode_down":{
  196. "color": "#000"
  197. },
  198. "normalTdNode" : {
  199. "min-height": "30px",
  200. "padding-left" : "10px",
  201. "text-align":"left",
  202. "overflow" : "hidden",
  203. //"font-weight" : "bold",
  204. //"border-top": "1px solid #FFF",
  205. "border-top": "1px dashed #cfecf5"
  206. },
  207. "normalTdCenterNode" : {
  208. "min-height": "30px",
  209. "padding-left" : "10px",
  210. "text-align":"center",
  211. "overflow" : "hidden",
  212. //"font-weight" : "bold",
  213. //"border-top": "1px solid #FFF",
  214. "border-top": "1px dashed #cfecf5"
  215. },
  216. "documentSubject" : {
  217. "font-size" : "14px",
  218. "font-weight" : "normal",
  219. "color" : "#003399"
  220. },
  221. "itemBlock" : {
  222. "overflow" : "hidden",
  223. "display" : "block"
  224. },
  225. "itemInLine" : {
  226. "float" : "left",
  227. "font-color" : "#888",
  228. "padding-right" : "10px",
  229. "padding-top" : "5px"
  230. }
  231. }