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