Merge branch 'dev'
This commit is contained in:
@@ -427,8 +427,8 @@
|
|||||||
{/notempty}
|
{/notempty}
|
||||||
{notempty name="data.footer_info"}
|
{notempty name="data.footer_info"}
|
||||||
<!-- 底部 -->
|
<!-- 底部 -->
|
||||||
<div class="footer">
|
<div class="prodline-footer-box">
|
||||||
<div class="footer-img">
|
<div class="prodline-footer-box-img">
|
||||||
<img src="{$data.footer_info.0.image}" alt="">
|
<img src="{$data.footer_info.0.image}" alt="">
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -347,8 +347,8 @@
|
|||||||
{/notempty}
|
{/notempty}
|
||||||
{notempty name="data.footer_info"}
|
{notempty name="data.footer_info"}
|
||||||
<!-- 底部 -->
|
<!-- 底部 -->
|
||||||
<div class="footer">
|
<div class="prodline-footer-box">
|
||||||
<div class="footer-img">
|
<div class="prodline-footer-box-img">
|
||||||
<img src="{$data.footer_info.0.image}" alt="">
|
<img src="{$data.footer_info.0.image}" alt="">
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -1,11 +1,11 @@
|
|||||||
.footer {
|
.prodline-footer-box{
|
||||||
width: 100%;
|
width: 100%;
|
||||||
padding: 3rem 0;
|
padding: 3rem 0;
|
||||||
}
|
}
|
||||||
.footer-img {
|
.prodline-footer-box-img {
|
||||||
width: 90%;
|
width: 90%;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
}
|
}
|
||||||
.footer-img img {
|
.prodline-footer-box-img img {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,11 +1,12 @@
|
|||||||
.footer {
|
.prodline-footer-box{
|
||||||
width: 100%;
|
width: 100%;
|
||||||
padding: 3rem 0;
|
padding: 3rem 0;
|
||||||
}
|
}
|
||||||
.footer-img {
|
.prodline-footer-box-img {
|
||||||
width: 90%;
|
width: 90%;
|
||||||
|
max-width: 1690px;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
}
|
}
|
||||||
.footer-img img {
|
.prodline-footer-box-img img {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user