index.scss 811 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. .empty-box {
  2. padding: 20px;
  3. justify-content: center;
  4. text-align: center;
  5. }
  6. .wrapper {
  7. display: flex;
  8. flex-direction: column;
  9. padding: 0rpx 20rpx;
  10. .wrapper-inner {
  11. display: flex;
  12. align-items: center;
  13. height: 320rpx;
  14. margin: 20rpx 0;
  15. }
  16. .wrapper-inner:last-child {
  17. margin-bottom: 20px !important;
  18. }
  19. .box {
  20. margin-left: 20upx;
  21. margin-top: 10upx;
  22. }
  23. .text-wrapper {
  24. display: flex;
  25. flex-direction: column;
  26. align-items: flex-start;
  27. width: 70%;
  28. height: 100%;
  29. .text-dec {
  30. margin: 16rpx 0;
  31. white-space: normal;
  32. word-break: break-word;
  33. line-height: 46rpx;
  34. }
  35. .text-name {}
  36. .text-status {
  37. color: #999;
  38. }
  39. }
  40. }
  41. .integral-mall-goods {
  42. width: 100%;
  43. height: 320rpx;
  44. background: #F2F2F2;
  45. border-radius: 16upx;
  46. }