ant-design/site/theme/static/footer.less

32 lines
433 B
Plaintext
Raw Normal View History

2016-03-01 14:19:50 +08:00
footer {
clear: both;
border-top: 1px solid #eee;
font-size: 12px;
background: #fff;
position: relative;
z-index: 1;
color: #666;
2016-03-15 17:40:31 +08:00
box-shadow: 0 1000px 0 1000px #fff;
2016-03-01 14:19:50 +08:00
}
footer ul {
overflow: hidden;
margin: 0 2%;
}
footer ul li {
float: left;
width: 25%;
2016-05-13 23:40:56 +08:00
padding: 24px 2%;
2016-03-01 14:19:50 +08:00
}
footer ul li > h2 {
2016-05-13 23:40:56 +08:00
font-size: 14px;
2016-05-12 17:44:36 +08:00
margin: 0 auto 8px;
2016-05-13 23:40:56 +08:00
font-weight: 500;
2016-03-01 14:19:50 +08:00
}
footer ul li > div {
2016-05-12 17:44:36 +08:00
margin: 0 8px 5px 0;
2016-03-17 15:46:07 +08:00
}