banner-page.css 377 B

12345678910111213141516171819202122232425
  1. ax-body{
  2. display: block;
  3. height: 100%;
  4. background:linear-gradient(to bottom, rgba(82, 180, 251,0.9),rgba(82, 180, 251,1));
  5. }
  6. .page-background{
  7. position: fixed;
  8. top: 0;
  9. left: 0;
  10. right: 0;
  11. z-index: 0;
  12. }
  13. .page-background image{
  14. display: block;
  15. width: 100%;
  16. }
  17. .image-box{
  18. position: relative;
  19. width: 100%;
  20. height: 100%;
  21. }
  22. .image-bg{
  23. position: absolute;
  24. width: 100%;
  25. }