调整0124

master
Lee 2022-01-24 14:53:17 +08:00
parent 95f797bc41
commit 5aef762e22
1 changed files with 8 additions and 2 deletions

View File

@ -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{