2 Commits

Author SHA1 Message Date
a66be286b8 Merge branch 'dev' 2025-11-28 15:46:00 +08:00
30f4f0761a footer
All checks were successful
Gitea Actions Official-website / deploy-dev (push) Successful in 5s
2025-11-28 15:45:20 +08:00
4 changed files with 11 additions and 10 deletions

View File

@@ -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>

View File

@@ -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>

View File

@@ -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%;
} }

View File

@@ -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%;
} }