You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

1 年之前
123456789101112131415161718192021
  1. .footer {
  2. box-sizing: border-box;
  3. position: fixed;
  4. bottom: 0;
  5. z-index: 99;
  6. box-sizing: border-box;
  7. width: 750rpx;
  8. padding: 20rpx 20rpx;
  9. background-color: #ffffff;
  10. }
  11. .footer-button {
  12. display: flex;
  13. justify-content: center;
  14. align-items: center;
  15. padding: 20rpx 20rpx;
  16. background-color: #1677ff;
  17. color: #ffffff;
  18. border-radius: 8rpx;
  19. }