83 lines
3.2 KiB
PHP
83 lines
3.2 KiB
PHP
<?php
|
|
/**
|
|
* Title: Footer
|
|
* Slug: twentytwentyfive/footer
|
|
* Categories: footer
|
|
* Block Types: core/template-part/footer
|
|
* Description: Footer columns with logo, title, tagline and links.
|
|
*
|
|
* @package WordPress
|
|
* @subpackage Twenty_Twenty_Five
|
|
* @since Twenty Twenty-Five 1.0
|
|
*/
|
|
|
|
?>
|
|
<!-- wp:group {"style":{"spacing":{"padding":{"top":"var:preset|spacing|60","bottom":"var:preset|spacing|50"}}},"layout":{"type":"constrained"}} -->
|
|
<div class="wp-block-group" style="padding-top:var(--wp--preset--spacing--60);padding-bottom:var(--wp--preset--spacing--50)">
|
|
<!-- wp:group {"align":"wide","layout":{"type":"default"}} -->
|
|
<div class="wp-block-group alignwide">
|
|
<!-- wp:site-logo /-->
|
|
|
|
<!-- wp:group {"align":"full","layout":{"type":"flex","flexWrap":"wrap","justifyContent":"space-between","verticalAlignment":"top"}} -->
|
|
<div class="wp-block-group alignfull">
|
|
<!-- wp:columns -->
|
|
<div class="wp-block-columns">
|
|
<!-- wp:column {"width":"100%"} -->
|
|
<div class="wp-block-column" style="flex-basis:100%"><!-- wp:site-title {"level":2} /-->
|
|
|
|
<!-- wp:site-tagline /-->
|
|
</div>
|
|
<!-- /wp:column -->
|
|
|
|
<!-- wp:column {"width":""} -->
|
|
<div class="wp-block-column">
|
|
<!-- wp:spacer {"height":"var:preset|spacing|40","width":"0px"} -->
|
|
<div style="height:var(--wp--preset--spacing--40);width:0px" aria-hidden="true" class="wp-block-spacer"></div>
|
|
<!-- /wp:spacer -->
|
|
</div>
|
|
<!-- /wp:column -->
|
|
</div>
|
|
<!-- /wp:columns -->
|
|
|
|
<!-- wp:group {"style":{"spacing":{"blockGap":"var:preset|spacing|80"}},"layout":{"type":"flex","flexWrap":"wrap","verticalAlignment":"top","justifyContent":"space-between"}} -->
|
|
<div class="wp-block-group">
|
|
<!-- wp:navigation {"overlayMenu":"never","layout":{"type":"flex","orientation":"vertical"}} -->
|
|
<!-- wp:navigation-link {"label":"新闻资讯","url":"/blog/"} /-->
|
|
|
|
<!-- wp:navigation-link {"label":"关于我们","url":"/about/"} /-->
|
|
|
|
<!-- wp:navigation-link {"label":"常见问题","url":"/faqs/"} /-->
|
|
|
|
<!-- wp:navigation-link {"label":"团队成员","url":"/about/"} /-->
|
|
<!-- /wp:navigation -->
|
|
|
|
<!-- wp:navigation {"overlayMenu":"never","layout":{"type":"flex","orientation":"vertical"}} -->
|
|
<!-- wp:navigation-link {"label":"业务范畴","url":"/services/"} /-->
|
|
|
|
<!-- wp:navigation-link {"label":"精选案例","url":"/portfolio/"} /-->
|
|
|
|
<!-- wp:navigation-link {"label":"技术方案","url":"/services/"} /-->
|
|
|
|
<!-- wp:navigation-link {"label":"合作伙伴","url":"#"} /-->
|
|
<!-- /wp:navigation -->
|
|
</div>
|
|
<!-- /wp:group -->
|
|
</div>
|
|
<!-- /wp:group -->
|
|
|
|
<!-- wp:spacer {"height":"var:preset|spacing|70"} -->
|
|
<div style="height:var(--wp--preset--spacing--70)" aria-hidden="true" class="wp-block-spacer"></div>
|
|
<!-- /wp:spacer -->
|
|
|
|
<!-- wp:group {"align":"full","style":{"spacing":{"blockGap":"var:preset|spacing|20"}},"layout":{"type":"flex","flexWrap":"wrap","justifyContent":"space-between"}} -->
|
|
<div class="wp-block-group alignfull">
|
|
<!-- wp:paragraph {"fontSize":"small"} -->
|
|
<p class="has-small-font-size">© 2026 世豪网站建设开发. 保留所有权利。</p>
|
|
<!-- /wp:paragraph -->
|
|
</div>
|
|
<!-- /wp:group -->
|
|
</div>
|
|
<!-- /wp:group -->
|
|
</div>
|
|
<!-- /wp:group -->
|