index.scss 598 B

123456789101112131415161718192021222324252627
  1. @import "../../address/add/index.scss";
  2. .footer {
  3. display: flex;
  4. align-items: center;
  5. justify-content: flex-end;
  6. position: fixed;
  7. width: 750rpx;
  8. height: 130rpx;
  9. background: #FFFFFF;
  10. box-shadow: 0px -4rpx 16rpx 2rpx rgba(150, 157, 165, 0.16);
  11. bottom: 0;
  12. z-index: 99999999999;
  13. .but {
  14. width: 156rpx;
  15. height: 90rpx;
  16. background: #3874F6;
  17. border-radius: 8rpx;
  18. font-size: 28rpx;
  19. font-family: PingFang SC-Bold, PingFang SC;
  20. font-weight: bold;
  21. color: #FFFFFF;
  22. margin-right: 30rpx;
  23. }
  24. }