fix(client/web): refine list layout (#65)
This commit is contained in:
parent
81da97650b
commit
df46915147
4 changed files with 226 additions and 121 deletions
|
@ -54,6 +54,10 @@
|
|||
color: #27ae60;
|
||||
}
|
||||
|
||||
.green2-font {
|
||||
color: #15cd3d;
|
||||
}
|
||||
|
||||
.white-font {
|
||||
color: #fff;
|
||||
}
|
||||
|
@ -94,6 +98,11 @@
|
|||
background-color: #2980b9;
|
||||
}
|
||||
|
||||
.blue2-bg {
|
||||
background-color: #2f45c5;
|
||||
}
|
||||
|
||||
|
||||
.cyan0-bg {
|
||||
background-color: #1abc9c;
|
||||
}
|
||||
|
@ -130,6 +139,10 @@
|
|||
background-color: #e67e22;
|
||||
}
|
||||
|
||||
.yellow3-bg {
|
||||
background-color: #15cd3d;;
|
||||
}
|
||||
|
||||
.yellow3-bg {
|
||||
background-color: #d35400;
|
||||
}
|
||||
|
@ -142,6 +155,10 @@
|
|||
background-color: #27ae60;
|
||||
}
|
||||
|
||||
.green2-bg {
|
||||
background-color: #15cd3d;
|
||||
}
|
||||
|
||||
.white-bg {
|
||||
background-color: #fff;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue