css.wcss 5.7 KB

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