css.wcss 2.5 KB

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