2016-03-01 14:19:50 +08:00
|
|
|
footer {
|
|
|
|
clear: both;
|
|
|
|
font-size: 12px;
|
|
|
|
background: #fff;
|
|
|
|
position: relative;
|
|
|
|
z-index: 1;
|
2017-01-01 22:20:06 +08:00
|
|
|
color: @text-color;
|
2016-03-15 17:40:31 +08:00
|
|
|
box-shadow: 0 1000px 0 1000px #fff;
|
2017-02-21 12:07:28 +08:00
|
|
|
ul {
|
|
|
|
overflow: hidden;
|
|
|
|
margin: 0 2%;
|
|
|
|
list-style: none;
|
|
|
|
li {
|
|
|
|
float: left;
|
|
|
|
width: 25%;
|
|
|
|
padding: 24px 2%;
|
|
|
|
> h2 {
|
|
|
|
font-size: 14px;
|
2017-09-04 11:55:45 +08:00
|
|
|
margin: 0 auto 16px;
|
2017-02-21 12:07:28 +08:00
|
|
|
font-weight: 500;
|
|
|
|
position: relative;
|
|
|
|
> .anticon {
|
|
|
|
font-size: 16px;
|
|
|
|
position: absolute;
|
|
|
|
left: -22px;
|
|
|
|
top: 3px;
|
|
|
|
color: #aaa;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
> div {
|
2017-09-04 11:55:45 +08:00
|
|
|
margin-bottom: 8px;
|
2017-02-21 12:07:28 +08:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2016-03-17 15:46:07 +08:00
|
|
|
}
|