修改0124

master
Lee 2022-01-24 15:08:12 +08:00
parent 5aef762e22
commit 190f306979
1 changed files with 2 additions and 6 deletions

View File

@ -1544,7 +1544,7 @@
.contact, .contact,
.company{ .company{
display: flex; display: flex;
justify-content: center; justify-content: space-between;
flex-wrap: wrap; flex-wrap: wrap;
margin: 40px auto 60px; margin: 40px auto 60px;
} }
@ -1554,16 +1554,12 @@
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; margin: 20px 1.75% 0;
} }
.contact li:nth-of-type(1),.contact li:nth-of-type(2), .contact li:nth-of-type(1),.contact li:nth-of-type(2),
.company li:nth-of-type(1),.company li:nth-of-type(2){ .company li:nth-of-type(1),.company li:nth-of-type(2){
margin-top: 0; margin-top: 0;
} }
.contact li:nth-child(odd),
.company li:nth-child(odd){
margin-right: 4.4%;
}
.contact li .contact-txt{ .contact li .contact-txt{
display: flex; display: flex;
margin: 10px 0 25px; margin: 10px 0 25px;