css.wcss 6.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257
  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. "border-collapse" : "collapse",
  129. "margin": "0px auto",
  130. "margin-bottom" : "15px"
  131. },
  132. "formTableHead" : {
  133. "height": "50px",
  134. "line-height": "50px",
  135. "text-align": "center",
  136. "min-width": "80px",
  137. "font-size":"20px",
  138. "font-weight": "bold"
  139. },
  140. "formTableTitle" : {
  141. "border":"1px solid #d8d5d5",
  142. "background-color" : "#effafe",
  143. "color" : "#444",
  144. "font-size": "12px",
  145. "height" : "30px",
  146. "line-height" : "30px",
  147. "font-weight" : "bold",
  148. "text-align": "center"
  149. },
  150. "formTableTitleRight" : {
  151. "color" : "#333",
  152. "font-size": "16px",
  153. "padding": "0px 20px 0px 0px",
  154. "height" : "35px",
  155. "line-height" : "35px",
  156. "text-align": "right"
  157. },
  158. "formTableTitle2" : {
  159. "color" : "#333",
  160. "font-size": "16px",
  161. "padding": "0px 10px 0px 20px",
  162. "height" : "35px",
  163. "line-height" : "35px",
  164. "text-align": "left"
  165. },
  166. "formTableTitle14" : {
  167. "color" : "#333",
  168. "font-size": "12px",
  169. "padding": "0px 20px 0px 0px",
  170. "height" : "35px",
  171. "line-height" : "35px",
  172. "text-align": "left"
  173. },
  174. "formTableTitleP10" : {
  175. "border":"1px solid #d8d5d5",
  176. "background-color" : "#effafe",
  177. "color" : "#444",
  178. "font-size": "12px",
  179. "height" : "30px",
  180. "line-height" : "30px",
  181. "font-weight" : "bold",
  182. "text-align": "center"
  183. },
  184. "formTableValueP10" : {
  185. "border" : "1px solid #d8d5d5",
  186. "color" : "#444",
  187. "font-size": "12px",
  188. "font-weight" : "400",
  189. "text-align": "left"
  190. },
  191. "formTableTitleP14" : {
  192. "border":"1px solid #d8d5d5",
  193. "background-color" : "#effafe",
  194. "color" : "#444",
  195. "font-size": "14px",
  196. "height" : "30px",
  197. "line-height" : "30px",
  198. "font-weight" : "bold",
  199. "text-align": "center"
  200. },
  201. "formTableValueP14" : {
  202. "border" : "1px solid #d8d5d5",
  203. "color" : "#444",
  204. "font-size": "14px",
  205. "font-weight" : "400",
  206. "text-align": "left"
  207. },
  208. "formTableValue" : {
  209. "text-align": "left",
  210. "font-size" : "12px"
  211. },
  212. "formTableValue14" : {
  213. "text-align": "left",
  214. "font-size" : "14px",
  215. "line-height" : "26px"
  216. },
  217. "formTableValueTop20" : {
  218. "padding-top" : "20px",
  219. "text-align": "left"
  220. },
  221. "formTableTitleDiv" : {
  222. "font-weight" : "bold"
  223. },
  224. "formTableValueDiv" : {
  225. "min-height" : "40px",
  226. "line-height" : "22px"
  227. },
  228. "formTableInlineValueDiv" : {
  229. "float" : "left",
  230. "margin-right" : "10px"
  231. },
  232. "warmMessageNode" : {
  233. "margin-top" : "10px",
  234. "font-size": "14px",
  235. "color":"#ff5c42",
  236. "padding-left": "20px",
  237. "background" : "url(../x_component_Template/$MForm/o2platform/icon/icon_warning.png) left center no-repeat"
  238. },
  239. "warningMessageNode" : {
  240. "margin-top" : "10px",
  241. "font-size": "14px",
  242. "color":"#ff5c42",
  243. "padding-left": "20px",
  244. "background" : "url(../x_component_Template/$MForm/o2platform/icon/icon_warning.png) left center no-repeat"
  245. },
  246. "helpNode" : {
  247. "width" : "16px",
  248. "height" : "16px",
  249. "float" : "right",
  250. "cursor" : "pointer",
  251. "background" : "url(../x_component_Template/$MPopupForm/report/icon/icon_wen.png) no-repeat center center"
  252. }
  253. }