-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathfooter.css
228 lines (222 loc) · 4.18 KB
/
footer.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
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
.footer
{
padding:50px 0 0;
position: relative;
}
@media screen and (min-width: 596px) and (max-width: 991px) {
.footer{
padding:70px 0 0;
}
}
@media only screen and (max-width: 595px) {
.footer{
padding:0 0 0;
}
}
@media only screen and (max-width: 595px) {
.footer{
padding:0 0 0;
}
}
.footer .bottom-line{
content: '';
position: absolute;
height: 8px;
background: linear-gradient(90deg, #09869F -2.75%, #024D6B 99.58%);
width: 100%;
bottom: 0;
}
.footer .container{
width: 100%;
margin: 0 auto;
padding: 0 0;
max-width: 1237px;
position: relative;
}
.footer .top-content {
display: flex;
flex-wrap: wrap;
padding: 0 20px 83px;
}
@media only screen and (max-width: 595px) {
.footer .top-content{
padding: 0 20px 24px;
}
}
.footer .col-wrap {
flex: 0 0 25%;
max-width: 23%;
width:100%;
}
@media only screen and (max-width: 991px) {
.footer .col-wrap:first-child {
flex: 0 0 100%;
max-width: 100%;
padding: 0 0 20px
}
.footer .col-wrap {
flex: 0 0 50%;
max-width: 50%;
}
footer .col-wrap .logo-wrap{
margin:0 auto;
}
.footer .col-wrap .address-item{
margin:0 auto;
}
}
.footer .col-wrap .logo-wrap {
margin-bottom: 48px;
max-width: 214.4px;
height: 80px;
}
@media only screen and (max-width: 767px) {
.footer .col-wrap .logo-wrap
{
margin-bottom: 30px;
}
}
.footer .col-wrap .logo-wrap img {
width:100%;
height: 100%;
max-width: 100%;
object-fit:contain;
vertical-align: top;
}
.footer .col-wrap .address-item{
max-width:267px;
}
.footer .col-wrap .address-item ul li{
margin:0;
font-size: 14px;
line-height: 28px;
color: #000000;
}
@media only screen and (max-width: 767px) {
.footer .col-wrap .address-item ul li{
text-align:center;
}
}
.footer .col-wrap h6{
font-weight: 600;
font-size: 16px;
line-height: 24px;
color: #000;
}
@media only screen and (max-width: 991px) {
.footer .col-wrap h6{
margin: 15px 0;
}
}
.footer .col-wrap ul li{
list-style: none;
margin: 20px 0 0;
}
@media only screen and (max-width: 991px) {
.footer .col-wrap ul li{
margin: 10px 0;
}
}
.footer .col-wrap ul li a
{
font-size: 14px;
line-height: 21px;
color:#000;
text-decoration:none;
}
.footer .bottom-content{
display: flex;
flex-wrap:wrap;
justify-content: space-between;
position:relative;
padding: 0 20px;
}
@media only screen and (max-width: 767px) {
.footer .bottom-content{
justify-content: center;
}
}
.footer .bottom-content:before{
content: "";
position: absolute;
width: 100%;
height: 2px;
background: #F2F2F2
}
.footer .bottom-content .col-left{
flex: 0 0 50%;
max-width: 50%;
padding: 24px 0;
}
@media only screen and (max-width: 767px) {
.footer .bottom-content .col-left {
max-width: 100%;
flex: 0 0 100%;
padding: 20px 0 0;
}
.footer .bottom-content .col-left p{
margin:0 auto;
text-align: center;
}
}
.footer .bottom-content .col-left p{
font-size: 10px;
line-height: 14px;
max-width: 482px;
}
.footer .bottom-content .col-right{
flex: 0 0 50%;
max-width: 50%;
padding: 24px 0;
}
@media only screen and (max-width: 767px) {
.footer .bottom-content .col-right {
max-width: 100%;
flex: 0 0 100%;
}
}
.footer .bottom-content .col-right ul{
display:flex;
list-style: none;
justify-content: flex-end;
}
@media only screen and (max-width: 767px) {
.footer .bottom-content .col-right ul{
justify-content: center;
}
}
@media only screen and (max-width: 480px) {
.footer .bottom-content .col-right ul{
flex-direction: column;
align-items: center;
}
}
.footer .bottom-content .col-right ul li a{
font-size: 12px;
line-height: 21px;
color: #5A5A5A;
position: relative;
text-decoration:none;
cursor: pointer;
margin: 0 10px 0;
}
.footer .bottom-content .col-right ul li a:after{
content: "";
position: absolute;
top: 50%;
transform: translateY(-50%);
right: -9px;
margin: auto;
width: 1px;
height: 70%;
background-color: #5A5A5A;
cursor: auto;
}
@media only screen and (max-width: 480px) {
.footer .bottom-content .col-right ul li a:after{
display:none;
}
}
.footer .bottom-content .col-right ul li:last-child a:after {
display:none;
}