css.wcss 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166
  1. {
  2. "rightContentNode": {
  3. "height": "100%",
  4. "margin-left": "140px",
  5. "overflow": "hidden",
  6. "background-color": "#ffffff",
  7. "opacity": 1
  8. },
  9. "startMenuNode": {
  10. "overflow": "hidden",
  11. "border-radius": "8px",
  12. "box-shadow": "0px 0px 10px #333",
  13. "border": "5px solid #999",
  14. "position": "absolute",
  15. "height": "130px",
  16. "margin": "auto",
  17. "background-color": "#EEE",
  18. },
  19. "startMenuNaviNode": {
  20. "width": "90px",
  21. "height": "90px",
  22. "float": "left",
  23. "margin": "20px",
  24. "cursor": "pointer",
  25. "box-shadow": "0px 0px 0px",
  26. "border-radius": "8px",
  27. "background-color": "#EEE",
  28. "border": "2px solid #EEE"
  29. },
  30. "startMenuNaviNode_over": {
  31. "box-shadow": "0px 0px 5px #333",
  32. "background-color": "#EEE",
  33. "border": "2px solid #EEE"
  34. },
  35. "startMenuNaviNode_current": {
  36. "box-shadow": "0px 0px 5px #333",
  37. "background-color": "#FFF",
  38. "border": "2px solid #FFF"
  39. },
  40. "startMenuNaviNode_down": {
  41. "box-shadow": "0px 0px 0px",
  42. "border-top": "2px solid #CCC",
  43. "border-left": "2px solid #CCC",
  44. "border-right": "2px solid #FFF",
  45. "border-bottom": "2px solid #FFF",
  46. "background-color": "#EEE"
  47. },
  48. "startMenuIconNode": {
  49. "width": "90px",
  50. "height": "70px",
  51. "background-repeat": "no-repeat",
  52. "background-position": "center center"
  53. },
  54. "startMenuTextNode": {
  55. "text-align": "center",
  56. "font-family": "Microsoft YaHei",
  57. "font-size": "14px"
  58. },
  59. "normalStartMenuNode": {
  60. "width": "132px",
  61. "height": "100%",
  62. "top": "0",
  63. "left": "0",
  64. "overflow": "hidden",
  65. "border-left": "0px",
  66. "border-top": "0px",
  67. "border-right": "0px solid #999",
  68. "border-bottom": "0px",
  69. "box-shadow": "0px 0px 15px #999",
  70. "border-radius": "0px",
  71. "float": "left",
  72. "position": "block",
  73. "overflow": "hidden"
  74. },
  75. "taskTitleBar": {
  76. "overflow": "hidden",
  77. "height": "60px",
  78. "background-color": "#4c6b87"
  79. },
  80. "taskTitleUserNode": {
  81. "width": "80px",
  82. "float": "right"
  83. },
  84. "taskTitleUserIconNode": {
  85. "background": "url("+"../x_component_process_Application/$Main/default/icon/user.png) center center no-repeat",
  86. "width": "24px",
  87. "height": "24px",
  88. "margin-top": "18px",
  89. "float": "left"
  90. },
  91. "taskTitleUserTextNode": {
  92. "margin-left": "24px",
  93. "color": "#FFF",
  94. "font-size": "14px",
  95. "line-height": "60px"
  96. },
  97. "startProcessAction": {
  98. "width": "59px",
  99. "height": "60px",
  100. "background": "url("+"../x_component_process_Application/$Main/default/icon/stratProcess3.png) center center no-repeat",
  101. "float": "left",
  102. "border-right": "1px solid #FFF",
  103. "cursor": "pointer"
  104. },
  105. "taskTitleIconNode": {
  106. "float": "left",
  107. "width": "60px",
  108. "height": "60px"
  109. },
  110. "taskTitleIconImgNode": {
  111. "width": "48px",
  112. "height": "48px",
  113. "margin": "6px auto",
  114. "background-size": "cover"
  115. },
  116. "taskTitleTextNode": {
  117. "padding-left": "20px",
  118. "color": "#FFF",
  119. "font-size": "18px",
  120. "line-height": "60px",
  121. "font-weight": "bold",
  122. "width": "160px",
  123. "float": "left"
  124. },
  125. "searchBarAreaNode": {
  126. "margin": "0px 100px 0px 160px",
  127. "height": "60px",
  128. "overflow": "hidden"
  129. },
  130. "searchBarNode": {
  131. "width": "80%",
  132. "max-width": "500px",
  133. "height": "30px",
  134. "background-color": "#FFF",
  135. "border": "0px solid #999",
  136. "border-radius":"12px",
  137. "margin-top": "15px",
  138. "float": "right"
  139. },
  140. "searchBarActionNode": {
  141. "width": "40px",
  142. "height": "30px",
  143. "background": "url("+"../x_component_process_Application/$Main/default/icon/search.png) center center no-repeat",
  144. "float": "right",
  145. "cursor": "pointer"
  146. },
  147. "searchBarInputBoxNode": {
  148. "height": "30px",
  149. "line-height": "30px",
  150. "margin-left": "10px",
  151. "margin-right": "50px"
  152. },
  153. "searchBarInputNode": {
  154. "width": "100%",
  155. "height": "24px",
  156. "border": "0px",
  157. "color": "#666"
  158. },
  159. "contentNode": {
  160. "overflow": "hidden",
  161. "border": "0px solid red",
  162. "clear": "both"
  163. }
  164. }