gpt4 book ai didi

php - 如何在 for 循环中使用 php 更改 css 样式值?

转载 作者:行者123 更新时间:2023-11-28 18:11:38 30 4
gpt4 key购买 nike

我已经下载了这个 slider :

http://tympanus.net/codrops/2012/03/15/parallax-content-slider-with-css3-and-jquery/

我想要做的是让每个 slider 的点(子弹)具有特定的颜色(第一个是红色,第二个是蓝色,等等),而不是所有幻灯片都是白色。

控制此问题的类是 .da-dots span.da-dots-current:after(如果您下载了上述文件,则在 style.css 中)。

问题是如何在 index.html(或 index.php) 文件?

问题是幻灯片实际上是源代码中列出的一些 DIV,并使用上面的 jQuery slider 进行动画处理。

我的 index.php 包含:http://codepad.org/6Xoelift

最佳答案

假设您只支持浏览器处理 CSS3 selectors , 您可以使用 nth-child selector :nth-child(1), :nth-child(2), :nth-child(3), ... 为每个点设置样式不同。

关于php - 如何在 for 循环中使用 php 更改 css 样式值?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18535542/

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