css.wcss 6.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226
  1. {
  2. "markNode": {
  3. "opacity": 0.6,
  4. "position": "absolute",
  5. "background-color": "#CCC",
  6. "top": "0px",
  7. "left": "0px"
  8. },
  9. "areaNode": {
  10. "position": "absolute",
  11. "opacity": 0,
  12. "top": "0px"
  13. },
  14. "areaNode_mobile": {
  15. "position": "absolute",
  16. "opacity": 0,
  17. "top": "0px",
  18. "z-index" : "1000",
  19. "width": "100%",
  20. "height": "100%"
  21. },
  22. "createNode": {
  23. "background-color": "#FFF",
  24. //"width": "90%",
  25. //"max-width": "1000px",
  26. "box-shadow": "0px 0px 18px #999",
  27. "margin": "auto",
  28. "border-radius": "8px",
  29. "border": "0px solid #666",
  30. "overflow": "auto"
  31. },
  32. "createNode_mobile": {
  33. "background-color": "#FFF",
  34. "box-shadow": "0px 0px 0px #999",
  35. "margin": "auto",
  36. "border-radius": "0px",
  37. "border": "0px solid #666",
  38. "overflow": "auto",
  39. "width": "100%",
  40. "height": "100%"
  41. },
  42. "createNewNode": {
  43. "width": "47px",
  44. "height": "47px",
  45. "float": "left",
  46. "background": "url("+"../x_component_process_TaskCenter/$ProcessStarter/default/new.png) no-repeat",
  47. "display": "none"
  48. },
  49. "createCloseNode": {
  50. "width": "30px",
  51. "height": "30px",
  52. "float": "right",
  53. "cursor": "pointer",
  54. "background": "url("+"../x_component_process_TaskCenter/$ProcessStarter/default/close.png) center center no-repeat"
  55. },
  56. "formNode": {
  57. "border-radius": "8px",
  58. "border": "0px solid #666",
  59. //"width": "90%",
  60. "margin": "auto 30px",
  61. "font-size": "16px",
  62. "color": "#666",
  63. "overflow": "hidden",
  64. "font-family": "Microsoft YaHei"
  65. },
  66. "actionNode": {
  67. "width": "280px",
  68. "margin": "auto",
  69. "overflow": "hidden"
  70. },
  71. "startOkActionNode": {
  72. "height": "30px",
  73. "width": "85px",
  74. "cursor": "pointer",
  75. "float": "right",
  76. "line-height": "30px",
  77. "padding-left": "65px",
  78. "font-size": "16px",
  79. "font-family": "Microsoft YaHei",
  80. "border-radius": "3px",
  81. "border": "1px solid #354f67",
  82. "color": "#FFF",
  83. "margin-right": "20px",
  84. "margin-top": "20px",
  85. "margin-bottom": "20px",
  86. "box-shadow": "0px 0px 0px #666",
  87. "background": "url("+"../x_component_process_TaskCenter/$ProcessStarter/default/editOk_bg.png) no-repeat"
  88. },
  89. "cancelActionNode": {
  90. "height": "30px",
  91. "width": "60px",
  92. "cursor": "pointer",
  93. "float": "right",
  94. "line-height": "30px",
  95. "padding-left": "40px",
  96. "font-size": "16px",
  97. "font-family": "Microsoft YaHei",
  98. "border-radius": "3px",
  99. "color": "#FFF",
  100. "margin-top": "20px",
  101. "margin-bottom": "20px",
  102. "box-shadow": "0px 0px 0px #666",
  103. "border": "1px solid #999",
  104. "background": "url("+"../x_component_process_TaskCenter/$ProcessStarter/default/editCancel_bg.png) no-repeat"
  105. },
  106. "departSelNode": {
  107. "padding": "5px",
  108. "margin-right": "10px",
  109. "float": "left",
  110. "background-color": "#DDD",
  111. "border-radius": "3px",
  112. "color": "#000",
  113. "cursor": "pointer"
  114. },
  115. "departSelNode_over": {
  116. "background-color": "#fecfb7",
  117. },
  118. "departSelNode_out": {
  119. "background-color": "#EEE",
  120. },
  121. "departSelNode_selected": {
  122. "background-color": "#ea621f",
  123. "color": "#FFF"
  124. },
  125. "identityNode": {
  126. "width": "240px",
  127. //"height": "120px",
  128. "border": "1px solid #e6e6e6",
  129. "border-radius":"8px",
  130. "background-color": "#FFF",
  131. "float": "left",
  132. "cursor": "pointer",
  133. "font-size": "12px",
  134. "padding": "20px 20px 10px 20px",
  135. "margin": "10px 10px 20px 20px",
  136. "box-shadow": "0px 0px 4px #e6e6e6",
  137. "position": "relative",
  138. "background": "url("+"../x_component_process_TaskCenter/$ProcessStarter/default/id_bg.png) no-repeat",
  139. "background-size": "cover"
  140. },
  141. "identityNode_mobile": {
  142. "width": "240px",
  143. //"height": "120px",
  144. "border": "1px solid #e6e6e6",
  145. "border-radius":"8px",
  146. "background-color": "#FFF",
  147. "cursor": "pointer",
  148. "font-size": "12px",
  149. "padding": "20px 20px 10px 20px",
  150. "margin": "10px auto 20px auto",
  151. "box-shadow": "0px 0px 0px #999",
  152. "position": "relative",
  153. "background": "url("+"../x_component_process_TaskCenter/$ProcessStarter/default/id_bg.png) no-repeat"
  154. },
  155. "identityNode_over": {
  156. "border": "1px solid #4A90E2"
  157. },
  158. "identityInforNameNode": {
  159. "height": "50px",
  160. "margin-bottom": "5px"
  161. },
  162. "identityInforPicNode": {
  163. "height": "50px",
  164. "width": "50px",
  165. "border-radius": "25px",
  166. "overflow": "hidden",
  167. "float": "left"
  168. },
  169. "identityInforNameTextNode": {
  170. "height": "40px",
  171. "line-height": "40px",
  172. "overflow": "hidden",
  173. "float": "left",
  174. "margin-left": "10px",
  175. "margin-right": "30px",
  176. "width": "150px",
  177. "color": "#333333",
  178. "font-size": "16px",
  179. "text-align": "left"
  180. },
  181. "identityInforUnitTextNode": {
  182. "position": "absolute",
  183. "float": "right",
  184. "top": "14px",
  185. "right": "14px"
  186. },
  187. "identityInforNameTextNode_over": {
  188. //"color": "#da7429"
  189. },
  190. "identityDepartmentNode": {
  191. "height": "36px",
  192. "line-height": "40px",
  193. "overflow": "hidden",
  194. "font-size": "14px",
  195. //"border-bottom": "1px solid #e6e6e6"
  196. },
  197. "identityCompanyNode": {
  198. "height": "36px",
  199. "line-height": "40px",
  200. "overflow": "hidden",
  201. "border-bottom": "1px solid #e6e6e6"
  202. },
  203. "identityDutyNode": {
  204. "height": "36px",
  205. "line-height": "40px",
  206. "overflow": "hidden",
  207. "font-size": "14px",
  208. //"border-bottom": "1px solid #e6e6e6"
  209. },
  210. "identityTitleNode": {
  211. "color": "#000",
  212. "width": "40px",
  213. "float": "left"
  214. },
  215. "identityTitleNode_over": {
  216. // "color": "#da7429"
  217. },
  218. "identityTextNode": {
  219. "margin-left": "40px",
  220. "text-align": "left",
  221. "color": "#999999",
  222. },
  223. }