orderDetails.scss 442 B

123456789101112131415161718192021222324252627
  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. }