banner-page.css 253 B

12345678910111213141516171819202122
  1. ax-body{
  2. display: block;
  3. height: 100%;
  4. }
  5. .page-background{
  6. position: fixed;
  7. top: 0;
  8. left: 0;
  9. right: 0;
  10. z-index: -100;
  11. }
  12. .page-background image{
  13. display: block;
  14. width: 100%;
  15. }
  16. .image-box{
  17. width: 100%;
  18. height: 100%;
  19. }
  20. .image-bg{
  21. width: 100%;
  22. }