gpt4 book ai didi

css - 我如何使用 jeet 更改柱比率?

转载 作者:行者123 更新时间:2023-11-28 12:43:51 25 4
gpt4 key购买 nike

我正在尝试将列比率从 1/4 更改为 1/3。

默认样式为1/4,

col(1/4, gutter: .5, cycle: 4)

然后我取消循环并切换到 1/3,

+below(desktop)
uncycle()
col(1/3, gutter: .5, cycle: 3)

循环保持在 4,留下一行,只有一列向右浮动。

最佳答案

uncycle 应该传递给 col() 调用...

col(1/4, gutter: .5, cycle: 4)
+below(desktop)
col(1/3, gutter: .5, uncycle: 3, cycle: 4)

例如,如果您想要移动分辨率下的 1/2 网格,您也可以传递多个 uncycles。

col(1/2, cycle: 2)
+above(mobile)
col(1/3, uncycle: 2, cycle: 3)
+above(tablet)
col(1/4, uncycle: 3, cycle: 4)
+above(desktop)
col(1/5, uncycle: 4, cycle: 5)

关于css - 我如何使用 jeet 更改柱比率?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/25696265/

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