Man*_*tis 3 html clojure compojure hiccup
有没有办法在打嗝时设置div背景颜色?这是我到目前为止尝试过的,没有结果:
[:div {:background-color "#003366"} (escape-html rest)]
在html中,我看到<div background-color="#663366">哪些我不相信是正确的颜色格式.
<div background-color="#663366">
打嗝有没有办法做到这一点?
Ray*_*yne 8
[:div {:style "background-color:#003366"} (escape-html rest)]
应该做的伎俩.如果做任何相当复杂的事情,可能会考虑将你的风格放在其他地方的css文件中.
归档时间:
15 年,8 月 前
查看次数:
267 次
最近记录: