Commit 56daa3de by lmf

优化公共底部样式

parent d503cd98
......@@ -88,6 +88,7 @@
text-transform: uppercase;
line-height: 80px;
font-size: smaller;
color: #ffffff;
font-weight: 600;
}
.newsletter-list.ins {
......@@ -101,10 +102,12 @@
}
.newsletter-list ul >li{
float: left;
margin-left: 20px;
}
.newsletter-list ul >li >a > img{
max-width: 50%;
max-width: 100%;
margin-left: 2px;
width: 50px;
}
@media(max-width:789px) {
.newsletter-list {
......@@ -116,6 +119,11 @@
.newsletter-list ul{
justify-content: center;
}
.newsletter-list ul >li{
padding-left: 10px;
width: 50px;
}
.block.newsletter{
height: 200px;
margin-top: 0px;
......@@ -129,14 +137,12 @@
width: 100%;
text-align: inherit;
margin-top: 5%;
margin-left: 15%;
}
.actions .subscribe {
margin-left: -16px;
width: 30%;
}
.newsletter-list > span {
color: #ffffff;
text-transform: uppercase;
line-height: 40px;
font-size: smaller;
......
......@@ -22,7 +22,7 @@ $logoHeight = $logoSizeResolver !== null && $logoSizeResolver->getHeight()
<div class="footer-container">
<div class="footer_link">
<div style="text-align: center;color: #ffffff;" >
<div style="text-align: center;color: #ffffff;padding-bottom: 30px;" >
<img src="/media/wysiwyg/joshine_logo_1.png" width="200px;" class="logo_img" id="footer_logo">
</div>
......
......@@ -911,7 +911,7 @@ p.flashsale-title {
height: 400px;
}
.page-bottom {
margin-top: 10px;
margin-top: 30px;
}
.footer-middle{
margin-top: 10px;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment