mirror of
https://github.com/PlayEdu/backend
synced 2025-12-28 22:29:43 +08:00
选择、上传封面模块
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user