base.less 845 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  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. }
  23. .dbfooter{
  24. width:100%;
  25. font-size: .32rem;
  26. position: fixed;
  27. bottom: 0;
  28. left: 0;
  29. background: #F2F2F5;
  30. .back,.next{
  31. display: inline-block;
  32. height: .88rem;
  33. line-height: .88rem;
  34. text-align: center;
  35. vertical-align: top;
  36. }
  37. .back{
  38. width: 2.5rem;
  39. color: #7C828E;
  40. // background: #F2F2F5;
  41. }
  42. .next{
  43. // width: 5rem;
  44. width: 4.91rem;
  45. color: #fff;
  46. background: linear-gradient(-270deg, #4F4FFF,#4F8BFF);
  47. }
  48. }