BJ_web_developers
/
workreport
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
22d9fdfb59a314de5746ebb3765a8450a13177dc
Authored by
liuqimichale
2018-08-10 10:46:59 +0800
1 parent
95c6d10c
字体
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
resource/public/commoncss.css
topages/workfill/workfill.css
resource/public/commoncss.css
View file @
22d9fdf
...
...
@@ -4,7 +4,7 @@
4
4
html,body{
5
5
background-color: #f6f7fb;
6
6
min-width: 1200px;
7
- font-family:
”微软雅黑”
;
7
+ font-family:
"PingFang SC","微软雅黑","Microsoft YaHei",Helvetica,"Helvetica Neue",Tahoma,Arial,sans-serif
;
8
8
}
9
9
ul,li{
10
10
list-style: none;
...
...
topages/workfill/workfill.css
View file @
22d9fdf
...
...
@@ -28,7 +28,9 @@
28
28
background-color: #fff;
29
29
border-radius: 4px;
30
30
}
31
-
31
+.workquery-list-wrap{
32
+ margin-top: 10px;
33
+}
32
34
.workfill-list-wrap .workfill-list-li{
33
35
width: 277px;
34
36
height: 450px;
...
...