css.wcss 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. {
  2. "inputText": {
  3. "width": "99%",
  4. "border":"1px solid #999",
  5. "background-color":"#FFF",
  6. "border-radius": "3px",
  7. "height": "18px"
  8. },
  9. "inputRadio" : {
  10. "float" : "left",
  11. "margin-right" : "5px"
  12. },
  13. "inputTime" : {
  14. "width": "99%",
  15. "border":"1px solid #999",
  16. "background-color":"#FFF",
  17. "border-radius": "3px",
  18. "height": "18px",
  19. "background" : "url(../x_component_Template/$MForm/default/icon/calendar.png) 99% center no-repeat"
  20. },
  21. "inputPerson" : {
  22. "width": "99%",
  23. "border":"1px solid #999",
  24. "background-color":"#FFF",
  25. "border-radius": "3px",
  26. "min-height": "18px",
  27. "overflow" : "hidden",
  28. "background" : "url(../x_component_Template/$MForm/default/icon/selectperson.png) 99% center no-repeat"
  29. },
  30. "inputTextarea" : {
  31. "width": "99%",
  32. "border":"1px solid #999",
  33. "background-color":"#FFF",
  34. "border-radius": "3px",
  35. "height": "32px"
  36. },
  37. "formTable" : {
  38. "border" : "1px solid #ccc",
  39. "border-collapse" : "collapse",
  40. "font-size" : "12px"
  41. },
  42. "formTableHead" : {
  43. "height": "50px",
  44. "line-height": "50px",
  45. "text-align": "center",
  46. "min-width": "80px",
  47. "font-size":"20px",
  48. "font-weight": "bold",
  49. "border" : "1px solid #ccc",
  50. "border-collapse" : "collapse"
  51. },
  52. "formTableTitle" : {
  53. "height": "30px",
  54. "background-color" : "#eee",
  55. "line-height": "30px",
  56. "text-align": "left",
  57. "border" : "1px solid #ccc",
  58. "border-collapse" : "collapse"
  59. },
  60. "formTableValue" : {
  61. "text-align": "left",
  62. "border" : "1px solid #ccc",
  63. "border-collapse" : "collapse",
  64. "min-width" : "60px"
  65. }
  66. }