css.wcss 4.1 KB

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