提交 22151566 编写于 作者: E edisonxiang

modify the size of footer

上级 33bab612
<footer id="footer"> <footer>
<div class="container"> <div class="foot">
<div class="contact">
<div class="col-md-6 col-sm-6">
<h2>{{ .Site.Params.author | safeHTML }}</h2> <h2>{{ .Site.Params.author | safeHTML }}</h2>
<div class="flex align-center"> <div class="flex align-center">
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 21 16"> <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 21 16">
<path <path d="M10.5,10.5c-0.3,0-0.7-0.1-1.3-0.5L0,5v9.6C0,15.4,0.6,16,1.3,16h18.4c0.7,0,1.3-0.6,1.3-1.4V5
d="M10.5,10.5c-0.3,0-0.7-0.1-1.3-0.5L0,5v9.6C0,15.4,0.6,16,1.3,16h18.4c0.7,0,1.3-0.6,1.3-1.4V5 l-9.2,5C11.2,10.4,10.8,10.5,10.5,10.5z M19.7,0H1.3C0.6,0,0,0.6,0,1.3v1L10.5,8L21,2.4v-1C21,0.6,20.4,0,19.7,0z">
l-9.2,5C11.2,10.4,10.8,10.5,10.5,10.5z M19.7,0H1.3C0.6,0,0,0.6,0,1.3v1L10.5,8L21,2.4v-1C21,0.6,20.4,0,19.7,0z" /> </path>
</svg> </svg>
<p style="margin:0 0 0 10px">{{ .Site.Params.email | safeHTML }}</p> <p>{{ .Site.Params.email | safeHTML }}</p>
</div> </div>
</div> </div>
<div class="notice">
<div class="col-md-6 col-sm-6 notice">
{{ .Site.Params.copyright | safeHTML }} {{ .Site.Params.copyright | safeHTML }}
</div> </div>
</div> </div>
<!-- /.container --> </footer>
</footer> \ No newline at end of file
<!-- /#footer -->
<!-- *** FOOTER END *** -->
<!-- *** COPYRIGHT ***
_________________________________________________________ -->
<!-- *** COPYRIGHT END *** -->
...@@ -238,42 +238,39 @@ ...@@ -238,42 +238,39 @@
display: flex; display: flex;
} }
#footer { footer {
padding: 44px 270px 50px; padding: 44px 30px 50px;
background: #111; background: #111;
color: #fff; color: #fff;
}
footer .foot {
max-width: 1366px;
margin: 0 auto;
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;
align-items: center; align-items: center;
} }
footer .contact svg {
.container h2 {
font-family: "Microsoft YaHei";
font-size: 40px;
}
footer .container img {
width: 16px;
height: 8px;
}
#footer h2 {
margin-top: 0px;
margin-bottom: 16px;
}
footer svg {
width: 14px; width: 14px;
} }
footer svg path { footer .contact svg path {
fill: #fff; fill: #fff;
} }
footer .contact p {
margin:0 0 0 10px;
font-size: 16px;
}
footer .contact h2 {
margin-bottom: 16px;
margin-top: 0px;
font-size: 40px;
color: #fff;
}
footer .notice { footer .notice {
width: 570px; width: 570px;
font-size: 12px; font-size: 13px;
color: #909090; color: #909090;
line-height: 17px; line-height: 28px;
} }
footer .notice span { footer .notice span {
color: #5F9BDE; color: #5F9BDE;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册