🎨 style: 优化样式

This commit is contained in:
wangsongsole 2023-12-22 14:36:38 +08:00
parent 19f0fa4605
commit 6404bfbdab
1 changed files with 9 additions and 3 deletions

View File

@ -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;
}