css.wcss 2.4 KB

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