mirror of
https://github.com/PlayEdu/backend
synced 2025-12-28 22:29:43 +08:00
首页概览初步优化
This commit is contained in:
@@ -540,6 +540,26 @@ textarea.ant-input {
|
||||
}
|
||||
}
|
||||
|
||||
.image-list-box {
|
||||
width: 100%;
|
||||
box-sizing: border-box;
|
||||
padding-left: 10px;
|
||||
display: grid;
|
||||
gap: 21px;
|
||||
grid-template-columns: repeat(5, minmax(0, 1fr));
|
||||
margin-bottom: 24px;
|
||||
.image-item {
|
||||
width: 100px;
|
||||
height: 100px;
|
||||
border-radius: 6px;
|
||||
aspect-ratio: 1/1;
|
||||
background-repeat: no-repeat;
|
||||
background-size: contain;
|
||||
background-position: center center;
|
||||
background-color: #f6f6f6;
|
||||
}
|
||||
}
|
||||
|
||||
.tree-video-title {
|
||||
margin-left: 4px;
|
||||
width: 346px;
|
||||
|
||||
Reference in New Issue
Block a user