测试反馈修改完成

master
Lee-1203 2022-02-14 18:09:13 +08:00
parent 1bfdcf2fcd
commit 0015a2de7d
1 changed files with 2 additions and 0 deletions

View File

@ -619,6 +619,7 @@
background-color: #393732; background-color: #393732;
padding: 0 15px; padding: 0 15px;
position: relative; position: relative;
margin-left: calc(100% - 365px);
} }
.links>p{ .links>p{
display: flex; display: flex;
@ -2014,6 +2015,7 @@ textarea::-webkit-input-placeholder {
} }
.links{ .links{
width: 100%; width: 100%;
margin-left: 0;
} }
} }
@media screen and (max-width:1180px){ @media screen and (max-width:1180px){