css.wcss 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148
  1. {
  2. "routeSelectorTile": {
  3. "overflow": "hidden",
  4. "height": "30px",
  5. "line-height": "36px",
  6. "font-size": "14px",
  7. "font-weight": "bold",
  8. "color": "#333",
  9. "width": "80px",
  10. "float": "left",
  11. "margin-left": "20px"
  12. },
  13. "routeSelectorArea": {
  14. "overflow": "hidden",
  15. "min-height": "30px",
  16. "margin-left": "100px"
  17. },
  18. "routeNode": {
  19. "float": "left",
  20. "margin-left": "20px",
  21. "border-radius": "5px",
  22. "background-color": "#E3E3E3",
  23. "height": "24px",
  24. "line-height": "24px",
  25. "margin-top": "8px",
  26. "padding-right": "8px",
  27. "cursor": "pointer"
  28. },
  29. "routeIconNode": {
  30. "width": "24px",
  31. "height": "24px",
  32. "float": "left",
  33. "background": "url("+"../x_component_cms_Document/$Processor/task/nocheck.png) no-repeat center center"
  34. },
  35. "routeTextNode": {
  36. "margin-left": "24px",
  37. "line-height": "24px",
  38. "color": "#000"
  39. },
  40. "routeOpinionTile": {
  41. "clear": "both",
  42. "overflow": "hidden",
  43. "height": "20px",
  44. "line-height": "20px",
  45. "font-size": "14px",
  46. "font-weight": "bold",
  47. "color": "#333",
  48. "padding-left": "20px"
  49. },
  50. "routeOpinionArea": {
  51. "height": "99px",
  52. "margin": "0px 10px 0px 20px",
  53. "border-bottom": "0px solid #6681a5"
  54. },
  55. "inputOpinionNode": {
  56. "height": "97px",
  57. "width": "358px",
  58. "border": "1px solid #6681a5",
  59. "background-color": "#EEE"
  60. },
  61. "selectIdeaNode": {
  62. "height": "97px",
  63. "width": "116px",
  64. "float": "right",
  65. "background-color": "#FFF",
  66. "overflow": "hidden"
  67. },
  68. "selectIdeaScrollNode": {
  69. "height": "97px",
  70. "margin-right": "6px",
  71. "overflow": "hidden"
  72. },
  73. "selectIdeaItemNode": {
  74. "height": "20px",
  75. "line-height": "20px",
  76. "font-size": "12px",
  77. "cursor": "pointer",
  78. "background-color": "#FFF"
  79. },
  80. "selectIdeaItemNode_over": {
  81. "background-color": "#e6ecf8"
  82. },
  83. "buttonsArea": {
  84. "height": "50px",
  85. "overflow": "hidden"
  86. },
  87. "okButton": {
  88. "height": "30px",
  89. "width": "100px",
  90. "border-radius": "5px",
  91. "background-color": "#6681a5",
  92. "color": "#FFF",
  93. "float": "right",
  94. "margin-right": "20px",
  95. "margin-top": "10px",
  96. "cursor": "pointer"
  97. },
  98. "okIconNode": {
  99. "height": "30px",
  100. "width": "40px",
  101. "float": "left",
  102. "background": "url("+"../x_component_cms_Document/$Processor/task/ok-18.png) no-repeat center center"
  103. },
  104. "okTextNode": {
  105. "font-size": "14px",
  106. "margin-left": "40px",
  107. "line-height": "28px"
  108. },
  109. "cancelButton": {
  110. "height": "28px",
  111. "width": "78px",
  112. "border": "1px solid #999",
  113. "border-radius": "5px",
  114. "background-color": "#fff",
  115. "color": "#999",
  116. "float": "right",
  117. "margin-right": "20px",
  118. "margin-top": "10px",
  119. "cursor": "pointer"
  120. },
  121. "cancelIconNode": {
  122. "height": "28px",
  123. "width": "33px",
  124. "float": "left",
  125. "background": "url("+"../x_component_cms_Document/$Processor/task/cancel-18.png) no-repeat center center"
  126. },
  127. "cancelTextNode": {
  128. "font-size": "14px",
  129. "margin-left": "33px",
  130. "line-height": "26px"
  131. },
  132. "inputTextarea": {
  133. "font-family": "Microsoft YaHei",
  134. "border": "0px",
  135. "overflow": "auto",
  136. "width": "352px",
  137. "height": "90px",
  138. "padding": "3px",
  139. "color": "#666"
  140. }
  141. }