player.css 564 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. body {
  2. margin-top: 0px;
  3. margin-right: 0px;
  4. margin-bottom: 0px;
  5. margin-left: 0px;
  6. font-family: "宋体"
  7. }
  8. a { text-decoration: none; color: #000000 }
  9. a:hover { text-decoration: underline; color: #FF0000}
  10. a:active { text-decoration: none; color: #000000 }
  11. td {
  12. font-size: 9pt;
  13. font-family: "宋体"
  14. }
  15. p {
  16. font-family: "宋体"
  17. }
  18. .texts {
  19. font-family: "宋体";
  20. font-size: 9pt;
  21. line-height: 12pt
  22. }
  23. .textm {
  24. font: 10.8pt/14pt "宋体"
  25. }
  26. .textb {
  27. font: 12pt/15pt "宋体"
  28. }
  29. .etext {
  30. font-family: "Verdana", "Arial";
  31. font-size: 9pt
  32. }