css.wcss 5.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248
  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. },
  31. "headSearchImg":{
  32. "display":"inline-block"
  33. // "margin-top":"8px"
  34. },
  35. "headSearchInput":{
  36. "outline":"none",
  37. "text-indent":"5px",
  38. "font-size":"14px",
  39. "border":"0px",
  40. "width":"260px",
  41. "height":"30px",
  42. "line-height":"30px",
  43. "display":"inline-block"
  44. },
  45. "headSearchRemoveImg":{
  46. "cursor":"pointer",
  47. "display":"none"
  48. },
  49. "headSearchBottonDiv":{
  50. "padding-left":"10px",
  51. "color":"#74abff",
  52. "height":"30px",
  53. "line-height":"30px",
  54. "width":"46px",
  55. "background":"#fff",
  56. "margin":"0 5px",
  57. "float":"left",
  58. "cursor":"pointer"
  59. },
  60. "headBottonDiv":{
  61. "margin":"20px 0px",
  62. "float":"right"
  63. },
  64. "headNewBottonDiv":{
  65. "float":"left",
  66. "width":"70px",
  67. "height":"30px",
  68. "line-height":"30px",
  69. "background":"#3f84e9",
  70. "color":"#fff",
  71. "text-align":"center",
  72. "cursor":"pointer",
  73. "border-radius":"3px"
  74. },
  75. "headMoreBottonDiv":{
  76. "float":"left",
  77. "width":"105px",
  78. "height":"30px",
  79. "line-height":"30px",
  80. "background":"#fff",
  81. "border":"1px solid #dcdcde",
  82. "color":"#8d8986",
  83. "margin":"0 10px",
  84. "text-align":"center",
  85. "cursor":"pointer",
  86. "border-radius":"3px"
  87. },
  88. "contentListDiv":{
  89. "overflow":"hidden"
  90. },
  91. "contentListInDiv":{
  92. "overflow-y":"hidden",
  93. "overflow-x":"auto"
  94. },
  95. "viewHeadNode": {
  96. "width":"100%",
  97. "height": "20px",
  98. "background-color": "#fff",
  99. "color": "#666666",
  100. "line-height": "30px",
  101. "font-family": "微软雅黑",
  102. "font-size": "14px"
  103. },
  104. "normalThNode" : {
  105. "background-color" : "#fff",
  106. "text-align":"left",
  107. "padding-left":"10px",
  108. "border-bottom": "1px solid #cfecf5",
  109. "font-weight" : "normal"
  110. },
  111. "sortIconNode" : {
  112. "height": "16px",
  113. "width": "16px",
  114. "line-height": "20px",
  115. "margin-top": "5px",
  116. //"float": "left",
  117. "display":"inline-block",
  118. "margin-right": "5px",
  119. "background-position" : "center center",
  120. "background-repeat" : "no-repeat",
  121. "background-image" : "url(/x_component_Template/$Explorer/default/icon/dblsort.gif)"
  122. },
  123. "sortIconNode_asc" : {
  124. "height": "16px",
  125. "width": "16px",
  126. "line-height": "20px",
  127. "margin-top": "5px",
  128. //"float": "left",
  129. "display":"inline-block",
  130. "margin-right": "5px",
  131. "background-position" : "center center",
  132. "background-repeat" : "no-repeat",
  133. "background-image" : "url(/x_component_Template/$Explorer/default/icon/dblasc.gif)"
  134. },
  135. "sortIconNode_desc" : {
  136. "height": "16px",
  137. "width": "16px",
  138. "line-height": "20px",
  139. "margin-top": "5px",
  140. //"float": "left",
  141. "display":"inline-block",
  142. "margin-right": "5px",
  143. "background-position" : "center center",
  144. "background-repeat" : "no-repeat",
  145. "background-image" : "url(/x_component_Template/$Explorer/default/icon/dbldesc.gif)"
  146. },
  147. "documentNode":{
  148. "height":"50px",
  149. "overflow": "hidden",
  150. "color": "#666666",
  151. //"line-height": "39px",
  152. "cursor": "pointer",
  153. "font-family": "微软雅黑",
  154. "font-size": "12px",
  155. "background-color": "#fff",
  156. "white-space":"nowrap",
  157. "text-overflow":"ellipsis",
  158. "overflow":"hidden"
  159. },
  160. "documentNodeCenter":{
  161. "max-height":"50px",
  162. "min-height": "50px",
  163. "overflow": "hidden",
  164. "color": "#666666",
  165. //"line-height": "39px",
  166. "cursor": "pointer",
  167. "font-family": "微软雅黑",
  168. "font-size": "12px",
  169. "background-color": "#fff"
  170. },
  171. "documentNode_noread": {
  172. "background-color": "#fcfcfc"
  173. },
  174. "documentNode_over": {
  175. "background-color": "#f5f6f7"
  176. },
  177. "documentNode_remove": {
  178. "background-color": "#ffcccc"
  179. },
  180. "documentActionNode": {
  181. "height": "20px",
  182. //"width": "20px",
  183. //"line-height": "20px",
  184. "color": "#0066cc",
  185. "cursor": "pointer",
  186. "margin-right": "5px",
  187. "display":"block"
  188. },
  189. "documentActionNode_over":{
  190. "color": "#003399"
  191. },
  192. "documentActionNode_down":{
  193. "color": "#000"
  194. },
  195. "normalTdNode" : {
  196. "min-height": "50px",
  197. "padding-left" : "10px",
  198. "text-align":"left",
  199. "white-space":"nowrap",
  200. "text-overflow":"ellipsis",
  201. "overflow":"hidden",
  202. //"font-weight" : "bold",
  203. //"border-top": "1px solid #FFF",
  204. "border-top": "1px dashed #cfecf5"
  205. },
  206. "normalTdCenterNode" : {
  207. "min-height": "50px",
  208. "padding-left" : "10px",
  209. "text-align":"center",
  210. "overflow" : "hidden",
  211. //"font-weight" : "bold",
  212. //"border-top": "1px solid #FFF",
  213. "border-top": "1px dashed #cfecf5"
  214. },
  215. "documentIcon":{
  216. "height":"20px",
  217. //"margin-top":"5px",
  218. "display":"block"
  219. },
  220. "itemBlock" : {
  221. "overflow" : "hidden",
  222. "display" : "block"
  223. },
  224. "itemInLine" : {
  225. "float" : "left",
  226. "font-color" : "#888",
  227. "padding-right" : "10px",
  228. "padding-top" : "5px"
  229. }
  230. }