Commit 56daa3de by lmf

优化公共底部样式

parent d503cd98
...@@ -88,6 +88,7 @@ ...@@ -88,6 +88,7 @@
text-transform: uppercase; text-transform: uppercase;
line-height: 80px; line-height: 80px;
font-size: smaller; font-size: smaller;
color: #ffffff;
font-weight: 600; font-weight: 600;
} }
.newsletter-list.ins { .newsletter-list.ins {
...@@ -101,10 +102,12 @@ ...@@ -101,10 +102,12 @@
} }
.newsletter-list ul >li{ .newsletter-list ul >li{
float: left; float: left;
margin-left: 20px;
} }
.newsletter-list ul >li >a > img{ .newsletter-list ul >li >a > img{
max-width: 50%; max-width: 100%;
margin-left: 2px; margin-left: 2px;
width: 50px;
} }
@media(max-width:789px) { @media(max-width:789px) {
.newsletter-list { .newsletter-list {
...@@ -116,6 +119,11 @@ ...@@ -116,6 +119,11 @@
.newsletter-list ul{ .newsletter-list ul{
justify-content: center; justify-content: center;
} }
.newsletter-list ul >li{
padding-left: 10px;
width: 50px;
}
.block.newsletter{ .block.newsletter{
height: 200px; height: 200px;
margin-top: 0px; margin-top: 0px;
...@@ -129,14 +137,12 @@ ...@@ -129,14 +137,12 @@
width: 100%; width: 100%;
text-align: inherit; text-align: inherit;
margin-top: 5%; margin-top: 5%;
margin-left: 15%;
} }
.actions .subscribe { .actions .subscribe {
margin-left: -16px; margin-left: -16px;
width: 30%; width: 30%;
} }
.newsletter-list > span { .newsletter-list > span {
color: #ffffff;
text-transform: uppercase; text-transform: uppercase;
line-height: 40px; line-height: 40px;
font-size: smaller; font-size: smaller;
......
...@@ -22,7 +22,7 @@ $logoHeight = $logoSizeResolver !== null && $logoSizeResolver->getHeight() ...@@ -22,7 +22,7 @@ $logoHeight = $logoSizeResolver !== null && $logoSizeResolver->getHeight()
<div class="footer-container"> <div class="footer-container">
<div class="footer_link"> <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"> <img src="/media/wysiwyg/joshine_logo_1.png" width="200px;" class="logo_img" id="footer_logo">
</div> </div>
......
...@@ -911,7 +911,7 @@ p.flashsale-title { ...@@ -911,7 +911,7 @@ p.flashsale-title {
height: 400px; height: 400px;
} }
.page-bottom { .page-bottom {
margin-top: 10px; margin-top: 30px;
} }
.footer-middle{ .footer-middle{
margin-top: 10px; 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