css.wcss 5.6 KB

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