fix error

This commit is contained in:
rulingcom 2021-11-14 03:41:10 +00:00
parent 6a4380801f
commit 2f02e65c07
1 changed files with 4 additions and 1 deletions

View File

@ -17,7 +17,10 @@ body{
.downIcon{
position: absolute;
left: 50%;
top: 760px;
top: 775px;
@media (min-width:1026px) and (max-width:1280px){
top: 735px;
}
//bottom: 10%;
z-index: 2;
color: #fff;