1234567891011121314151617181920212223 |
- // 公用less
- @font-size: 13.33333333vw !important;
- .mask{
- width:100%;
- height: 100%;
- position: fixed;
- top:0;
- left: 0;
- background:rgba(0,0,0,.5);
- }
- .footer{
- width:100%;
- height: .88rem;
- line-height: .88rem;
- text-align: center;
- color:#fff;
- font-size: .32rem;
- background: linear-gradient(-270deg, #4F4FFF,#4F8BFF);
- position: fixed;
- bottom: 0;
- left: 0;
- }
|