gpt4 book ai didi

css - 在 CSS 中使用 Twig

转载 作者:太空宇宙 更新时间:2023-11-04 10:17:39 25 4
gpt4 key购买 nike

我想使用 Twig 变量提供样式值。

CSS

.postit{
width:200px;
height:400px;
border:1px solid #FFCB00;
position;absolute;
}

Twig

{% for  user  in postits%}
<div class="postit" style ="left:{{user.X}}px; top:{{user.Y}}px">

</div>
{%endfor%}

没有结果 div 不会移动。

最佳答案

你的 css 有错误。
position;absolute; 更改为 position:absolute;

关于css - 在 CSS 中使用 Twig,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/37105079/

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