css.wcss 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136
  1. {
  2. "inputText": {
  3. "width": "100%",
  4. "height": "26px",
  5. "color": "#666",
  6. "border" : "0px",
  7. "border-bottom": "1px solid #ccc",
  8. "padding-right" : "20px",
  9. "background": "url(../x_component_process_Xform/$Form/default/icon/inputtext.png) 99% center no-repeat"
  10. },
  11. "inputRadio" : {
  12. "float" : "left",
  13. "margin-right" : "5px"
  14. },
  15. "inputTime" : {
  16. "width": "100%",
  17. "height": "26px",
  18. "color": "#666",
  19. "border" : "0px",
  20. "border-bottom": "1px solid #ccc",
  21. "padding-right" : "20px",
  22. "background": "url(../x_component_process_Xform/$Form/default/icon/calendar.png) 99% center no-repeat"
  23. },
  24. "inputPerson" : {
  25. "width": "100%",
  26. "height": "26px",
  27. "color": "#666",
  28. "border" : "0px",
  29. "border-bottom": "1px solid #ccc",
  30. "padding-right" : "20px",
  31. "background": "url(../x_component_process_Xform/$Form/default/icon/selectperson.png) 99% center no-repeat"
  32. },
  33. "inputTextarea" : {
  34. "width": "100%",
  35. "color": "#666",
  36. "border" : "0px",
  37. "border-bottom": "1px solid #ccc"
  38. },
  39. "inputCheckbox" : {
  40. "float" : "left",
  41. "font-size" : "14px",
  42. "cursor" : "pointer"
  43. },
  44. "inputSelect" : {
  45. "border":"1px solid #ccc",
  46. "background-color":"#FFF",
  47. "height": "26px"
  48. },
  49. "inputSelectUnformatWidth" : {
  50. "margin-right":"5px",
  51. "border":"1px solid #ccc",
  52. "background-color":"#FFF",
  53. "height": "24px"
  54. },
  55. "inputButton" : {
  56. "margin-right": "5px",
  57. "float": "left",
  58. "background-color": "#FFF",
  59. "padding": "2px 14px",
  60. "border": "1px solid #999",
  61. "border-radius": "3px",
  62. "font-size": "14px",
  63. "color": "#666",
  64. "cursor": "pointer"
  65. },
  66. "formTable" : {
  67. "border" : "1px solid #ddd",
  68. "border-collapse" : "collapse",
  69. "margin" : "10px 0px",
  70. "font-size" : "14px"
  71. },
  72. "formTableHead" : {
  73. "height": "50px",
  74. "line-height": "50px",
  75. "text-align": "center",
  76. "min-width": "80px",
  77. "font-size":"20px",
  78. "font-weight": "bold",
  79. "border" : "1px solid #ccc",
  80. "border-collapse" : "collapse"
  81. },
  82. "formTableTitle" : {
  83. "background-color":"#fff",
  84. "color":"#333",
  85. "font-weight":"bold",
  86. "height":"30px",
  87. "line-height":"30px",
  88. "text-align":"center",
  89. "border" : "1px solid #ddd"
  90. },
  91. "formTableValue" : {
  92. "color" : "#333",
  93. "background-color" : "#fff",
  94. "text-align": "center",
  95. "border" : "1px solid #ddd",
  96. "border-collapse" : "collapse"
  97. },
  98. "formTableValue_Input" : {
  99. "padding-right" : "21px",
  100. "color" : "#333",
  101. "background-color" : "#fff",
  102. "text-align": "left",
  103. "border" : "1px solid #ddd",
  104. "border-collapse" : "collapse"
  105. },
  106. "formItemSpan" : {
  107. // "padding-bottom" : "10px",
  108. // "padding-right" : "10px"
  109. },
  110. "actionRemove" : {
  111. "width" : "24px",
  112. "height" : "24px",
  113. "background" : "url(../x_component_Template/$MGrid/forum/icon/remove.png) center center no-repeat"
  114. },
  115. "actionRemove_over" : {
  116. "background-color" : "#e1edf7"
  117. },
  118. "actionAdd" : {
  119. "width" : "24px",
  120. "height" : "24px",
  121. "background" : "url(../x_component_Template/$MGrid/forum/icon/add.png) center center no-repeat"
  122. },
  123. "actionAdd_over" : {
  124. "background-color" : "#e1edf7"
  125. },
  126. "warningMessageNode" : {
  127. "margin-top" : "10px",
  128. "font-size": "14px",
  129. "color":"#ff5c42",
  130. "padding-left": "20px",
  131. "background" : "url(../x_component_Template/$MForm/o2platform/icon/icon_warning.png) left center no-repeat"
  132. }
  133. }