css.wcss 6.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258
  1. {
  2. "inputText": {
  3. "width": "99%",
  4. "border":"1px solid #DEDEDE",
  5. "background-color":"#FFF",
  6. "color": "#0000FF",
  7. "height": "26px",
  8. "font-size": "14px",
  9. "border-radius" : "13px"
  10. },
  11. "inputTime" : {
  12. "width": "99%",
  13. "border-radius" : "13px",
  14. "border":"1px solid #DEDEDE",
  15. "color": "#0000FF",
  16. "height": "26px",
  17. "font-size": "14px",
  18. "background" : "#fff url(../x_component_Template/$MForm/attendance/icon/calendar.png) 98% center no-repeat"
  19. },
  20. "inputTimeUnformatWidth" : {
  21. "border-radius" : "13px",
  22. "border":"1px solid #DEDEDE",
  23. "color": "#0000FF",
  24. "height": "26px",
  25. "font-size": "14px",
  26. "background" : "#fff url(../x_component_Template/$MForm/attendance/icon/calendar.png) 98% center no-repeat"
  27. },
  28. "inputPerson" : {
  29. "width": "99%",
  30. "border-radius" : "13px",
  31. "border":"1px solid #DEDEDE",
  32. "color": "#0000FF",
  33. "min-height": "26px",
  34. "overflow" : "hidden",
  35. "font-size": "14px",
  36. "background" : "#fff url(../x_component_Template/$MForm/attendance/icon/selectperson.png) 98% center no-repeat"
  37. },
  38. "inputTextarea" : {
  39. "width": "99%",
  40. "border-radius" : "13px",
  41. "color": "#0000FF",
  42. "border":"1px solid #DEDEDE",
  43. "background-color":"#FFF",
  44. "height": "80px"
  45. },
  46. "inputPassword": {
  47. "width": "99%",
  48. "border":"1px solid #DEDEDE",
  49. "background-color":"#FFF",
  50. "color": "#0000FF",
  51. "height": "26px",
  52. "font-size": "14px",
  53. "border-radius" : "13px"
  54. },
  55. "inputCheckbox" : {
  56. "float" : "left",
  57. "margin-right" : "12px"
  58. },
  59. "inputRadio" : {
  60. "float" : "left",
  61. "margin-right" : "12px"
  62. },
  63. "inputSelect" : {
  64. "width": "99%",
  65. "border-radius" : "13px",
  66. "border":"1px solid #DEDEDE",
  67. "background-color":"#FFF",
  68. "font-size": "14px",
  69. "height": "26px"
  70. },
  71. "inputSelectUnformatWidth" : {
  72. "margin-right":"5px",
  73. "border-radius" : "13px",
  74. "border":"1px solid #DEDEDE",
  75. "background-color":"#FFF",
  76. "font-size": "14px",
  77. "height": "26px"
  78. },
  79. "inputButton" : {
  80. "background": "#3C76B7",
  81. "border-radius": "13px",
  82. "padding" : "0px 10px",
  83. "line-height" : "26px",
  84. "height" : "26px",
  85. "border" : "0px",
  86. "color" : "#fff",
  87. "cursor" : "pointer",
  88. "font-size" : "14px"
  89. },
  90. "inputAcceptButton" : {
  91. "background-color": "#3C76B7",
  92. "border-radius": "13px",
  93. "padding" : "0px 10px",
  94. "line-height" : "26px",
  95. "height" : "26px",
  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": "13px",
  105. "padding" : "0px 10px",
  106. "float" : "left",
  107. "line-height" : "26px",
  108. "height" : "26px",
  109. "border" : "0px",
  110. "color" : "#666",
  111. "cursor" : "pointer",
  112. "font-size" : "14px"
  113. },
  114. "inputOkButton" : {
  115. "background": "#3C76B7",
  116. "border-radius": "13px",
  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": "13px",
  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. "formTitle": {
  140. "height": "40px",
  141. "padding": "0px 30px",
  142. "font-size": "24px",
  143. "color": "#333333",
  144. "font-weight": "bold",
  145. "line-height": "40px",
  146. "padding-top": "20px"
  147. },
  148. "formTable" : {
  149. //"margin-top" : "10px"
  150. },
  151. "formTableHead" : {
  152. "height": "50px",
  153. "line-height": "50px",
  154. "text-align": "center",
  155. "min-width": "80px",
  156. "font-size":"20px",
  157. "font-weight": "bold"
  158. },
  159. "formTableTitle" : {
  160. "height": "30px",
  161. "line-height": "30px",
  162. "padding": "20px 0px 0px 30px",
  163. "padding-top": "20px",
  164. "font-size": "18px",
  165. "font-weight": "bold",
  166. "clear": "both",
  167. "color": "#666666",
  168. "text-align": "left"
  169. },
  170. "formTableTitleRight": {
  171. "height": "30px",
  172. "line-height": "30px",
  173. "padding": "20px 0px 0px 30px",
  174. "padding-top": "20px",
  175. "font-size": "18px",
  176. "font-weight": "bold",
  177. "clear": "both",
  178. "color": "#666666",
  179. "text-align": "right"
  180. },
  181. "formTableNote" : {
  182. "overflow": "hidden",
  183. "padding": "5px 30px",
  184. "font-size": "14px",
  185. "color": "#999999",
  186. "text-align": "left"
  187. },
  188. "formTableValue" : {
  189. "height": "24px",
  190. "padding": "0px 30px",
  191. "line-height": "24px",
  192. "font-size": "14px",
  193. "color": "#0000FF"
  194. },
  195. // "explorerContentInputNode": {
  196. // "width": "auto",
  197. // "height": "22px",
  198. // //"width": "350px",
  199. // "line-height": "22px",
  200. // "border": "1px solid #ffffff",
  201. // "font-size": "14px",
  202. // "color": "#0000FF",
  203. // "padding": "0px 5px",
  204. // "background": "transparent",
  205. // "display": "block",
  206. // "float": "left"
  207. // },
  208. // "explorerContentInputNode_edit": {
  209. // "width": "340px",
  210. // "border": "1px solid #999999",
  211. // "background": "#ffffff"
  212. // },
  213. // "explorerContentButtonNode": {
  214. // "height": "24px",
  215. // "line-height": "24px",
  216. // "border": "1px solid #dddddd",
  217. // "background-color": "#dddddd",
  218. // "text-align": "center",
  219. // "padding": "0px 10px",
  220. // "float": "left",
  221. // "cursor": "pointer",
  222. // "margin-left": "10px"
  223. // },
  224. "formTableValueTop20" : {
  225. "color" : "#666",
  226. "padding-top" : "20px",
  227. "text-align": "left"
  228. },
  229. "formTableTitleDiv" : {
  230. "font-weight" : "bold"
  231. },
  232. "formTableValueDiv" : {
  233. "color" : "#666",
  234. "min-height" : "40px",
  235. "line-height" : "22px"
  236. },
  237. "formTableInlineValueDiv" : {
  238. "color" : "#666",
  239. "float" : "left",
  240. "margin-right" : "10px"
  241. },
  242. "warmMessageNode" : {
  243. "margin-top" : "10px",
  244. "font-size": "14px",
  245. "color":"#ff5c42",
  246. "padding-left": "20px",
  247. "background" : "url(../x_component_Template/$MForm/o2platform/icon/icon_warning.png) left center no-repeat"
  248. },
  249. "warningMessageNode" : {
  250. "margin-top" : "10px",
  251. "font-size": "14px",
  252. "color":"#ff5c42",
  253. "padding-left": "20px",
  254. "background" : "url(../x_component_Template/$MForm/o2platform/icon/icon_warning.png) left center no-repeat"
  255. }
  256. }