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