mirror of
https://github.com/PlayEdu/backend
synced 2025-12-28 22:29:43 +08:00
首页概览初步
This commit is contained in:
@@ -46,6 +46,14 @@ code {
|
||||
width: 200px;
|
||||
}
|
||||
|
||||
.mr-5 {
|
||||
margin-right: 5px;
|
||||
}
|
||||
|
||||
.ml-5 {
|
||||
margin-left: 5px;
|
||||
}
|
||||
|
||||
.ml-8 {
|
||||
margin-left: 8px;
|
||||
}
|
||||
@@ -177,10 +185,14 @@ code {
|
||||
color: #e1a500;
|
||||
}
|
||||
|
||||
.c-green {
|
||||
.c-success {
|
||||
color: #04c877;
|
||||
}
|
||||
|
||||
.c-green {
|
||||
color: #00cc66;
|
||||
}
|
||||
|
||||
.c-red {
|
||||
color: @primaryColor;
|
||||
}
|
||||
@@ -219,6 +231,7 @@ code {
|
||||
box-sizing: border-box;
|
||||
padding: 24px;
|
||||
border-radius: 12px;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.playedu-main-body {
|
||||
|
||||
Reference in New Issue
Block a user