gpt4 book ai didi

css - 请告诉我如何使用变量作为CSS中的属性值

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

我正在使用 PUG。

我在变量 h 上输入了 10。

我想将 h 用作名为 item 的元素的属性。

- var h=10
doctype html
html
head
style.
.item {height: hpx;}
body
.item Hello!

当然不行了T.T

我怎样才能让它发挥作用?

最佳答案

使用String Interpolation :

- var h=10
doctype html
html
head
style.
.item {height: #{h}px;}
body
.item Hello!

关于css - 请告诉我如何使用变量作为CSS中的属性值,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/47448463/

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