css.wcss 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. {
  2. "inputText": {
  3. "width": "90%",
  4. "height": "22px",
  5. "border": "1px solid #CCC",
  6. "box-shadow": "0px 0px 0px",
  7. "font-size": "14px"
  8. },
  9. "inputTime" : {
  10. "width": "90%",
  11. "height": "22px",
  12. "border": "1px solid #CCC",
  13. "box-shadow": "0px 0px 0px",
  14. "font-size": "14px",
  15. "background" : "url(../x_component_Template/$MForm/default/icon/calendar.png) 98% center no-repeat"
  16. },
  17. "inputPerson" : {
  18. "width": "90%",
  19. "height": "22px",
  20. "border": "1px solid #CCC",
  21. "box-shadow": "0px 0px 0px",
  22. "font-size": "14px",
  23. "overflow" : "hidden",
  24. "background" : "url(../x_component_Template/$MForm/default/icon/selectperson.png) 98% center no-repeat"
  25. },
  26. "inputTextarea" : {
  27. "width": "90%",
  28. "border":"1px solid #CCC",
  29. "background-color":"#FFF",
  30. "border-radius": "3px",
  31. "box-shadow": "0px 0px 0px",
  32. "height": "40px"
  33. },
  34. "formTable" : {
  35. },
  36. "formTableHead" : {
  37. "height": "50px",
  38. "line-height": "50px",
  39. "text-align": "center",
  40. "min-width": "80px",
  41. "font-size":"20px",
  42. "font-weight": "bold"
  43. },
  44. "formTableTitle" : {
  45. "height": "30px",
  46. "line-height": "30px",
  47. "text-align": "left"
  48. },
  49. "formTableValue" : {
  50. "text-align": "left"
  51. }
  52. }