bind_weixin.css 337 B

123456789101112131415161718192021222324252627
  1. * {
  2. margin: 0;
  3. padding: 0;
  4. }
  5. a{
  6. text-decoration:none;
  7. color:#000;
  8. }
  9. html {
  10. height: 100%;
  11. widrth: 100%;
  12. }
  13. body {
  14. width: 100%;
  15. height: 100%;
  16. overflow: hidden;
  17. font-family: 黑体, SimHei;
  18. }
  19. a,p,h4,h5,h6{
  20. font-family: 黑体, SimHei;
  21. }
  22. li{
  23. list-style:none;
  24. }
  25. thead th{
  26. border-bottom:none !important;
  27. }