ant-design/site/common/styles/footer.less

32 lines
436 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-12 17:44:36 +08:00
padding: 15px 2%;
2016-03-01 14:19:50 +08:00
}
footer ul li > h2 {
font-size: 16px;
2016-05-12 17:44:36 +08:00
margin: 0 auto 8px;
2016-03-01 14:19:50 +08:00
font-weight: normal;
}
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
}