子比官方出一期这个代码吧

/*九宫格适配*/
.lists-imgs:not(.count-1)>span {
flex: 0 0 calc(100% / 3 - 4px);
padding-bottom: calc(100% / 3 / 1 - 4px);
margin: 2px;
position: relative;
}
.lists-imgs:not(.count-1) {
display: flex;
flex-wrap: wrap;
--img-count: 9;
width: 70%;
}
PHP代码修改
打开/inc/functions/bbs/inc/posts.php文件搜索$imgs_max = 4; 把他改成$imgs_max = 9;
© 版权声明
本站资源采集于互联网,仅供学习交流。如有侵权邮件联系删除。
如遇夸克/百度网盘链接失效,欢迎加QQ群【页脚加群二维码】联系群主补链!
THE END







暂无评论内容