app.less 316 B

12345678910111213141516
  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. color: #765842;
  8. .container{
  9. width: 100%;
  10. height: 100%;
  11. }
  12. .disabled{
  13. opacity: 0.7!important;
  14. pointer-events: none!important;
  15. }
  16. }