mirror of
https://github.com/YMFE/yapi.git
synced 2024-12-21 05:19:42 +08:00
64 lines
1.0 KiB
SCSS
64 lines
1.0 KiB
SCSS
@import '../../styles/common.scss';
|
|
@import '../../styles/mixin.scss';
|
|
|
|
.footer-wrapper{
|
|
border-top: 1px solid #ddd;
|
|
height: 2.4rem;
|
|
width: 100%;
|
|
}
|
|
|
|
.footer-container{
|
|
@include row-width-limit;
|
|
margin: 0 auto !important;
|
|
padding-top: .48rem;
|
|
padding-bottom: .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;
|
|
}
|
|
}
|