This commit is contained in:
2022-06-11 11:53:50 +08:00
parent 0b3d73187c
commit 45d5c8aea9
2 changed files with 5 additions and 2 deletions

View File

@@ -312,17 +312,20 @@
// }
&-item:nth-child(1){
background: #fef2ae;
background: rgba($color: #fef2ae, $alpha:.5);
}
&-item:nth-child(2){
background: #c9ead9;
background: rgba($color: #c9ead9, $alpha:.5);
}
&-item:nth-child(3){
margin-top: $padding - 8;
background: #bde0ff;
background: rgba($color: #bde0ff, $alpha:.5);
}
&-item:nth-child(4){
margin-top: $padding - 8;
background: #ffd9e1;
background: rgba($color: #ffd9e1, $alpha:.5);
}
}
.card-cover{