优化发布截图上传与押金提示

This commit is contained in:
yml2213
2026-06-07 21:40:36 +08:00
parent eebd2d3b04
commit a8b3d3813b
16 changed files with 308 additions and 53 deletions
@@ -99,6 +99,24 @@
outline: none;
}
.deposit-label {
flex-wrap: wrap;
gap: 4px;
}
.deposit-label em {
display: inline-flex;
align-items: center;
padding: 1px 6px;
border-radius: 999px;
background: #fff3f4;
color: #f04452;
font-size: 10px;
font-style: normal;
font-weight: 700;
line-height: 1.25;
}
.hint-label::before,
.backend-hint-target.has-hint::before,
.upload-title.has-hint::before,
@@ -473,6 +491,13 @@
line-height: 1.4;
}
.upload-preview-list {
display: flex;
flex-wrap: wrap;
gap: 8px;
justify-content: flex-end;
}
.upload-add,
.upload-preview {
width: 76px;