css.wcss 6.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234
  1. {
  2. "content":{
  3. "width": "100%",
  4. "height": "100%",
  5. "overflow": "auto"
  6. },
  7. "maskNode": {
  8. "background-color": "#666",
  9. "opacity": 0.4,
  10. "z-index":100
  11. },
  12. "processNode_from": {
  13. "width": "480px",
  14. "min-height": "280px",
  15. "height": "auto",
  16. "z-index":300,
  17. "background-color": "#FFF",
  18. "overflow": "hidden",
  19. "border": "3px solid #666",
  20. "border-radius": "10px",
  21. "box-shadow": "0px 0px 15px #666",
  22. "opacity": 0.2,
  23. "position": "absolute"
  24. },
  25. "processNode": {
  26. "width": "480px",
  27. "min-height": "280px",
  28. "height": "auto",
  29. "opacity": 1,
  30. "overflow": "hidden"
  31. },
  32. "routeSelectorTile": {
  33. "overflow": "hidden",
  34. "height": "24px",
  35. "line-height": "24px"
  36. },
  37. "routeSelectorArea": {
  38. "overflow": "hidden"
  39. },
  40. "formMarkNode": {
  41. "width": "100%",
  42. "height": "100%",
  43. "opacity": 0.6,
  44. "position": "absolute",
  45. "background-color": "#CCC",
  46. "top": "0px",
  47. "left": "0px"
  48. },
  49. "formAreaNode": {
  50. "position": "absolute",
  51. "opacity": 0,
  52. "top": "0px" //,
  53. //"z-index" : "105"
  54. },
  55. "formNode": {
  56. "background-color": "#FFF",
  57. "box-shadow": "0px 0px 10px #999",
  58. "border-radius": "10px",
  59. "margin": "auto",
  60. "border": "1px solid #fff",
  61. "overflow": "hidden"
  62. },
  63. "formTopNode": {
  64. "color" : "#3587d7",
  65. "height": "40px",
  66. "background-color": "#eee", //798d9e
  67. "border-top": "1px solid #ddd",
  68. "border-bottom": "1px solid #b6b6b6",
  69. "border-top-left-radius": "10px",
  70. "border-top-right-radius": "10px",
  71. "line-height": "40px",
  72. "font-size": "14px",
  73. "font-weight" : "bold",
  74. "padding-left" : "25px",
  75. "text-align": "left"
  76. },
  77. "formTopTextNode" : {
  78. "font-size": "16px",
  79. "float": "left",
  80. "width" : "480px",
  81. "overflow" : "hidden",
  82. "text-overflow" : "ellipsis",
  83. "white-space":"nowrap"
  84. },
  85. "formTopTextNodeTopSetting" : {
  86. "font-size": "16px",
  87. "float": "left",
  88. "width" : "80px",
  89. "overflow" : "hidden",
  90. "text-overflow" : "ellipsis",
  91. "white-space":"nowrap"
  92. },
  93. "formTopTextNodeImageLink" : {
  94. "font-size": "16px",
  95. "float": "left",
  96. "width" : "280px",
  97. "overflow" : "hidden",
  98. "text-overflow" : "ellipsis",
  99. "white-space":"nowrap"
  100. },
  101. "formTopCloseActionNode": {
  102. "width": "32px",
  103. "height": "32px",
  104. "float": "right",
  105. "padding-left" : "30px",
  106. "padding-right" : "10px",
  107. "background": "url(/x_component_cms_Document/$Main/default/close.png) no-repeat center 10px",
  108. "cursor": "pointer"
  109. },
  110. "formTopContentNode" : {
  111. "float" : "right",
  112. "padding-right" : "10px",
  113. "text-align" : "right"
  114. },
  115. "formTopContentTitle" : {
  116. },
  117. "formTopContentValue" : {
  118. "padding-right" : "20px",
  119. "font-size": "12px"
  120. },
  121. "formNewNode": {
  122. "width": "47px",
  123. "height": "47px",
  124. "background": "url(/x_component_Template/$Explorer/default/icon/new.png) no-repeat"
  125. },
  126. "formIconNode": {
  127. "width": "47px",
  128. "height": "47px"
  129. },
  130. "formEditNode": {
  131. "width": "47px",
  132. "height": "47px"
  133. },
  134. "formContentNode": {
  135. "border": "0px solid #666",
  136. "width": "100%",
  137. "margin": "auto",
  138. "font-size": "12px",
  139. "color": "#666",
  140. "font-family": "微软雅黑",
  141. "overflow" : "hidden"
  142. },
  143. "formTableContainer" : {
  144. "margin": "0px 10px",
  145. "overflow" : "hidden",
  146. "positon" : "static"
  147. },
  148. "formTableValue14" : {
  149. "text-align": "left",
  150. "font-size" : "14px"
  151. },
  152. "formBottomNode" : {
  153. "height" : "50px",
  154. "line-height" : "50px",
  155. "background-color" : "#eee",
  156. "overflow" : "hidden",
  157. "padding-left" : "20px",
  158. "border-bottom-left-radius": "10px",
  159. "border-bottom-right-radius": "10px"
  160. },
  161. "formOkActionNode": {
  162. "height": "30px",
  163. "line-height": "30px",
  164. "text-align" : "center",
  165. "width": "90px",
  166. "margin-top" : "10px",
  167. "margin-right" : "10px",
  168. "cursor": "pointer",
  169. "float": "right",
  170. "font-size": "14px",
  171. "font-family": "微软雅黑",
  172. "background-color":"#5c97e1",
  173. "color": "#FFF",
  174. "border-radius" : "3px"
  175. },
  176. "formCancelActionNode": {
  177. "height": "30px",
  178. "line-height": "30px",
  179. "text-align" : "center",
  180. "width": "50px",
  181. "margin-top" : "10px",
  182. "margin-right" : "10px",
  183. "cursor": "pointer",
  184. "float": "right",
  185. "font-size": "14px",
  186. "font-family": "微软雅黑",
  187. "background-color":"#fff",
  188. "color": "#333",
  189. "border-radius" : "3px"
  190. },
  191. "cancelHotPicture" : {
  192. "height": "30px",
  193. "line-height": "30px",
  194. "text-align" : "center",
  195. "width": "70px",
  196. "margin-top" : "10px",
  197. "margin-right" : "10px",
  198. "cursor": "pointer",
  199. "float": "right",
  200. "font-size": "14px",
  201. "font-family": "微软雅黑",
  202. "background-color":"#fff",
  203. "color": "#333",
  204. "border-radius" : "3px"
  205. },
  206. "iconNode": {
  207. "width": "400px",
  208. "height": "200px",
  209. "float" : "left"
  210. },
  211. "selectActionNode" : {
  212. "float": "left",
  213. "background-color": "#FFF",
  214. "padding": "4px 14px",
  215. "border": "1px solid #999",
  216. "border-radius": "3px",
  217. "font-size": "14px",
  218. "color": "#666",
  219. "cursor": "pointer",
  220. "margin-right" : "10px"
  221. },
  222. "changeIconActionNode":{
  223. "margin-right": "20px",
  224. "float": "left",
  225. "background-color": "#FFF",
  226. "padding": "4px 14px",
  227. "border": "1px solid #999",
  228. "border-radius": "3px",
  229. "font-size": "14px",
  230. "color": "#666",
  231. "cursor": "pointer"
  232. }
  233. }