子比主题 – 论坛九宫格图片美化教程

教程简介:

将论坛图片修改为仿照微信一样的九宫格样式

相关图片:

图片[1]-子比主题 – 论坛九宫格图片美化教程-回忆博客

CSS:

/*九宫格适配*/ .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;

 

© 版权声明
THE END
喜欢就支持一下吧
点赞8 分享
评论 抢沙发

请登录后发表评论

    暂无评论内容