FEATURE: pic set can support more than 9 pictures
This commit is contained in:
parent
ccad80501a
commit
ad503162f2
3 changed files with 45 additions and 10 deletions
|
@ -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{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue