transfer.scss 856 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. .new-footer {
  2. display: flex;
  3. justify-content: space-between;
  4. position: fixed;
  5. width: 100vw;
  6. height: 130rpx;
  7. background: #FFFFFF;
  8. box-shadow: 0px -4rpx 16rpx 2rpx rgba(150, 157, 165, 0.16);
  9. bottom: 0;
  10. z-index: 9999;
  11. padding-left: 30rpx;
  12. box-sizing: border-box;
  13. padding-top: 10rpx;
  14. .historicalservicesqty {
  15. font-family: PingFang SC, PingFang SC;
  16. font-size: 32rpx;
  17. color: #333333;
  18. height: 90rpx;
  19. line-height: 90rpx;
  20. }
  21. .new-submit {
  22. width: 156rpx;
  23. height: 90rpx;
  24. background: #3874F6;
  25. border-radius: 8rpx;
  26. font-size: 28rpx;
  27. font-family: PingFang SC-Bold, PingFang SC;
  28. font-weight: bold;
  29. color: #FFFFFF;
  30. margin-right: 30rpx;
  31. }
  32. .but {
  33. background: #FFFFFF;
  34. border: 2rpx solid #CCCCCC;
  35. font-family: PingFang SC, PingFang SC;
  36. font-weight: bold;
  37. font-size: 32rpx;
  38. color: #333333;
  39. margin-right: 20rpx;
  40. }
  41. }