index.scss 491 B

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