index.acss 548 B

12345678910111213141516171819202122232425
  1. .ab-mall-new-component .img-container {
  2. position: relative;
  3. }
  4. .ab-mall-new-component .img-container .img {
  5. width: 136rpx;
  6. height: 136rpx;
  7. border-radius: 8px;
  8. }
  9. .ab-mall-new-component .img-container .img.no-stock-back {
  10. opacity: 0.3;
  11. }
  12. .ab-mall-new-component .img-container .img-no-stock {
  13. position: absolute;
  14. height: 36rpx;
  15. width: 136rpx;
  16. background: rgba(0, 0, 0, 0.65);
  17. border-radius: 0 0 8px 8px;
  18. z-index: 1;
  19. bottom: 0;
  20. text-align: center;
  21. font-size: 20rpx;
  22. color: #fff;
  23. font-weight: 400;
  24. line-height: 36rpx;
  25. }