index.scss 704 B

1234567891011121314151617181920212223242526272829303132333435
  1. .footer {
  2. position: fixed;
  3. width: 100vw;
  4. height: 130rpx;
  5. display: flex;
  6. justify-content: center;
  7. align-items: center;
  8. bottom: 0;
  9. background-color: #fff;
  10. .but {
  11. width: 500rpx;
  12. height: 90rpx;
  13. background: #3874F6;
  14. border-radius: 100rpx;
  15. font-size: 28rpx;
  16. font-family: PingFang SC-Bold, PingFang SC;
  17. font-weight: bold;
  18. color: #FFFFFF;
  19. }
  20. }
  21. .tab-class {
  22. font-size: 28rpx;
  23. font-family: PingFang SC-Bold, PingFang SC;
  24. font-weight: bold;
  25. color: #999999;
  26. }
  27. .tab-active-class {
  28. font-size: 28rpx;
  29. font-family: PingFang SC-Bold, PingFang SC;
  30. font-weight: bold;
  31. color: #3874F6;
  32. }