index.scss 548 B

1234567891011121314151617181920
  1. .footer-but {
  2. position: fixed !important;
  3. width: 100vw !important;
  4. height: 130rpx !important;
  5. bottom: 0 !important;
  6. text-align: center;
  7. background-color: #FFFFFF;
  8. z-index: 99;
  9. .button {
  10. width: 500rpx !important;
  11. height: 90rpx !important;
  12. background: #3874F6 !important;
  13. border-radius: 45rpx !important;
  14. font-size: 28rpx !important;
  15. font-family: PingFang SC-Bold, PingFang SC !important;
  16. font-weight: bold !important;
  17. color: #FFFFFF !important;
  18. }
  19. }