您的位置:首页 > 游戏 > 手游 > 保险网_抖音短剧推广平台有哪些_免费的短视频app大全下载_看书网站排名

保险网_抖音短剧推广平台有哪些_免费的短视频app大全下载_看书网站排名

2024/12/31 6:51:39 来源:https://blog.csdn.net/yyyyyyysc/article/details/143233298  浏览:    关键词:保险网_抖音短剧推广平台有哪些_免费的短视频app大全下载_看书网站排名
保险网_抖音短剧推广平台有哪些_免费的短视频app大全下载_看书网站排名

代码:

<!DOCTYPE html>
<html lang="zh-CN">
<head><meta charset="UTF-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><title>警灯效果红蓝闪烁</title><style>/* 调整元素的明暗 *//* filter: brightness(100%); */.context{margin-left: 150px;}.red{float: left;width: 50px;height: 100px;background-color: red;border: 50px solid red;border-top-left-radius: 50px;border-top-right-radius: 50px;opacity: 0.5;}.blue{float: left;width: 50px;height: 100px;background-color: blue;border: 50px solid blue;border-top-left-radius: 50px;border-top-right-radius: 50px;opacity: 0.5;}</style>
</head>
<body><div class="context"><div class="red"></div><div class="blue"></div></div><script>let redlamp = document.getElementsByClassName('red')[0]let bluelamp = document.getElementsByClassName('blue')[0]let i=0setInterval(o=>{if(i%2==0){redlamp.style.opacity='1'bluelamp.style.opacity='0.5'i++}else{redlamp.style.opacity='0.5'bluelamp.style.opacity='1'i++}},300)</script>
</body>
</html>

效果图:

版权声明:

本网仅为发布的内容提供存储空间,不对发表、转载的内容提供任何形式的保证。凡本网注明“来源:XXX网络”的作品,均转载自其它媒体,著作权归作者所有,商业转载请联系作者获得授权,非商业转载请注明出处。

我们尊重并感谢每一位作者,均已注明文章来源和作者。如因作品内容、版权或其它问题,请及时与我们联系,联系邮箱:809451989@qq.com,投稿邮箱:809451989@qq.com