css.wcss 1.7 KB

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