css.wcss 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170
  1. {
  2. "newProjectTop":{
  3. "height":"40px",
  4. "width":"100%",
  5. "border-bottom":"1px solid #E6E6E6"
  6. },
  7. "newProjectTopText":{
  8. "float":"left",
  9. "height":"100%",
  10. "line-height":"40px",
  11. "width":"90%",
  12. "text-align":"center",
  13. "font-size":"16px",
  14. "color":"#333333"
  15. },
  16. "newProjectTopClose":{
  17. "cursor":"pointer",
  18. "float":"right",
  19. "margin-right":"2px",
  20. "margin-top":"12px",
  21. "width":"16px",
  22. "height":"16px",
  23. "background":"url(../x_component_TeamWork/$ProjectList/default/icon/icon_off.png) no-repeat center "
  24. },
  25. newProjectContainer:{
  26. "margin-top":"10px",
  27. "width":"80%",
  28. "margin":"20px auto",
  29. "height":"36px",
  30. "border-radius": "10px",
  31. "border":"1px solid #DEDEDE"
  32. },
  33. newProjectIn:{
  34. "border":"0px",
  35. "height":"32px",
  36. "width":"90%",
  37. "margin-left":"10px",
  38. "font-size":"14px",
  39. "color":"#666666",
  40. "outline":"none"
  41. },
  42. newProjectDesContainer:{
  43. "margin-top":"10px",
  44. "width":"80%",
  45. "margin":"20px auto",
  46. "height":"36px",
  47. "border-radius": "10px",
  48. "border":"1px solid #DEDEDE",
  49. "padding-top":"5px"
  50. },
  51. newProjectDesIn:{
  52. "overflow":"auto",
  53. "border":"0px",
  54. "height":"32px",
  55. "line-height":"32px",
  56. "width":"92%",
  57. "margin-left":"10px",
  58. "font-size":"12px",
  59. "color":"#666666",
  60. "outline":"none",
  61. "resize":"none"
  62. },
  63. "newProjectGroupText":{
  64. "height":"20px",
  65. "width":"80%",
  66. "font-size":"13px",
  67. "color":"#333333",
  68. "margin":"20px auto 0px auto"
  69. },
  70. "newProjectGroupContainer":{
  71. "cursor":"pointer",
  72. "width":"80%",
  73. "margin":"5px auto 20px auto",
  74. "height":"36px",
  75. "border-radius": "10px",
  76. "border":"1px solid #DEDEDE"
  77. },
  78. "newProjectGroupValue":{
  79. "width":"80%",
  80. "margin-left":"6px",
  81. "float":"left",
  82. "height":"36px",
  83. "line-height":"36px",
  84. "outline":"none"
  85. },
  86. "newProjectGroupArrow":{
  87. "float":"right",
  88. "width":"16px",
  89. "height":"16px",
  90. "margin-top":"10px",
  91. "margin-right":"10px",
  92. "background":"url(../x_component_TeamWork/$ProjectList/default/icon/icon_triangle_down.png) no-repeat center "
  93. },
  94. "newProjectTemplateText":{
  95. "height":"20px",
  96. "width":"80%",
  97. "font-size":"13px",
  98. "color":"#333333",
  99. "margin":"20px auto 0px auto"
  100. },
  101. "newProjectTemplateContainer":{
  102. "cursor":"pointer",
  103. "width":"80%",
  104. "margin":"5px auto 20px auto",
  105. "height":"36px",
  106. "border-radius": "10px",
  107. "border":"1px solid #DEDEDE"
  108. },
  109. "newProjectTemplateValue":{
  110. "width":"80%",
  111. "margin-left":"6px",
  112. "float":"left",
  113. "height":"36px",
  114. "line-height":"36px",
  115. "outline":"none"
  116. },
  117. "newProjectTemplateArrow":{
  118. "float":"right",
  119. "width":"16px",
  120. "height":"16px",
  121. "margin-top":"10px",
  122. "margin-right":"10px",
  123. "background":"url(../x_component_TeamWork/$ProjectList/default/icon/icon_triangle_down.png) no-repeat center "
  124. },
  125. newProjectAdd:{
  126. "text-align":"center",
  127. "font-size":"16px",
  128. "color":"#666666",
  129. "width":"80%",
  130. "margin":"20px auto",
  131. "height":"40px",
  132. "line-height":"40px",
  133. "background-color":"#F0F0F0",
  134. "border-radius":"10px",
  135. "margin":"20px auto"
  136. },
  137. "topTemplateTitle":{
  138. "width":"100%",
  139. "height":"30px",
  140. "line-height":"30px",
  141. "border-bottom":"1px solid #cccccc"
  142. },
  143. "tempateContainer":{
  144. "width":"100%",
  145. "height":"400px",
  146. "overflow-y":"auto"
  147. },
  148. "templateItemContainer":{
  149. "width":"100%",
  150. "height":"30px",
  151. "background-color":"#ffffff",
  152. "border-bottom":"1px dashed #cccccc",
  153. "cursor":"pointer"
  154. },
  155. "templateItemIcon":{
  156. "float":"left",
  157. "width":"20px",
  158. "height":"30px",
  159. "background-repeat":"no-repeat",
  160. "background-position":"center"
  161. },
  162. "templateItemTitle":{
  163. "float":"left",
  164. "width":"200px",
  165. "height":"30px",
  166. "line-height":"30px",
  167. "color":"rgb(102, 102, 102)",
  168. "font-size":"12px"
  169. }
  170. }