yapi/client/components/Footer/Footer.scss
2017-08-21 18:10:54 +08:00

63 lines
1002 B
SCSS

@import '../../styles/common.scss';
@import '../../styles/mixin.scss';
.footer-wrapper{
border-top: 1px solid #ddd;
height: 2rem;
width: 100%;
}
.footer-container{
@include row-width-limit;
margin:0 auto;
padding-top: .48rem;
.icon {
font-size: .16rem;
margin-right: .08rem;
}
.title {
color: #8898aa;
font-size: .14rem;
margin-bottom: .08rem;
}
.link {
font-size: .15rem;
font-weight: 200;
color: #8898aa;
line-height: .3rem;
transition: color .2s;
&:hover {
color: #2e2e5a;
}
}
}
.footItem{
padding: 24px 2%;
width: 25%;
float: left;
div{
margin: 6px 0;
}
a{
font-weight: 200;
color: #b3bdc1;
&:hover{
color: white;
}
}
}
.copyRight{
padding: 24px 2%;
width: 25%;
float: left;
font-size: 12px;
text-indent: 1em;
h4{
font-size: 14px;
margin: 0 auto 12px;
font-weight: 500;
position: relative;
text-indent: 0;
}
}