css.wcss 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209
  1. {
  2. "inputText": {
  3. "width": "99%",
  4. "border":"1px solid #ccc",
  5. "background-color":"#FFF",
  6. "height": "30px",
  7. "font-size": "16px",
  8. "border-radius" : "4px"
  9. },
  10. "inputTime" : {
  11. "width": "99%",
  12. "border-radius" : "4px",
  13. "border":"1px solid #ccc",
  14. "background-color":"#FFF",
  15. "height": "30px",
  16. "font-size": "16px",
  17. "background" : "url(../x_component_Template/$MForm/default/icon/calendar.png) 98% center no-repeat"
  18. },
  19. "inputTimeUnformatWidth" : {
  20. "border-radius" : "4px",
  21. "border":"1px solid #ccc",
  22. "background-color":"#FFF",
  23. "height": "30px",
  24. "font-size": "16px",
  25. "background" : "url(../x_component_Template/$MForm/default/icon/calendar.png) 98% center no-repeat"
  26. },
  27. "inputPerson" : {
  28. "width": "99%",
  29. "border-radius" : "4px",
  30. "border":"1px solid #ccc",
  31. "background-color":"#FFF",
  32. "min-height": "30px",
  33. "overflow" : "hidden",
  34. "font-size": "16px",
  35. "background" : "url(../x_component_Template/$MForm/default/icon/selectperson.png) 98% center no-repeat"
  36. },
  37. "inputTextarea" : {
  38. "width": "99%",
  39. "border-radius" : "4px",
  40. "border":"1px solid #ccc",
  41. "background-color":"#FFF",
  42. "height": "80px"
  43. },
  44. "inputCheckbox" : {
  45. "float" : "left",
  46. "margin-right" : "12px"
  47. },
  48. "inputRadio" : {
  49. "float" : "left",
  50. "margin-right" : "12px"
  51. },
  52. "inputSelect" : {
  53. "width": "99%",
  54. "border-radius" : "4px",
  55. "border":"1px solid #ccc",
  56. "background-color":"#FFF",
  57. "font-size": "16px",
  58. "height": "30px"
  59. },
  60. "inputSelectUnformatWidth" : {
  61. "margin-right":"5px",
  62. "border-radius" : "4px",
  63. "border":"1px solid #ccc",
  64. "background-color":"#FFF",
  65. "font-size": "16px",
  66. "height": "30px"
  67. },
  68. "inputButton" : {
  69. "background": "#3C76B7",
  70. "border-radius": "4px",
  71. "padding" : "0px 10px",
  72. "line-height" : "30px",
  73. "height" : "30px",
  74. "border" : "0px",
  75. "color" : "#fff",
  76. "cursor" : "pointer",
  77. "font-size" : "14px"
  78. },
  79. "inputButtonGrey" : {
  80. "background": "#f0f0f0",
  81. "border-radius": "4px",
  82. "padding" : "0px 10px",
  83. "line-height" : "30px",
  84. "height" : "30px",
  85. "border" : "0px",
  86. "color" : "#666",
  87. "cursor" : "pointer",
  88. "font-size" : "14px"
  89. },
  90. "inputAcceptButton" : {
  91. "background-color": "#3C76B7",
  92. "border-radius": "4px",
  93. "padding" : "0px 10px",
  94. "line-height" : "30px",
  95. "height" : "30px",
  96. "border" : "0px",
  97. "color" : "#fff",
  98. "cursor" : "pointer",
  99. "float" : "left",
  100. "font-size" : "14px"
  101. },
  102. "inputDenyButton" : {
  103. "background-color": "#f0f0f0",
  104. "border-radius": "4px",
  105. "padding" : "0px 10px",
  106. "float" : "left",
  107. "line-height" : "30px",
  108. "height" : "30px",
  109. "border" : "0px",
  110. "color" : "#666",
  111. "cursor" : "pointer",
  112. "font-size" : "14px"
  113. },
  114. "inputOkButton" : {
  115. "background": "#3C76B7",
  116. "border-radius": "4px",
  117. "width" : "230px",
  118. "height" : "40px",
  119. "border" : "0px",
  120. "color" : "#fff",
  121. "cursor" : "pointer",
  122. "font-size" : "18px"
  123. },
  124. "inputCancelButton" : {
  125. "background": "#f0f0f0",
  126. "border-radius": "4px",
  127. "width" : "110px",
  128. "height" : "40px",
  129. "color" : "#666",
  130. "border" : "0px",
  131. "margin-left" : "20px",
  132. "font-size" : "18px",
  133. "cursor" : "pointer"
  134. },
  135. "inputA" : {
  136. "color" : "#3C76B7",
  137. "cursor" : "pointer"
  138. },
  139. "formTable" : {
  140. //"margin-top" : "10px"
  141. },
  142. "formTableHead" : {
  143. "height": "50px",
  144. "line-height": "50px",
  145. "text-align": "center",
  146. "min-width": "80px",
  147. "font-size":"20px",
  148. "font-weight": "bold"
  149. },
  150. "formTableTitle" : {
  151. "color" : "#333",
  152. "font-size": "16px",
  153. "padding": "0px 20px 0px 0px",
  154. "height" : "35px",
  155. "line-height" : "35px",
  156. "text-align": "left"
  157. },
  158. "formTableTitleRight": {
  159. "color" : "#333",
  160. "font-size": "16px",
  161. "padding": "0px 20px 0px 0px",
  162. "height" : "35px",
  163. "line-height" : "35px",
  164. "text-align": "right"
  165. },
  166. "formTableTitle2" : {
  167. "color" : "#333",
  168. "font-size": "16px",
  169. "padding": "0px 10px 0px 20px",
  170. "height" : "35px",
  171. "line-height" : "35px",
  172. "text-align": "left"
  173. },
  174. "formTableValue" : {
  175. "text-align": "left",
  176. "font-size" : "16px"
  177. },
  178. "formTableValueTop20" : {
  179. "padding-top" : "20px",
  180. "text-align": "left"
  181. },
  182. "formTableTitleDiv" : {
  183. "font-weight" : "bold"
  184. },
  185. "formTableValueDiv" : {
  186. "min-height" : "40px",
  187. "line-height" : "22px"
  188. },
  189. "formTableInlineValueDiv" : {
  190. "float" : "left",
  191. "margin-right" : "10px"
  192. },
  193. "warmMessageNode" : {
  194. "margin-top" : "10px",
  195. "font-size": "16px",
  196. "color":"#ff5c42",
  197. "padding-left": "20px",
  198. "background" : "url(../x_component_Template/$MForm/o2platform/icon/icon_warning.png) left center no-repeat"
  199. },
  200. "warningMessageNode" : {
  201. "margin-top" : "10px",
  202. "font-size": "16px",
  203. "color":"#ff5c42",
  204. "padding-left": "20px",
  205. "background" : "url(../x_component_Template/$MForm/o2platform/icon/icon_warning.png) left center no-repeat"
  206. }
  207. }