good.wxss 565 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. .good {
  2. height: 480rpx;
  3. width: 372rpx;
  4. align-content: center;
  5. }
  6. .good .img {
  7. width: 302rpx;
  8. height: 302rpx;
  9. z-index: 1;
  10. }
  11. .good .name {
  12. text-align: center;
  13. /* display: block; */
  14. width: 372rpx;
  15. height: 35rpx;
  16. margin-bottom: 14rpx;
  17. overflow: hidden;
  18. font-size: 28rpx;
  19. color: #333;
  20. }
  21. .good .price {
  22. /* display: block; */
  23. text-align: center;
  24. line-height: 30rpx;
  25. font-size: 28rpx;
  26. color: #a78845;
  27. }
  28. .good .counterPrice {
  29. text-decoration: line-through;
  30. font-size: 24rpx;
  31. color: #999;
  32. }
  33. .good .retailPrice {
  34. font-size: 24rpx;
  35. color: #a78845;
  36. }