12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849 |
- // 公用less
- @font-size: 13.33333333vw !important;
- @theme-color:#4F50FF;
- .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;
- }
- .dbfooter{
- width:100%;
- font-size: .32rem;
- position: fixed;
- bottom: 0;
- left: 0;
- background: #F2F2F5;
- .back,.next{
- display: inline-block;
- height: .88rem;
- line-height: .88rem;
- text-align: center;
- vertical-align: top;
- }
- .back{
- width: 2.5rem;
- color: #7C828E;
- // background: #F2F2F5;
- }
- .next{
- // width: 5rem;
- width: 4.91rem;
- color: #fff;
- background: linear-gradient(-270deg, #4F4FFF,#4F8BFF);
- }
- }
|