css.wcss 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  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. "inputCheckbox" : {
  29. "float" : "left",
  30. "font-size" : "14px",
  31. "cursor" : "pointer"
  32. },
  33. "inputSelect" : {
  34. "width": "99%",
  35. "border":"1px solid #ccc",
  36. "background-color":"#FFF",
  37. "height": "26px"
  38. },
  39. "inputSelectUnformatWidth" : {
  40. "margin-right":"5px",
  41. "border":"1px solid #ccc",
  42. "background-color":"#FFF",
  43. "height": "24px"
  44. },
  45. "inputButton" : {
  46. "margin-right": "5px",
  47. "float": "left",
  48. "background-color": "#FFF",
  49. "padding": "2px 14px",
  50. "border": "1px solid #999",
  51. "border-radius": "3px",
  52. "font-size": "14px",
  53. "color": "#666",
  54. "cursor": "pointer"
  55. },
  56. "formTable" : {
  57. "margin-top" : "10px"
  58. },
  59. "formTableHead" : {
  60. "height": "50px",
  61. "line-height": "50px",
  62. "text-align": "center",
  63. "min-width": "80px",
  64. "font-size":"20px",
  65. "font-weight": "bold"
  66. },
  67. "formTableTitle" : {
  68. "font-size" : "14px",
  69. "height": "22px",
  70. //"line-height": "30px",
  71. "text-align": "left",
  72. "font-weight" : "bold"
  73. },
  74. "formTableValue" : {
  75. "text-align": "left"
  76. },
  77. "formTableTitleDiv" : {
  78. "font-weight" : "bold"
  79. },
  80. "formTableValueDiv" : {
  81. "min-height" : "40px",
  82. "line-height" : "22px"
  83. },
  84. "formTableInlineValueDiv" : {
  85. "float" : "left",
  86. "margin-right" : "10px"
  87. },
  88. "formItemSpan" : {
  89. // "padding-bottom" : "10px",
  90. // "padding-right" : "10px"
  91. }
  92. }