Commit 22d9fdfb59a314de5746ebb3765a8450a13177dc
1 parent
95c6d10c
字体
Showing
2 changed files
with
4 additions
and
2 deletions
resource/public/commoncss.css
@@ -4,7 +4,7 @@ | @@ -4,7 +4,7 @@ | ||
4 | html,body{ | 4 | html,body{ |
5 | background-color: #f6f7fb; | 5 | background-color: #f6f7fb; |
6 | min-width: 1200px; | 6 | min-width: 1200px; |
7 | - font-family:”微软雅黑”; | 7 | + font-family:"PingFang SC","微软雅黑","Microsoft YaHei",Helvetica,"Helvetica Neue",Tahoma,Arial,sans-serif; |
8 | } | 8 | } |
9 | ul,li{ | 9 | ul,li{ |
10 | list-style: none; | 10 | list-style: none; |
topages/workfill/workfill.css
@@ -28,7 +28,9 @@ | @@ -28,7 +28,9 @@ | ||
28 | background-color: #fff; | 28 | background-color: #fff; |
29 | border-radius: 4px; | 29 | border-radius: 4px; |
30 | } | 30 | } |
31 | - | 31 | +.workquery-list-wrap{ |
32 | + margin-top: 10px; | ||
33 | +} | ||
32 | .workfill-list-wrap .workfill-list-li{ | 34 | .workfill-list-wrap .workfill-list-li{ |
33 | width: 277px; | 35 | width: 277px; |
34 | height: 450px; | 36 | height: 450px; |