css.wcss 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223
  1. {
  2. "content":{
  3. "width": "100%",
  4. "height": "100%",
  5. "overflow": "auto",
  6. "background-color": "#FFF"
  7. //"position": "relative"
  8. },
  9. "formNode": {
  10. "min-height": "100%",
  11. "font-size": "14px",
  12. "overflow": "auto",
  13. "background-color": "#FFF",
  14. "height": "100%",
  15. },
  16. "maskNode": {
  17. "background-color": "#666",
  18. "opacity": 0.4,
  19. "z-index":100
  20. },
  21. "flowNode_Area": {
  22. "background-color": "#FFF",
  23. "overflow": "hidden",
  24. "height": "100%"
  25. },
  26. "flowNode_mobile": {
  27. "width": "100%",
  28. "height": "100%",
  29. "min-height": "280px",
  30. "opacity": 1,
  31. "top":"0px",
  32. "left": "0px",
  33. "overflow": "auto",
  34. "background": "#F5F5F5",
  35. "position": "absolute",
  36. "z-index":300
  37. },
  38. "processNode_from": {
  39. "width": "480px",
  40. "min-height": "280px",
  41. "height": "auto",
  42. "z-index":300,
  43. "background-color": "#FFF",
  44. "overflow": "hidden",
  45. "border": "3px solid #666",
  46. "border-radius": "10px",
  47. "box-shadow": "0px 0px 15px #666",
  48. "opacity": 1,
  49. "position": "absolute"
  50. },
  51. "processNode_Area": {
  52. "height": "300px",
  53. "width": "700px",
  54. "padding": "10px",
  55. "background-color": "#FFF",
  56. "overflow": "hidden"
  57. },
  58. "processNodeMobile_from": {
  59. "width": "480px",
  60. "min-height": "280px",
  61. "height": "auto",
  62. "z-index":3000,
  63. "background-color": "#eeeeee",
  64. "overflow": "hidden",
  65. "border": "0px",
  66. "border-radius": "0px",
  67. "box-shadow": "0px",
  68. "opacity": 1,
  69. "position": "absolute"
  70. },
  71. "processNode": {
  72. "width": "480px",
  73. "min-height": "280px",
  74. "height": "auto",
  75. "opacity": 1,
  76. "overflow": "hidden"
  77. },
  78. "processNodeMobile": {
  79. "width": "480px",
  80. "min-height": "280px",
  81. "height": "auto",
  82. "opacity": 1,
  83. "top":"0px",
  84. "left": "0px",
  85. "overflow": "hidden"
  86. },
  87. "routeSelectorTile": {
  88. "overflow": "hidden",
  89. "height": "24px",
  90. "line-height": "24px"
  91. },
  92. "routeSelectorArea": {
  93. "overflow": "hidden"
  94. },
  95. "mobileActionBarNode": {
  96. "font-size": "16px",
  97. "color": "#008BE6",
  98. "text-align": "center",
  99. "line-height": "40px",
  100. "height": "40px",
  101. "width": "100%",
  102. "position": "absolute",
  103. "background-color": "#ffffff",
  104. "bottom": "0px"
  105. },
  106. "mobileSaveActionNode": {
  107. "height": "40px"
  108. },
  109. "workListArea": {
  110. "width": "90%",
  111. "min-width": "300px",
  112. "max-width": "600px",
  113. "margin": "60px auto 0px auto",
  114. "overflow": "hidden"
  115. },
  116. "workListAreaTitle": {
  117. "height": "60px",
  118. "padding": "0px 10px",
  119. "color": "#666666",
  120. "font-size": "20px",
  121. "overflow": "hidden"
  122. },
  123. "workListContent": {
  124. "margin": "10px auto 0px auto",
  125. "overflow": "hidden"
  126. },
  127. "workItemNode": {
  128. "padding": "3px 10px",
  129. "height": "60px",
  130. "border-radius": "30px",
  131. "border": "2px solid #cccccc",
  132. "margin-bottom": "20px",
  133. "background-color": "#ffffff",
  134. "cursor": "pointer",
  135. },
  136. "workItemNode_over": {
  137. "border": "2px solid #4A90E2"
  138. },
  139. "workItemTitleNode": {
  140. "height": "27px",
  141. "line-height": "27px",
  142. "padding": "0px 10px",
  143. "color": "#333333"
  144. },
  145. "workItemInforNode": {
  146. "height": "27px",
  147. "line-height": "27px",
  148. "padding": "0px 10px",
  149. "color": "#999999",
  150. "font-size": "12px"
  151. },
  152. "workItemInforTitleNode": {
  153. "color": "#333333",
  154. "font-weight": "bold",
  155. "float": "left",
  156. "margin-right": "5px"
  157. },
  158. "workItemInforContentNode": {
  159. "float": "left",
  160. "margin-right": "10px"
  161. },
  162. "formNode_bg": {
  163. "background-color": "#f3f3f3"
  164. },
  165. "identitySelectArea": {
  166. "position": "absolute",
  167. "top": 0,
  168. "visibility": "visible",
  169. "width": "100%",
  170. "height": "100%",
  171. "background-color": "#eeeeee",
  172. "z-index": 10000
  173. },
  174. "identitySelectNode": {
  175. "background-color": "#ffffff",
  176. "box-shadow": "#999999 0px 0px 18px",
  177. "margin": "auto",
  178. "border-radius": "8px",
  179. "border": "0px solid #666666",
  180. "overflow": "auto",
  181. "height": "601.533px",
  182. "width": "700px"
  183. },
  184. "identitySelectNodeTitle": {
  185. "height": "50px",
  186. "line-height": "50px",
  187. "padding": "0 30px",
  188. "text-align": "left",
  189. "font-size": "16px",
  190. "color": "#333333"
  191. },
  192. "identitySelectNodeInfo": {
  193. "margin": "20px 0",
  194. "height": "40px",
  195. "line-height": "40px",
  196. "padding": "0 30px",
  197. "text-align": "left",
  198. "font-size": "14px",
  199. "color": "#666666"
  200. },
  201. "identitySelectNodeList": {
  202. "padding": "10px 30px"
  203. },
  204. "identitySelectNodeItem": {
  205. "width": "240px",
  206. "border": "1px solid rgb(230, 230, 230)",
  207. "border-radius": "8px",
  208. "background": "url(../x_component_process_TaskCenter/$ProcessStarter/default/id_bg.png) 0% 0% / cover no-repeat",
  209. "float": "left",
  210. "cursor": "pointer",
  211. "font-size": "12px",
  212. "padding": "20px 20px 10px",
  213. "margin": "10px 10px 20px 20px",
  214. "box-shadow": "rgb(230 230 230) 0px 0px 4px",
  215. "position": "relative"
  216. }
  217. }