iphone5适应

master
Lee-1203 2022-02-14 09:27:55 +08:00
parent c7515806c4
commit 7ae4e03863
1 changed files with 26 additions and 0 deletions

View File

@ -2566,6 +2566,9 @@ textarea::-webkit-input-placeholder {
padding: 5px 10px;
font-size: 14px;
}
.social-list li{
margin-top: 30px;
}
.social-list li>a{
flex-wrap: wrap;
}
@ -2670,3 +2673,26 @@ textarea::-webkit-input-placeholder {
text-align: center;
}
}
@media screen and (max-width:350px){
.pull-item-02 li>a{
padding: 0 6px;
font-size: 13px;
}
.pull-item-03 li>a{
padding: 7px 8px;
line-height: 22px;
font-size: 14px;
text-align: center;
}
.pase-size a{
width: 30px;
height: 30px;
line-height: 30px;
}
.social-img{
height: 230px;
}
.social-img img{
min-height: 230px;
}
}