调整0124
parent
95f797bc41
commit
5aef762e22
|
@ -1545,6 +1545,7 @@
|
||||||
.company{
|
.company{
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
flex-wrap: wrap;
|
||||||
margin: 40px auto 60px;
|
margin: 40px auto 60px;
|
||||||
}
|
}
|
||||||
.contact li,
|
.contact li,
|
||||||
|
@ -1553,9 +1554,14 @@
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
background-color: #FFFFFF;
|
background-color: #FFFFFF;
|
||||||
box-shadow: 0 0 8px 6px rgba(198,198,198,0.15);
|
box-shadow: 0 0 8px 6px rgba(198,198,198,0.15);
|
||||||
|
margin-top: 20px;
|
||||||
}
|
}
|
||||||
.contact li:first-child,
|
.contact li:nth-of-type(1),.contact li:nth-of-type(2),
|
||||||
.company li:first-child{
|
.company li:nth-of-type(1),.company li:nth-of-type(2){
|
||||||
|
margin-top: 0;
|
||||||
|
}
|
||||||
|
.contact li:nth-child(odd),
|
||||||
|
.company li:nth-child(odd){
|
||||||
margin-right: 4.4%;
|
margin-right: 4.4%;
|
||||||
}
|
}
|
||||||
.contact li .contact-txt{
|
.contact li .contact-txt{
|
||||||
|
|
Loading…
Reference in New Issue