help.css 498 B

12345678910111213141516171819202122232425262728293031323334353637
  1. .wrapper {
  2. width: 370px;
  3. margin: 10px auto;
  4. zoom: 1;
  5. }
  6. .tabbody {
  7. height: 360px;
  8. }
  9. .tabbody .panel {
  10. width: 100%;
  11. height: 360px;
  12. position: absolute;
  13. background: #fff;
  14. }
  15. .tabbody .panel h1 {
  16. font-size: 26px;
  17. margin: 5px 0 0 5px;
  18. }
  19. .tabbody .panel p {
  20. font-size: 12px;
  21. margin: 5px 0 0 5px;
  22. }
  23. .tabbody table {
  24. width: 90%;
  25. line-height: 20px;
  26. margin: 5px 0 0 5px;;
  27. }
  28. .tabbody table thead {
  29. font-weight: bold;
  30. line-height: 25px;
  31. }