css.wcss 5.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205
  1. {
  2. "container" : {
  3. "width": "100%", "height": "100%", "overflow": "hidden",
  4. "-webkit-user-select": "text",
  5. "-moz-user-select": "text",
  6. "background-color" : "#f7f7f7"
  7. },
  8. "contentContainer" : {
  9. "overflow-x" : "hidden",
  10. "overflow-y" : "scroll"
  11. },
  12. "contentContainer_flow" : {
  13. "overflow-x" : "hidden",
  14. "overflow-y" : "hidden"
  15. },
  16. "topNode" : {
  17. "font-family": "Microsoft YaHei",
  18. "color" : "#999",
  19. "background-color" : "#fff",
  20. "overflow" : "hidden",
  21. "padding-top" : "10px",
  22. //"padding-left" : "10px",
  23. "padding-bottom" : "10px",
  24. "width" : "1200px",
  25. "height" : "20px",
  26. "line-height" : "20px",
  27. "margin" : "0px auto"
  28. },
  29. "topTitleMiddleNode" : {
  30. "float" : "left",
  31. "height" : "20px",
  32. "line-height" : "20px"
  33. },
  34. "topItemTitleNode" : {
  35. //"height": "35px",
  36. //"line-height" :"35px",
  37. "font-size": "14px",
  38. "margin-left" : "6px",
  39. "padding-left" : "10px",
  40. "padding-right" : "10px",
  41. "float" : "left",
  42. "cursor" : "pointer"
  43. },
  44. "topItemTitleLastNode" : {
  45. //"height": "35px",
  46. //"line-height" :"35px",
  47. "color" : "#3c76b6",
  48. "font-size": "14px",
  49. "padding-left" : "10px",
  50. "padding-right" : "10px",
  51. "float" : "left",
  52. "cursor" : "pointer"
  53. },
  54. "topItemSepNode" : {
  55. "float" : "left",
  56. "font-size" : "16px",
  57. "width" : "10px",
  58. "height" : "20px",
  59. "line-height" : "20px"
  60. },
  61. "middleNode" : {
  62. "width" : "1200px",
  63. "overflow" : "hidden",
  64. "background-color" : "#f7f7f7",
  65. "margin" : "0px auto 0px auto"
  66. },
  67. "inforNode" : {
  68. "padding" : "15px",
  69. "background-color" : "#fff"
  70. },
  71. "listContainer" : {
  72. "margin-bottom" : "15px",
  73. "padding-bottom" : "15px",
  74. "background-color" : "#fff"
  75. },
  76. "listTop" : {
  77. "height" : "40px",
  78. "line-height" : "40px",
  79. "background-color" : "#f0f0f0",
  80. "border-top-left-radius" : "5px",
  81. "border-top-right-radius" : "5px",
  82. "border-left" : "7px solid #4a90e2",
  83. "padding-left" : "20px",
  84. "font-size" : "16px",
  85. "color" : "#666"
  86. },
  87. "listTopAction" : {
  88. "height" : "30px",
  89. "margin-top" : "5px",
  90. "line-height" : "30px",
  91. "padding" : "0px 10px 0px 35px",
  92. "background" : "url(../x_component_Report/$Explorer/default/icon/icon_zengjia_click2.png) no-repeat 10px center",
  93. "background-color" : "#4a90e2",
  94. "border-radius" : "2px",
  95. "float" : "right",
  96. "margin-right" : "20px",
  97. "color" : "#fff",
  98. "font-size" : "14px",
  99. "cursor" : "pointer"
  100. },
  101. "listTopAction_over" : {
  102. "background-color" : "#4898F3"
  103. },
  104. "listAddActionContainer" : {
  105. "margin" : "15px 15px 0px 15px",
  106. "border-radius" : "5px",
  107. "height" : "40px",
  108. "line-height" : "40px",
  109. "border" : "1px dotted #4a90e2",
  110. "background-color" : "#fff",
  111. "cursor" : "pointer"
  112. },
  113. "listAddActionContainer_over" : {
  114. "background-color" : "#4898F3"
  115. },
  116. "listAddAction" : {
  117. "font-size" : "14px",
  118. "margin" : "0px auto",
  119. "width" : "100px",
  120. "padding-left" : "30px",
  121. "background" : "url(../x_component_Report/$Explorer/default/icon/icon_add2.png) no-repeat 10px center",
  122. "color" : "#4a90e2"
  123. },
  124. "listAddAction_over" : {
  125. "background" : "url(../x_component_Report/$Explorer/default/icon/icon_zengjia_click2.png) no-repeat 10px center",
  126. "color" : "#fff"
  127. },
  128. "listNode" : {
  129. "background-color" : "#fff",
  130. "padding" : "0px 15px 0px 15px"
  131. //"margin-bottom" : "15px"
  132. },
  133. "itemNode" : {
  134. "background-color" : "#fff",
  135. "border-radius" : "5px",
  136. "border-left" : "7px solid #ccc",
  137. "border-top" : "1px solid #ccc",
  138. "border-right" : "1px solid #ccc",
  139. "border-bottom" : "1px solid #ccc",
  140. "padding" : "15px",
  141. "margin-top" : "15px"
  142. },
  143. "itemTitleNode" : {
  144. "padding-bottom" : "5px",
  145. "font-size" : "16px",
  146. "color" : "#333"
  147. },
  148. "itemTitleNode_over" : {
  149. "color" : "#4a90e2"
  150. },
  151. "itemContentNode" : {
  152. "font-size" : "14px",
  153. "color" : "#666",
  154. "line-height" : "24px"
  155. },
  156. "itemDescriptionNode" : {
  157. "padding-top" : "5px",
  158. "font-size" : "14px",
  159. "color" : "#999",
  160. "line-height" : "24px"
  161. },
  162. "itemDateNode" : {
  163. "margin-left" : "10px",
  164. "padding-top" : "5px",
  165. "font-size" : "14px",
  166. "line-height" : "24px",
  167. "color" : "#999"
  168. },
  169. "itemActionBar" : {
  170. "margin-top" : "10px",
  171. "overflow" : "hidden"
  172. },
  173. "action_view" : {
  174. "float" : "left",
  175. "padding-right" : "10px",
  176. "width" : "16px",
  177. "height" : "16px",
  178. "background" : "url(../x_component_Report/$Explorer/default/icon/icon_chakan.png) no-repeat center center"
  179. },
  180. "action_view_over" : {
  181. "background" : "url(../x_component_Report/$Explorer/default/icon/icon_chakan_click.png) no-repeat center center"
  182. },
  183. "action_edit" : {
  184. "cursor" : "pointer",
  185. "float" : "left",
  186. "padding-right" : "10px",
  187. "width" : "16px",
  188. "height" : "16px",
  189. "background" : "url(../x_component_Report/$Explorer/default/icon/icon_bianji.png) no-repeat center center"
  190. },
  191. "action_edit_over" : {
  192. "background" : "url(../x_component_Report/$Explorer/default/icon/icon_bianji_click.png) no-repeat center center"
  193. },
  194. "action_remove" : {
  195. "cursor" : "pointer",
  196. "float" : "left",
  197. "padding-right" : "10px",
  198. "width" : "16px",
  199. "height" : "16px",
  200. "background" : "url(../x_component_Report/$Explorer/default/icon/icon_delete_grey.png) no-repeat center center"
  201. },
  202. "action_remove_over" : {
  203. "background" : "url(../x_component_Report/$Explorer/default/icon/icon_delete_blue_click2.png) no-repeat center center"
  204. }
  205. }