index.scss 572 B

1234567891011121314151617181920212223242526
  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. .but {
  13. width: 156rpx;
  14. height: 90rpx;
  15. background: #3874F6;
  16. border-radius: 8rpx;
  17. font-size: 28rpx;
  18. font-family: PingFang SC-Bold, PingFang SC;
  19. font-weight: bold;
  20. color: #FFFFFF;
  21. margin-right: 30rpx;
  22. }
  23. }