12345678910111213141516171819202122 |
- ax-body{
- display: block;
- height: 100%;
- }
- .page-background{
- position: fixed;
- top: 0;
- left: 0;
- right: 0;
- z-index: -100;
- }
- .page-background image{
- display: block;
- width: 100%;
- }
- .image-box{
- width: 100%;
- height: 100%;
- }
- .image-bg{
- width: 100%;
- }
|