style:首页样式修改
Showing
1 changed file
with
6 additions
and
0 deletions
... | @@ -2,25 +2,30 @@ | ... | @@ -2,25 +2,30 @@ |
2 | display: flex; | 2 | display: flex; |
3 | justify-content: space-between; | 3 | justify-content: space-between; |
4 | height: 100%; | 4 | height: 100%; |
5 | font-size: 14px; | ||
5 | 6 | ||
6 | .flexst { | 7 | .flexst { |
7 | display: flex; | 8 | display: flex; |
8 | justify-content: space-between; | 9 | justify-content: space-between; |
9 | } | 10 | } |
11 | |||
10 | .title { | 12 | .title { |
11 | display: flex; | 13 | display: flex; |
12 | align-items: center; | 14 | align-items: center; |
13 | } | 15 | } |
16 | |||
14 | .workbench { | 17 | .workbench { |
15 | flex-wrap: wrap; | 18 | flex-wrap: wrap; |
16 | height: 100%; | 19 | height: 100%; |
17 | padding-left: 0; | 20 | padding-left: 0; |
21 | |||
18 | li { | 22 | li { |
19 | width: 32.5%; | 23 | width: 32.5%; |
20 | height: 90px; | 24 | height: 90px; |
21 | @include flex-center; | 25 | @include flex-center; |
22 | flex-direction: column; | 26 | flex-direction: column; |
23 | color: #fff; | 27 | color: #fff; |
28 | font-size: 14px; | ||
24 | 29 | ||
25 | i { | 30 | i { |
26 | color: #fff; | 31 | color: #fff; |
... | @@ -53,6 +58,7 @@ | ... | @@ -53,6 +58,7 @@ |
53 | width: 70%; | 58 | width: 70%; |
54 | padding-right: 3px; | 59 | padding-right: 3px; |
55 | height: 100%; | 60 | height: 100%; |
61 | font-size: 14px; | ||
56 | 62 | ||
57 | .list-title { | 63 | .list-title { |
58 | overflow: hidden; | 64 | overflow: hidden; | ... | ... |
-
Please register or sign in to post a comment