-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathservice.css
105 lines (88 loc) · 2.17 KB
/
service.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
#service {
padding-top: 72px;
}
#service .content {
text-align: right;
}
#service .content h3 {
color: #c04ae2;
font-size: 24px;
line-height: 72px;
text-transform: uppercase;
font-weight: normal;
}
#service .content h2 {
font-size: 60px;
line-height: 90px;
color: #111111;
font-weight: 500;
padding-bottom: 105px;
}
#service #tags {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
text-align: center;
}
#service #tags > div{
width: 370px;
height: 476px;
padding-top: 196px;
padding-left: 44px;
padding-right: 44px;
padding-bottom: 21px;
background-repeat: no-repeat;
border-radius: 20px;
background-color: #fff !important;
box-shadow: 0px 72px 24px 0px rgba(7, 28, 75, 0.07);
}
#service #tags > div h3 {
font-size: 26px;
line-height: 42px;
color: #111111;
padding-bottom: 9px;
}
#service #tags > div p {
font-size: 19px;
line-height: 28px;
color: #5e5858;
padding-top: 9px;
}
#service #tags > div:nth-child(1),
#service #tags > div:nth-child(2),
#service #tags > div:nth-child(3) {
margin-bottom: 30px;
}
#service #tags > div:nth-child(1) {
background: url(../image/squares.png) no-repeat center top 72px;
}
#service #tags > div:nth-child(2) {
background: url(../image/shopping-cart.png) no-repeat center top 78px;
}
#service #tags > div:nth-child(3) {
background: url(../image/video-camera.png) no-repeat center top 76px;
}
#service #tags > div:nth-child(4) {
background: url(../image/tainghe.png) no-repeat center top 72px;
}
#service #tags > div:nth-child(5) {
background: url(../image/placeholder.png) no-repeat center top 40px;
}
#service #tags > div:nth-child(6) {
background: url(../image/upload.png) no-repeat center top 40px;
}
#service #tags > div:nth-child(2),
#service #tags > div:nth-child(5) {
transform: translateY(87px);
}
#service #tags > div:nth-child(3),
#service #tags > div:nth-child(6) {
transform: translateY(177px);
}
#service #tags > div a {
display: block;
margin-top: 48px;
margin-bottom: 70px;
background: url(../image/arrow.png) no-repeat center;
text-indent: -100000px;
}