css.wcss 6.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269
  1. {
  2. "leftNode": {
  3. "width": "360px",
  4. "height": "100%",
  5. "overflow": "hidden",
  6. "float": "left",
  7. "background-color":"#FFFFFF",
  8. "border-right": "1px solid #CCCCCC"
  9. },
  10. "contentNode": {
  11. "height": "100%",
  12. "margin-left": "360px",
  13. "overflow": "hidden"
  14. },
  15. "menuNode": {
  16. "height": "60px",
  17. "border-bottom": "1px solid #3c76b7"
  18. },
  19. "listNode": {
  20. "overflow": "auto",
  21. },
  22. "actionArea": {
  23. "width": "60px",
  24. "height": "60px",
  25. "float": "right"
  26. },
  27. "logoArea": {
  28. "margin-right": "90px",
  29. "height": "60px"
  30. },
  31. "logoIconNode": {
  32. "width": "60px",
  33. "height": "60px",
  34. "float": "left",
  35. "background-repeat": "no-repeat",
  36. "background-position": "center center"
  37. },
  38. "logoTitleNode": {
  39. "line-height": "60px",
  40. "height": "60px",
  41. "margin-left": "60px",
  42. "font-size": "18px",
  43. "font-weight": "bold"
  44. },
  45. "searchArea": {
  46. "margin-right": "90px",
  47. "padding-top": "14px",
  48. "height": "60px"
  49. },
  50. "searchArea_key": {
  51. "margin-right": "60px"
  52. },
  53. "addAction": {
  54. "width": "60px",
  55. "height": "60px",
  56. "cursor": "pointer",
  57. "background": "url(/x_component_Message/$Main/default/icon/add.png) no-repeat center center"
  58. },
  59. "searchNode": {
  60. "height": "30px",
  61. "margin": "0px 0px 15px 15px",
  62. "border": "1px solid #CCCCCC"
  63. },
  64. "searchActionNode": {
  65. "width": "30px",
  66. "height": "30px",
  67. "float": "right",
  68. "cursor": "pointer",
  69. "background": "url(/x_component_Message/$Main/default/icon/search.png) no-repeat center center"
  70. },
  71. "searchBarNode": {
  72. "height": "30px",
  73. "margin-right": "30px",
  74. "overflow": "hidden"
  75. },
  76. "searchBarNode_key": {
  77. "margin-right": "60px",
  78. },
  79. "searchInput": {
  80. "height": "28px",
  81. "border": "0px",
  82. "width": "98%",
  83. "padding": "0px 5px",
  84. "font-size": "14px",
  85. "color": "#888888",
  86. "line-height": "30px"
  87. },
  88. "clearActionNode": {
  89. "width": "30px",
  90. "height": "30px",
  91. "float": "right",
  92. "cursor": "pointer",
  93. "background": "url(/x_component_Message/$Main/default/icon/close.png) no-repeat center center"
  94. },
  95. "noListNode": {
  96. "height": "30px",
  97. "line-height": "30px",
  98. "margin": "50px 10px",
  99. "font-size": "18px",
  100. "color": "#999999",
  101. "text-align": "center"
  102. },
  103. "removeAction": {
  104. "border": "1px solid #cccccc",
  105. "position": "absolute",
  106. "box-shadow": "0px 0px 10px #999",
  107. "cursor": "pointer"
  108. },
  109. "removeDeleteAction": {
  110. "padding": "10px",
  111. "color": "#ffffff",
  112. "background-color": "#c04444",
  113. "float": "left"
  114. },
  115. "removeCancelAction": {
  116. "padding": "10px",
  117. "color": "#ffffff",
  118. "background-color": "#999999",
  119. "float": "left"
  120. },
  121. "documentNode": {
  122. "height": "100%",
  123. "overflow": "auto",
  124. "background-color":"#FFFFFF"
  125. },
  126. "documentMenuNode": {
  127. "height": "45px",
  128. "padding-top": "15px",
  129. "border-bottom": "0px solid #CCCCCC"
  130. },
  131. "documentContentNode": {
  132. "overflow": "auto"
  133. },
  134. "documentTitleNode": {
  135. "height": "80px",
  136. "line-height": "80px",
  137. "text-align": "center",
  138. "font-size": "24px",
  139. "font-weight": "400",
  140. "color": "#666666"
  141. },
  142. "documentSendPersonNode": {
  143. "min-height": "30px",
  144. "line-height": "30px",
  145. "width": "90%",
  146. "margin": "10px auto",
  147. "overflow": "hidden"
  148. },
  149. "documentSendTitleNode": {
  150. "width": "100px",
  151. "float": "left",
  152. "min-height": "30px",
  153. "text-align": "right",
  154. "font-size": "16px",
  155. "color": "#666666"
  156. },
  157. "documentSendPersonSelectNode": {
  158. "width": "90px",
  159. "float": "right",
  160. "min-height": "30px"
  161. },
  162. "documentSendPersonInputAreaNode": {
  163. "min-height": "30px",
  164. "margin": "0px 110px 0px 120px",
  165. },
  166. "documentSendPersonInputNode": {
  167. "min-height": "60px",
  168. "padding": "3px",
  169. "border": "1px solid #3c76b7"
  170. },
  171. "documentSendPersonSelectAction": {
  172. "padding": "4px 14px",
  173. "border-radius": "3px",
  174. "border": "1px solid rgb(153, 153, 153)",
  175. "color": "rgb(102, 102, 102)",
  176. "font-size": "14px",
  177. "line-height": "normal",
  178. "float": "left",
  179. "cursor": "pointer",
  180. "background-color": "#f3f3f3"
  181. },
  182. "documentSendBodyNode": {
  183. "min-height": "300px",
  184. "width": "90%",
  185. "margin": "20px auto",
  186. "overflow": "hidden"
  187. },
  188. "documentSendBodyInputAreaNode": {
  189. "min-height": "300px",
  190. "margin": "0px 110px 0px 120px",
  191. "overflow": "hidden",
  192. "border": "1px solid #cccccc"
  193. },
  194. "documentSendBodyInputNode": {
  195. "font-family": "'Microsoft YaHei','Microsoft YaHei','SimSun','宋体'",
  196. "font-size": "14px",
  197. "color": "#666666",
  198. "height": "300px",
  199. "border": "0px",
  200. "width": "100%"
  201. },
  202. "listItemNode": {
  203. "height": "80px",
  204. "overflow": "hidden",
  205. "cursor": "pointer",
  206. "border-bottom": "1px solid #eeeeee"
  207. },
  208. "listItemActionNode": {
  209. "width": "30px",
  210. "height": "80px",
  211. "background": "url(/x_component_Message/$Main/default/icon/delete.png) no-repeat center center",
  212. "opacity": 0,
  213. "float": "right"
  214. },
  215. "listItemActionNode_remove": {
  216. "background": "url(/x_component_Message/$Main/default/icon/delete_delete.png) no-repeat center center",
  217. "opacity": 1
  218. },
  219. "listItemIconNode": {
  220. "width": "50px",
  221. "height": "80px",
  222. "float": "left",
  223. "background-repeat": "no-repeat",
  224. "background-position": "right center"
  225. },
  226. "listItemContentNode": {
  227. "height": "60px",
  228. "padding": "10px",
  229. "margin-right": "30px",
  230. "margin-left": "50px"
  231. },
  232. "listItemTitleLine": {
  233. "height": "22px",
  234. "line-height": "22px",
  235. "color": "#333333"
  236. },
  237. "listItemBodyLine": {
  238. "height": "19px",
  239. "line-height": "19px",
  240. "color": "#999999"
  241. },
  242. "listItemPersonLine": {
  243. "height": "19px",
  244. "line-height": "19px",
  245. "color": "#666666"
  246. },
  247. "listItemTitleLineTextLeft": {
  248. "float": "left"
  249. },
  250. "listItemTitleLineTextRight": {
  251. "float": "right"
  252. }
  253. }