css.wcss 3.8 KB

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