Team:XMU-China/css/footer

.footer{ width: 100%; position: relative; } .footer .footer_top{; z-index: 1; width: 100%; height: auto; padding-bottom: 15vw; } .footer .footer_top img{ width: 20vw; float: left; position: relative; top: 1.5em; left: 25vw; } .footer .footer_top ul{ width: 10vw; min-width: 0.9vw; list-style: none; float: left; position: relative; left: 30vw; color:#2500b3; font-family: sans-serif; font-weight: lighter; font-size: 0.9vw; line-height: 1.5vw; cursor: pointer; text-align: left; } @media screen and (max-width: 45rem){ .footer .footer_top ul{ display: none; } .footer .footer_top img{ width: 50vw; position: relative; left: 25vw; } } @media screen and (min-width: 45.0625rem) and (max-width: 89.9375rem){

} @media screen and (min-width: 90rem) {

}