diff --git a/coupon/couponCollection.css b/coupon/couponCollection.css index 96b2271..f3260dd 100644 --- a/coupon/couponCollection.css +++ b/coupon/couponCollection.css @@ -730,8 +730,14 @@ img.changegray { #list .listcommity li .goodsStatus { position: absolute; right: 0; - bottom: 14%; + top: 0; + width: 0.6rem; + display: flex; + justify-content: flex-end; } -#list .listcommity .goodsStatus img { - height: 0.6rem; + +#list .listcommity li .goodsStatus > img { + position: absolute; + right: 0; + z-index: 88; }