选择、上传封面模块

This commit is contained in:
禺狨
2023-03-16 10:39:40 +08:00
parent b0709630cd
commit 52e6dc2e05
3 changed files with 138 additions and 13 deletions

View File

@@ -62,6 +62,10 @@ code {
margin-left: 120px;
}
.ml-16 {
margin-left: 16px;
}
.mr-16 {
margin-right: 16px;
}
@@ -86,6 +90,10 @@ code {
margin-right: 24px;
}
.mb-28 {
margin-bottom: 28px;
}
.mt-50 {
margin-top: 50px;
}
@@ -94,6 +102,14 @@ code {
margin-bottom: 50px;
}
.helper-text {
height: 24px;
font-size: 12px;
font-weight: 400;
color: rgba(0, 0, 0, 0.45);
line-height: 24px;
}
.float-left {
width: 100%;
height: auto;
@@ -132,6 +148,10 @@ code {
flex-direction: column;
}
.flex-1 {
flex: 1;
}
.c-admin {
font-size: 14px;
font-weight: 400;