css.wcss 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  1. {
  2. "inputText": {
  3. "width": "95%",
  4. "border":"1px solid #999",
  5. "background-color":"#FFF",
  6. "height": "24px",
  7. "border-radius": "3px",
  8. "box-shadow": "0px 0px 6px #CCC"
  9. },
  10. "inputTime" : {
  11. "width": "95%",
  12. "border":"1px solid #999",
  13. "background-color":"#FFF",
  14. "height": "24px",
  15. "border-radius": "3px",
  16. "box-shadow": "0px 0px 6px #CCC",
  17. "background" : "url(../x_component_Template/$MForm/default/icon/calendar.png) 98% center no-repeat"
  18. },
  19. "inputPerson" : {
  20. "width": "95%",
  21. "border":"1px solid #999",
  22. "background-color":"#FFF",
  23. "height": "24px",
  24. "border-radius": "3px",
  25. "box-shadow": "0px 0px 6px #CCC",
  26. "background" : "url(../x_component_Template/$MForm/default/icon/selectperson.png) 98% center no-repeat"
  27. },
  28. "inputTextarea" : {
  29. "width": "95%",
  30. "border":"1px solid #999",
  31. "background-color":"#FFF",
  32. "border-radius": "3px",
  33. "box-shadow": "0px 0px 6px #CCC",
  34. "height": "40px"
  35. },
  36. "inputCheckbox" : {
  37. "float" : "left",
  38. "font-size" : "14px",
  39. "cursor" : "pointer"
  40. },
  41. "inputSelect" : {
  42. "width": "99%",
  43. "border":"1px solid #ccc",
  44. "background-color":"#FFF",
  45. "height": "26px"
  46. },
  47. "inputSelectUnformatWidth" : {
  48. "margin-right":"5px",
  49. "border":"1px solid #ccc",
  50. "background-color":"#FFF",
  51. "height": "24px"
  52. },
  53. "inputButton" : {
  54. "float": "left",
  55. "background-color": "#FFF",
  56. "padding": "4px 14px",
  57. "border": "1px solid #999",
  58. "border-radius": "3px",
  59. "font-size": "14px",
  60. "color": "#666",
  61. "cursor": "pointer"
  62. },
  63. "formTable" : {
  64. "margin-top" : "10px"
  65. },
  66. "formTableHead" : {
  67. "height": "50px",
  68. "line-height": "50px",
  69. "text-align": "center",
  70. "min-width": "80px",
  71. "font-size":"20px",
  72. "font-weight": "bold"
  73. },
  74. "formTableTitle" : {
  75. "font-size" : "16px",
  76. "height": "40",
  77. //"line-height": "30px",
  78. "text-align": "left",
  79. "min-width" : "60px",
  80. "width" : "20px"
  81. },
  82. "formTableValue" : {
  83. "min-height": "40px",
  84. "text-align": "left"
  85. },
  86. "formTableTitleDiv" : {
  87. "font-weight" : "bold"
  88. },
  89. "formTableValueDiv" : {
  90. "min-height" : "40px",
  91. "line-height" : "22px"
  92. },
  93. "formTableInlineValueDiv" : {
  94. "float" : "left",
  95. "margin-right" : "10px"
  96. },
  97. "formItemSpan" : {
  98. // "padding-bottom" : "10px",
  99. // "padding-right" : "10px"
  100. }
  101. }