FEATURE: pic set can support more than 9 pictures

This commit is contained in:
FarseaSH 2024-09-05 21:55:44 +08:00
parent ccad80501a
commit ad503162f2
3 changed files with 45 additions and 10 deletions

BIN
assets/more-icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

View file

@ -360,6 +360,29 @@ $gray: #919EB1;
padding-bottom: 50%;
position: relative;
height: 0px;
&.img-black-filter::after {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgb(0, 0, 0);
opacity: 0.8;
}
.more-icon {
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
background-size: 100% 100%;
z-index: 1;
}
}
img{