user-orderaftersale.css 356 B

123456789101112131415161718192021222324252627
  1. /*
  2. * 导航
  3. */
  4. .nav-base .item {
  5. width: 14.28%;
  6. }
  7. /*
  8. * 列表
  9. */
  10. .goods-base {
  11. min-height: 160rpx;
  12. margin-left: 180rpx;
  13. }
  14. .goods-title {
  15. line-height: 36rpx;
  16. }
  17. .list-item .goods-item:not(:last-child) {
  18. border-bottom: 1px dashed #efefef;
  19. }
  20. .goods-item {
  21. padding: 20rpx 10rpx;
  22. }
  23. .goods-image {
  24. width: 160rpx;
  25. height: 160rpx;
  26. }