优化发布截图上传与押金提示
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user