echarts
This commit is contained in:
@@ -0,0 +1,69 @@
|
||||
/* 主色板记录,复制粘贴使用 */
|
||||
.theme-color {
|
||||
--primary-100: #0085ff;
|
||||
--primary-200: #69b4ff;
|
||||
--primary-300: #e0ffff;
|
||||
--accent-100: #006fff;
|
||||
--accent-200: #e1ffff;
|
||||
--text-100: #FFFFFF;
|
||||
--text-200: #9e9e9e;
|
||||
--bg-100: #1E1E1E;
|
||||
--bg-200: #2d2d2d;
|
||||
--bg-300: #454545;
|
||||
}
|
||||
|
||||
/* =============== */
|
||||
.row {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
.column {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.KANBAN-background {
|
||||
width: 1920px;
|
||||
height: 1080px;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
background-color: #1E1E1E;
|
||||
}
|
||||
|
||||
.KANBAN-header {
|
||||
width: 100%;
|
||||
/* background-color: #0055ff; */
|
||||
}
|
||||
|
||||
.KANBAN-main {
|
||||
width: 100%;
|
||||
/* background-color: #aaaaff; */
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.Kanban-description {
|
||||
width: 100%;
|
||||
margin-bottom: 20px;
|
||||
height: 60px;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
.card-1 {
|
||||
padding-top: 50px;
|
||||
padding-left: 10px;
|
||||
padding-right: 10px;
|
||||
padding-bottom: 20px;
|
||||
width: 33%;
|
||||
height: 400px;
|
||||
}
|
||||
|
||||
.card-2 {
|
||||
width: 66%;
|
||||
height: 400px;
|
||||
}
|
||||
Reference in New Issue
Block a user