国产av日韩一区二区三区精品,成人性爱视频在线观看,国产,欧美,日韩,一区,www.成色av久久成人,2222eeee成人天堂

嘗試在 Twig 模板中使用帶有 css 變量的背景圖像
P粉083785014
P粉083785014 2023-09-04 12:41:18
[CSS3討論組]
<p>所以我有一個(gè)問(wèn)題。我想將背景圖像與 css 變量一起使用,并且在我的項(xiàng)目中,我使用 Twig 循環(huán)顯示文章,這些文章是通過(guò) sql 請(qǐng)求從我的數(shù)據(jù)庫(kù)中選擇的。每篇文章都有數(shù)據(jù)庫(kù)中圖片的相對(duì)鏈接,因此可以在網(wǎng)站上看到。</p> <p>問(wèn)題是,我想使用數(shù)據(jù)庫(kù)中與文章背景相同的圖像鏈接。</p> <p>我嘗試使用這樣的 css 變量:</p> <pre class="brush:css;toolbar:false;">div.liste { position: relative; display: flex; background-image: var(--image); animation: liste_appear .5s cubic-bezier(0.33, 1, 0.68, 1) 1 calc(var(--order) * 50ms) backwards; /*rest doesn't matter*/ } </pre> <p>然后,在模板中,它看起來(lái)像這樣</p> <pre class="brush:html;toolbar:false;">{% for produit in produit %} {% set compteur = compteur + 1 %} &lt;div class=&quot;liste&quot; style=&quot;--order: {{ compteur }}; --image: {{ produit.image }}&quot;&gt; &lt;img src=&quot;{{ produit.image }}&quot;&gt; &lt;/div&gt; {% endfor %} </pre> <p>正如你所看到的,我正在使用另一個(gè) Twig 變量,它每次循環(huán)時(shí)都會(huì)上升,并且它與 css 一起工作(動(dòng)畫延遲了 50ms 乘以變量“compteur”所在的數(shù)字),但我不知道為什么它不這樣做與圖像變量無(wú)關(guān)...</p> <p>而且,{{ produit.image }} 可以正常工作,因?yàn)樗梢哉_顯示圖像。</p> <p>如果有人有答案,我們很樂(lè)意修復(fù)并感謝這個(gè)人!</p>
P粉083785014
P粉083785014

全部回復(fù)(1)
P粉447002127

正如Darkbee所說(shuō)在評(píng)論中,只需按照他的twig fiddle更新您的樣式即可。沒(méi)有意識(shí)到你內(nèi)嵌了 css 變量的范圍。

最新下載
更多>
網(wǎng)站特效
網(wǎng)站源碼
網(wǎng)站素材
前端模板
關(guān)于我們 免責(zé)申明 意見(jiàn)反饋 講師合作 廣告合作 最新更新
php中文網(wǎng):公益在線php培訓(xùn),幫助PHP學(xué)習(xí)者快速成長(zhǎng)!
關(guān)注服務(wù)號(hào) 技術(shù)交流群
PHP中文網(wǎng)訂閱號(hào)
每天精選資源文章推送
PHP中文網(wǎng)APP
隨時(shí)隨地碎片化學(xué)習(xí)
PHP中文網(wǎng)抖音號(hào)
發(fā)現(xiàn)有趣的

Copyright 2014-2025 http://www.miracleart.cn/ All Rights Reserved | php.cn | 湘ICP備2023035733號(hào)