Commit 3d49174d by lmf

优化底部订阅框适配各种屏幕

parent a8e0927a
...@@ -87,10 +87,12 @@ ...@@ -87,10 +87,12 @@
} }
.newsletter-list > span { .newsletter-list > span {
text-transform: uppercase; text-transform: uppercase;
line-height: 80px; line-height: 10px;
font-size: smaller; font-size: xx-small;
color: #ffffff; color: #ffffff;
font-weight: 600; display: inline-block;
vertical-align: middle;
margin-top: 10%;
} }
.newsletter-list.ins { .newsletter-list.ins {
width: 35%; width: 35%;
...@@ -110,6 +112,9 @@ ...@@ -110,6 +112,9 @@
margin-left: 2px; margin-left: 2px;
width: 50px; width: 50px;
} }
@media(max-width:1024px) {
}
@media(max-width:789px) { @media(max-width:789px) {
.newsletter-list { .newsletter-list {
width: 100%; width: 100%;
...@@ -158,6 +163,16 @@ ...@@ -158,6 +163,16 @@
border-radius: 50%; border-radius: 50%;
} }
} }
@media(max-width:1024px) and (min-width:768px) {
.block.newsletter{
width: 90%;
max-width: 90%;
}
.newsletter-list > span {
margin-top: 15%;
}
}
@media(max-width:1280px) { @media(max-width:1280px) {
.actions .subscribe { .actions .subscribe {
width: 33%; width: 33%;
......
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