css.wcss 4.9 KB

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