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

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
@@ -150,6 +150,28 @@
white-space: nowrap;
}
.deposit-label {
display: inline-flex;
flex-wrap: wrap;
gap: 6px;
align-items: center;
}
.deposit-label em {
display: inline-flex;
align-items: center;
min-height: 20px;
padding: 1px 8px;
border: 1px solid #ffd6dc;
border-radius: 999px;
background: #fff7f8;
color: #f04452;
font-size: 12px;
font-style: normal;
font-weight: 700;
line-height: 1.3;
}
.level-panel,
.time-preset-panel,
.skin-groups {
@@ -434,6 +456,20 @@
line-height: 1.45;
}
.upload-copy em {
color: #ff6a00;
font-size: 12px;
font-style: normal;
font-weight: 800;
}
.upload-preview-list {
display: flex;
flex-wrap: wrap;
gap: 8px;
justify-content: flex-end;
}
.upload-add,
.upload-preview {
width: 96px;
@@ -909,6 +945,10 @@
width: 100%;
}
.upload-preview-list {
justify-content: stretch;
}
.deposit-control {
display: grid;
}