mirror of
https://github.com/PlayEdu/backend
synced 2025-12-30 07:39:49 +08:00
图片列表宽高1:1
This commit is contained in:
@@ -60,9 +60,11 @@
|
||||
display: grid;
|
||||
gap: 24px;
|
||||
grid-template-columns: repeat(8, minmax(0, 1fr));
|
||||
|
||||
.imageItem {
|
||||
width: 100%;
|
||||
height: 150px;
|
||||
height: auto;
|
||||
aspect-ratio: 1/1;
|
||||
background-repeat: no-repeat;
|
||||
background-size: contain;
|
||||
background-position: center center;
|
||||
|
||||
Reference in New Issue
Block a user