selectedOrders.wxss 526 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. .loading {
  2. width: 180rpx;
  3. height: 180rpx;
  4. background-color: #7d7d7d;
  5. border-radius: 6rpx;
  6. margin: 350rpx auto;
  7. }
  8. .loading-spin {
  9. padding: 50rpx;
  10. }
  11. .no-order {
  12. position: absolute;
  13. top: 50%;
  14. left: 50%;
  15. transform: translate(-50%, -50%);
  16. }
  17. .title {
  18. color: black;
  19. font-size: 34rpx;
  20. font-weight: bold;
  21. margin-top: 10rpx;
  22. }
  23. .description {
  24. margin-top: 10rpx;
  25. color: #999999;
  26. font-size: 30rpx;
  27. }
  28. .count {
  29. font-size: 25rpx;
  30. }
  31. .price {
  32. font-size: 40rpx;
  33. }