css.wcss 6.2 KB

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