orderDetails.scss 677 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. .order-info {
  2. .u-cell {
  3. padding: 17rpx 0;
  4. }
  5. /deep/ .u-cell_title {
  6. font-weight: 600;
  7. }
  8. }
  9. .order-info-img {
  10. margin: 54rpx auto 10rpx;
  11. }
  12. .addr {
  13. text-align: center;
  14. margin-bottom: 10rpx;
  15. font-size: 26rpx;
  16. font-weight: 400;
  17. color: #737373;
  18. line-height: 37rpx;
  19. letter-spacing: 1px;
  20. }
  21. .pay-amount {
  22. text-align: center;
  23. font-size: 60rpx;
  24. font-weight: 500;
  25. color: #010101;
  26. line-height: 84rpx;
  27. letter-spacing: 2px;
  28. margin-bottom: 18rpx;
  29. }
  30. .loading-warp {
  31. display: flex;
  32. flex-direction: column;
  33. align-items: center;
  34. justify-content: center;
  35. height: 100%;
  36. }
  37. .loading-text {
  38. margin-top: 20rpx;
  39. color: #fff;
  40. font-size: 20rpx;
  41. }