banner-page.wxss 459 B

1234567891011121314151617181920212223242526
  1. ax-body.data-v-2e47cea8{
  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.data-v-2e47cea8{
  7. position: fixed;
  8. top: 0;
  9. left: 0;
  10. right: 0;
  11. z-index: 0;
  12. }
  13. .page-background image.data-v-2e47cea8{
  14. display: block;
  15. width: 100%;
  16. }
  17. .image-box.data-v-2e47cea8{
  18. position: relative;
  19. width: 100%;
  20. height: 100%;
  21. }
  22. .image-bg.data-v-2e47cea8{
  23. position: absolute;
  24. width: 100%;
  25. }