css.wcss 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  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. newProjectAdd:{
  95. "text-align":"center",
  96. "font-size":"16px",
  97. "color":"#666666",
  98. "width":"80%",
  99. "margin":"20px auto",
  100. "height":"40px",
  101. "line-height":"40px",
  102. "background-color":"#F0F0F0",
  103. "border-radius":"10px",
  104. "margin":"20px auto"
  105. },
  106. }