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