css.wcss 5.7 KB

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