1234567891011121314151617181920212223242526 |
- ax-body.data-v-2e47cea8{
- display: block;
- height: 100%;
- background:linear-gradient(to bottom, rgba(82, 180, 251,0.9),rgba(82, 180, 251,1));
- }
- .page-background.data-v-2e47cea8{
- position: fixed;
- top: 0;
- left: 0;
- right: 0;
- z-index: 0;
- }
- .page-background image.data-v-2e47cea8{
- display: block;
- width: 100%;
- }
- .image-box.data-v-2e47cea8{
- position: relative;
- width: 100%;
- height: 100%;
- }
- .image-bg.data-v-2e47cea8{
- position: absolute;
- width: 100%;
- }
|