css.wcss 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122
  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. "inputSelect" : {
  40. "border":"1px solid #ccc",
  41. "background-color":"#FFF",
  42. "height": "26px"
  43. },
  44. "inputOkButton" : {
  45. "background": "#4898F3",
  46. "border-radius": "4px",
  47. "width" : "250px",
  48. "height" : "40px",
  49. "line-height" : "40px",
  50. "border" : "0px",
  51. "color" : "#fff",
  52. "cursor" : "pointer",
  53. "font-size" : "18px"
  54. },
  55. "inputCancelButton" : {
  56. "background": "#f0f0f0",
  57. "border-radius": "4px",
  58. "width" : "130px",
  59. "height" : "40px",
  60. "line-height" : "40px",
  61. "color" : "#666",
  62. "border" : "0px",
  63. "margin-left" : "20px",
  64. "font-size" : "18px",
  65. "cursor" : "pointer"
  66. },
  67. "inputCancelButton_long" : {
  68. "background": "#f0f0f0",
  69. "border-radius": "4px",
  70. "width" : "400px",
  71. "height" : "40px",
  72. "line-height" : "40px",
  73. "color" : "#666",
  74. "border" : "0px",
  75. "margin-left" : "20px",
  76. "font-size" : "18px",
  77. "cursor" : "pointer"
  78. },
  79. "formTable" : {
  80. "border" : "1px solid #ddd",
  81. "border-collapse" : "collapse",
  82. "margin" : "10px 0px",
  83. "font-size" : "14px"
  84. },
  85. "formTableHead" : {
  86. "height": "50px",
  87. "line-height": "50px",
  88. "text-align": "center",
  89. "min-width": "80px",
  90. "font-size":"20px",
  91. "font-weight": "bold",
  92. "border" : "1px solid #ccc",
  93. "border-collapse" : "collapse"
  94. },
  95. "formTableTitle" : {
  96. "background-color":"#fff",
  97. "color":"#333",
  98. "font-weight":"bold",
  99. "height":"30px",
  100. "line-height":"30px",
  101. "text-align":"right",
  102. "border" : "1px solid #ddd"
  103. },
  104. "formTableValue" : {
  105. "color" : "#333",
  106. "background-color" : "#fff",
  107. "text-align": "left",
  108. "border" : "1px solid #ddd",
  109. "border-collapse" : "collapse"
  110. },
  111. "formTableValue_Input" : {
  112. "padding-right" : "21px",
  113. "color" : "#333",
  114. "background-color" : "#fff",
  115. "text-align": "left",
  116. "border" : "1px solid #ddd",
  117. "border-collapse" : "collapse"
  118. }
  119. }