fix delete btn style

This commit is contained in:
Timi
2025-12-10 15:47:22 +08:00
parent b6be7c50e8
commit 79bc51bc56
4 changed files with 27 additions and 5 deletions

View File

@ -82,10 +82,21 @@
.delete {
top: 10rpx;
right: 10rpx;
color: rgba(0, 0, 0, .7);
color: rgba(255, 255, 255, .6);
z-index: 3;
position: absolute;
font-size: 45rpx;
&::after {
content: "";
top: 0;
width: 100%;
height: 100%;
z-index: -1;
position: absolute;
background: rgba(0, 0, 0, .6);
border-radius: 50%;
}
}
}
}