css.wcss 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  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. "height": "24px",
  20. "background" : "url(/x_component_Template/$MForm/default/icon/selectperson.png) 98% center no-repeat"
  21. },
  22. "inputTextarea" : {
  23. "width": "99%",
  24. "border":"1px solid #ccc",
  25. "background-color":"#FFF",
  26. "height": "40px"
  27. },
  28. "inputSelect" : {
  29. "width": "99%",
  30. "border":"1px solid #ccc",
  31. "background-color":"#FFF",
  32. "height": "26px"
  33. },
  34. "inputRadio" : {
  35. "float" : "left"
  36. },
  37. "inputSelectUnformatWidth" : {
  38. "margin-right":"5px",
  39. "border":"1px solid #ccc",
  40. "background-color":"#FFF",
  41. "height": "24px"
  42. },
  43. "formTable" : {
  44. "margin-top" : "10px"
  45. },
  46. "formTableHead" : {
  47. "height": "50px",
  48. "line-height": "50px",
  49. "text-align": "center",
  50. "min-width": "80px",
  51. "font-size":"20px",
  52. "font-weight": "bold"
  53. },
  54. "formTableTitle" : {
  55. "height": "22px",
  56. //"line-height": "30px",
  57. "text-align": "left",
  58. "font-weight" : "bold"
  59. },
  60. "formTableValue" : {
  61. "text-align": "left"
  62. },
  63. "formTableTitleDiv" : {
  64. "font-weight" : "bold"
  65. },
  66. "formTableValueDiv" : {
  67. "min-height" : "40px",
  68. "line-height" : "22px"
  69. },
  70. "formTableInlineValueDiv" : {
  71. "float" : "left",
  72. "margin-right" : "10px"
  73. }
  74. }