首页概览初步优化

This commit is contained in:
禺狨
2023-03-20 14:06:13 +08:00
parent eddf3ab5e9
commit 5a12f0d79f
4 changed files with 66 additions and 73 deletions

View File

@@ -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;