temp.js 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195
  1. var x = {
  2. "routeSelectorTile": {
  3. "overflow": "hidden",
  4. "height": "30px",
  5. "line-height": "30px",
  6. "font-size": "14px",
  7. "font-weight": "bold",
  8. "background-color": "#eeeeee",
  9. "color": "#333",
  10. "padding-left": "20px"
  11. },
  12. "routeSelectorArea": {
  13. "overflow": "hidden",
  14. "min-height": "40px",
  15. "background-color": "#eeeeee",
  16. "padding": "0xp 20px"
  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_process_Work/$Processor/default/nocheck.png) no-repeat center center",
  34. },
  35. "routeTextNode": {
  36. "margin-left": "24px",
  37. "line-height": "24px",
  38. "color": "#000"
  39. },
  40. "routeOpinionTile": {
  41. "overflow": "hidden",
  42. "height": "30px",
  43. "line-height": "30px",
  44. "font-size": "14px",
  45. "font-weight": "bold",
  46. "background-color": "#eeeeee",
  47. "color": "#333333",
  48. "padding-left": "20px"
  49. },
  50. "routeOpinionArea": {
  51. "height": "129px",
  52. "border-bottom": "0px solid #6681a5",
  53. },
  54. "inputOpinionNode": {
  55. "height": "129px",
  56. "border-left": "0px solid #6681a5",
  57. "border-right": "0px solid #6681a5",
  58. "background-color": "#EEE"
  59. },
  60. "selectIdeaNode": {
  61. "height": "129px",
  62. "display": "none",
  63. "float": "right",
  64. "background-color": "#eee",
  65. "overflow": "hidden"
  66. },
  67. "selectIdeaScrollNode": {
  68. "height": "129px",
  69. "margin-right": "6px",
  70. "overflow": "hidden"
  71. },
  72. "selectIdeaItemNode": {
  73. "height": "20px",
  74. "line-height": "20px",
  75. "font-size": "12px",
  76. "cursor": "pointer",
  77. "background-color": "#FFF",
  78. "overflow": "hidden"
  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_process_Work/$Processor/default/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_process_Work/$Processor/default/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": "99%",
  137. "height": "120px",
  138. "padding": "3px",
  139. "color": "#666",
  140. "background": "#FFF"
  141. },
  142. "inputOpinionMediaActionArea": {
  143. "position": "relative",
  144. "height": "25px",
  145. "line-height": "25px",
  146. "top": "-30px",
  147. "margin-right": "5px"
  148. },
  149. "inputOpinionHandwritingAction": {
  150. "float": "right",
  151. "border": "1px solid #6681a5",
  152. "border-radius": "3px",
  153. "cursor": "pointer",
  154. "padding-left": "24px",
  155. "padding-right": "5px",
  156. "margin-left": "5px",
  157. "background": "url("+"../x_component_process_Work/$Processor/default/write.png) no-repeat 5px center"
  158. },
  159. "handwritingNode": {
  160. "position": "absolute",
  161. "background": "#ffffff"
  162. },
  163. "handwritingActionNode": {
  164. "height": "30px",
  165. "line-height": "30px",
  166. "margin": "5px auto",
  167. "width": "70%",
  168. "min-width": "100px",
  169. "border-radius": "5px",
  170. "text-align": "center",
  171. "background-color": "#6681a5",
  172. "color": "#ffffff",
  173. "font-size": "16px",
  174. "cursor": "pointer"
  175. },
  176. "inputOpinionAudioRecordAction": {
  177. "display": "none",
  178. "float": "right",
  179. "border": "1px solid #6681a5",
  180. "border-radius": "3px",
  181. "cursor": "pointer",
  182. "padding-left": "24px",
  183. "padding-right": "5px",
  184. "margin-left": "5px",
  185. "background": "url("+"../x_component_process_Work/$Processor/default/audioRecord.png) no-repeat 5px center"
  186. }
  187. }