css.wcss 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121
  1. {
  2. topLayout:{
  3. "height":"40px",
  4. "line-height":"40px",
  5. "width":"100%",
  6. "color":"#383838",
  7. "font-size":"16px",
  8. "font-weight":"bold",
  9. "text-align":"center",
  10. "border-bottom":"1px solid #dedede"
  11. },
  12. contentLayout:{
  13. "width":"100%"
  14. },
  15. "searchDiv":{
  16. "height":"30px",
  17. "width":"90%",
  18. "border":"1px solid #a6a6a6",
  19. "border-radius":"2px",
  20. "margin":"10px auto 0px auto"
  21. },
  22. "searchInput":{
  23. "outline":"none",
  24. "height":"26px",
  25. "width":"95%",
  26. "text-indent":"5px",
  27. "border":"0px",
  28. "font-size":"14px",
  29. "color":"#666666"
  30. },
  31. "searchReset":{
  32. "display":"none",
  33. "margin-top":"5px",
  34. "margin-right":"5px",
  35. "float":"right",
  36. "cursor":"pointer",
  37. "width":"20px",
  38. "height":"20px",
  39. "background": "url(/x_component_TeamWork/$TaskSub/default/icon/icon_off.png) no-repeat center"
  40. },
  41. taskGroupLayout:{
  42. "width":"90%",
  43. "height":"320px",
  44. "margin":"10px auto",
  45. "border":"1px solid #dedede",
  46. "overflow-y":"auto",
  47. "color":"#666666"
  48. },
  49. groupItem:{
  50. "height":"40px",
  51. "width":"100%",
  52. "font-size":"14px",
  53. "cursor":"pointer",
  54. "border-bottom":"1px solid #dedede"
  55. },
  56. groupName:{
  57. "width":"450px",
  58. "height":"40px",
  59. "line-height":"40px",
  60. "margin-left":"10px",
  61. "float":"left",
  62. "overflow": "hidden",
  63. "white-space": "nowrap",
  64. "text-overflow": "ellipsis"
  65. },
  66. taskPerson:{
  67. "width":"25px",
  68. "height":"25px",
  69. "line-height":"25px",
  70. "float":"right",
  71. "margin-top":"8px",
  72. "margin-right":"10px",
  73. "background-color":"#4A90E2",
  74. "color":"#ffffff",
  75. "font-size":"12px",
  76. "border-radius":"12px",
  77. "text-align":"center"
  78. },
  79. bottomLayout:{
  80. "height":"40px",
  81. "width":"100%"
  82. },
  83. okAction:{
  84. "float":"right",
  85. "cursor":"not-allowed",
  86. "width":"60px",
  87. "height":"35px",
  88. "line-height":"35px",
  89. "text-align":"center",
  90. "margin-right":"30px",
  91. "margin-top":"10px",
  92. "color":"#ffffff",
  93. "font-size":"14px",
  94. "border-radius":"2px",
  95. "background-color":"#cccccc"
  96. },
  97. "formMaskNode": {
  98. "width": "100%",
  99. "height": "100%",
  100. "opacity": 0.5,
  101. "position": "absolute",
  102. "background-color": "#999999",
  103. "top": "0px",
  104. "left": "0px"
  105. },
  106. "formAreaNode": {
  107. "position": "absolute",
  108. "opacity": 0,
  109. "top": "0px"
  110. },
  111. "formNode": {
  112. "background-color": "#FFF",
  113. "box-shadow": "0px 0px 10px #999",
  114. "border-radius": "5px",
  115. "margin": "auto",
  116. "border": "1px solid #fff",
  117. "overflow": "hidden",
  118. "color":"#333333"
  119. }
  120. }