gpt4 book ai didi

html - Sass Susy 画廊 : element that spans two columns

转载 作者:行者123 更新时间:2023-11-28 03:18:24 26 4
gpt4 key购买 nike

Imgur我需要让 susy 的 gallery mixin 的一些元素跨越两列,问题是如图所示它不会将其他元素推到它后面,即使我尝试手动这样做。这怎么行。代码链接https://github.com/iyedg/IGBlogTheme

最佳答案

Here是有关具有不同大小元素的画廊的完美教程。

要点是:你不能用 gallery() 混合来实现这个,但是用 span() 混合是可能的,比如

$susy: (
columns: 12,
output: isolate
);

// Assuming output is set to isolate
.gallery__item {
margin-bottom: gutter();
@include span(4 of 12 split);

&:nth-child(4),
&:nth-child(7), {
width: span(8 of 12 split);
}
}

关于html - Sass Susy 画廊 : element that spans two columns,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/25958490/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com