ef3e1a3f by renchao@pashanhoo.com

style:首页样式修改

1 parent 9a6981a0
......@@ -2,25 +2,30 @@
display: flex;
justify-content: space-between;
height: 100%;
font-size: 14px;
.flexst {
display: flex;
justify-content: space-between;
}
.title {
display: flex;
align-items: center;
}
.workbench {
flex-wrap: wrap;
height: 100%;
padding-left: 0;
li {
width: 32.5%;
height: 90px;
@include flex-center;
flex-direction: column;
color: #fff;
font-size: 14px;
i {
color: #fff;
......@@ -53,6 +58,7 @@
width: 70%;
padding-right: 3px;
height: 100%;
font-size: 14px;
.list-title {
overflow: hidden;
......