BJ_web_developers
/
webportal
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
86d742d76406bdc90731f69df9932d63c847f278
Authored by
Andy
2018-10-11 15:13:47 +0800
1 parent
fc9a2e1f
add service swiper效果
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
css/services.css
style.css
css/services.css
View file @
86d742d
...
...
@@ -73,8 +73,9 @@
73
73
padding: 25px 0 5px;
74
74
}
75
75
.part .bd .p2 {
76
- font-size: 24px;
77
- color: #999999;
76
+ font-size: 18px;
77
+ line-height: 40px;
78
+ color: #666;
78
79
font-weight: normal;
79
80
}
80
81
.part .bd .img img {
...
...
style.css
View file @
86d742d
...
...
@@ -2328,7 +2328,7 @@ a:hover{
2328
2328
background:rgba(46,48,51,1);
2329
2329
}
2330
2330
.footer{
2331
- margin-top:
57
px;
2331
+ margin-top:
45
px;
2332
2332
font-size:16px;
2333
2333
height: 178px;
2334
2334
font-family:PingFang-SC-Medium;
...
...