base.less 866 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. // 公用less
  2. @font-size: 13.33333333vw !important;
  3. @theme-color:#4F50FF;
  4. .mask{
  5. width:100%;
  6. height: 100%;
  7. position: fixed;
  8. top:0;
  9. left: 0;
  10. background:rgba(0,0,0,.5);
  11. }
  12. .footer{
  13. width:100%;
  14. height: .88rem;
  15. line-height: .88rem;
  16. text-align: center;
  17. color:#fff;
  18. font-size: .32rem;
  19. background: linear-gradient(-270deg, #4F4FFF,#4F8BFF);
  20. position: fixed;
  21. bottom: 0;
  22. left: 0;
  23. }
  24. .dbfooter{
  25. width:100%;
  26. font-size: .32rem;
  27. position: fixed;
  28. bottom: 0;
  29. left: 0;
  30. background: #F2F2F5;
  31. .back,.next{
  32. display: inline-block;
  33. height: .88rem;
  34. line-height: .88rem;
  35. text-align: center;
  36. vertical-align: top;
  37. }
  38. .back{
  39. width: 2.5rem;
  40. color: #7C828E;
  41. // background: #F2F2F5;
  42. }
  43. .next{
  44. // width: 5rem;
  45. width: 4.91rem;
  46. color: #fff;
  47. background: linear-gradient(-270deg, #4F4FFF,#4F8BFF);
  48. }
  49. }