home.css 431 B

123456789101112131415161718192021222324252627
  1. html {
  2. font-size: 192px;
  3. }
  4. body {
  5. background-color: #010B14;
  6. overflow-x: hidden;
  7. }
  8. .div-header {
  9. background: url(../images/biaoti_bg_img.png) no-repeat;
  10. width: 100%;
  11. height: 0.39rem;
  12. background-size: 100% 100%;
  13. z-index: 100;
  14. position: fixed;
  15. top: 0;
  16. }
  17. .div-bottom {
  18. background: url(../images/logo_bg_img.png) no-repeat;
  19. width: 100%;
  20. height: 0.2rem;
  21. background-size: 100% 100%;
  22. position: fixed;
  23. bottom: 0;
  24. }