css.wcss 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123
  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. "inputCheckbox" : {
  30. "float" : "left",
  31. "font-size" : "14px",
  32. "cursor" : "pointer"
  33. },
  34. "inputSelect" : {
  35. "width": "99%",
  36. "border":"1px solid #ccc",
  37. "background-color":"#FFF",
  38. "height": "26px"
  39. },
  40. "inputSelectUnformatWidth" : {
  41. "margin-right":"5px",
  42. "border":"1px solid #ccc",
  43. "background-color":"#FFF",
  44. "height": "24px"
  45. },
  46. "inputButton" : {
  47. "margin-right": "5px",
  48. "float": "left",
  49. "background-color": "#FFF",
  50. "padding": "2px 14px",
  51. "border": "1px solid #999",
  52. "border-radius": "3px",
  53. "font-size": "14px",
  54. "color": "#666",
  55. "cursor": "pointer"
  56. },
  57. "formTable" : {
  58. "margin-top" : "10px"
  59. },
  60. "formTableHead" : {
  61. "height": "50px",
  62. "line-height": "50px",
  63. "text-align": "center",
  64. "min-width": "80px",
  65. "font-size":"20px",
  66. "font-weight": "bold"
  67. },
  68. "formTableTitle" : {
  69. "height": "22px",
  70. //"line-height": "30px",
  71. "text-align": "left",
  72. "font-size" : "14px",
  73. "font-weight" : "normal"
  74. },
  75. "formTableValue" : {
  76. "text-align": "left"
  77. },
  78. "formTableTitleRight" : {
  79. "font-size" : "14px",
  80. "text-align" : "right"
  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. "actionRemove" : {
  98. "width" : "24px",
  99. "height" : "24px",
  100. "background" : "url(../x_component_Template/$MGrid/forum/icon/remove.png) center center no-repeat"
  101. },
  102. "actionRemove_over" : {
  103. "background-color" : "#e1edf7"
  104. },
  105. "actionAdd" : {
  106. "width" : "24px",
  107. "height" : "24px",
  108. "background" : "url(../x_component_Template/$MGrid/forum/icon/add.png) center center no-repeat"
  109. },
  110. "actionAdd_over" : {
  111. "background-color" : "#e1edf7"
  112. },
  113. "warningMessageNode" : {
  114. "margin-top" : "10px",
  115. "font-size": "14px",
  116. "color":"#ff5c42",
  117. "padding-left": "20px",
  118. "background" : "url(../x_component_Template/$MForm/o2platform/icon/icon_warning.png) left center no-repeat"
  119. }
  120. }