why.xingtongworld.com项目
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

49 lines
619 B

.footer{
padding: 1rem 0;
background-color: $navy-grey;
line-height: 1.0rem;
font-size: 0.6rem;
.footer-nav{
.footer-a{
display: inline-block;
padding-right:1rem;
color: #fff;
cursor: pointer;
&:hover{
color: #fff;
}
}
}
.footer-copyright{
color: #fff;
a{
color: #fff;
&:hover{
color: #fff;
}
}
}
.beian{
color: #fff;
}
.container{
position: relative;
.contact{
position: absolute;
top: 1rem;
right: 3rem;
font-size: 0.7rem;
color: $font-ff;
p{
margin-bottom: 0.2rem;
&:first-child{
font-size: 0.8rem;
}
}
}
}
}