修改响应式

master
Lee-1203 2022-02-15 15:28:56 +08:00
parent 03bc5c405b
commit 2a33e477c8
1 changed files with 4 additions and 5 deletions

View File

@ -2490,8 +2490,7 @@ textarea::-webkit-input-placeholder {
font-size: 13px;
}
.foot-left>p>span{
display: inline-block;
margin-left: 10px;
display: block;
}
.foot-left>span{
font-size: 13px;
@ -2796,7 +2795,7 @@ textarea::-webkit-input-placeholder {
text-overflow: ellipsis;
}
}
@media screen and (max-width:390px){
@media screen and (max-width:414px){
.pull-item.pull-item-fixed{
width: 100%;
}
@ -2817,8 +2816,8 @@ textarea::-webkit-input-placeholder {
font-size: 13px;
}
.pull-item-03 li>a{
padding: 7px 8px;
line-height: 22px;
padding: 9px 8px;
line-height: 20px;
font-size: 14px;
text-align: center;
}