css.wcss 1.3 KB

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