base.less 382 B

1234567891011121314151617181920212223
  1. // 公用less
  2. @font-size: 13.33333333vw !important;
  3. .mask{
  4. width:100%;
  5. height: 100%;
  6. position: fixed;
  7. top:0;
  8. left: 0;
  9. background:rgba(0,0,0,.5);
  10. }
  11. .footer{
  12. width:100%;
  13. height: .88rem;
  14. line-height: .88rem;
  15. text-align: center;
  16. color:#fff;
  17. font-size: .32rem;
  18. background: linear-gradient(-270deg, #4F4FFF,#4F8BFF);
  19. position: fixed;
  20. bottom: 0;
  21. left: 0;
  22. }