修改响应式

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