orderDetails.scss 679 B

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