app.less 217 B

1234567891011
  1. page{
  2. background-image: url('https://culture.4dage.com/lvDao_v4/images/bg@2x.jpg');
  3. background-size: cover;
  4. width: 100%;
  5. height: 100%;
  6. overflow: hidden;
  7. .container{
  8. width: 100%;
  9. height: 100%;
  10. }
  11. }