html 实现跑马灯特效

代码中我改变height、weight都没有生效是怎么回事啊

"<marquee id='affiche' style='text-align:center;display:table-cell;vertical-align:middle;'' behavior='scroll' bgcolor='#00E5FF' direction='left' height='100%' width='500%' hspace='0' vspace='0' loop='-1' scrollamount='10' scrolldelay='100' onMouseOut='this.start()' onMouseOver='this.stop()'>" + REPLACE(A1, ",", " ") + "</marquee>"


颜色的透明度我加入代码(opacity:0.1)也没有生效;前端的代码有点蒙,求各位大佬帮忙优化下。

FineReport 牛~~~ 发布于 2020-5-19 10:56
1min目标场景问卷 立即参与
回答问题
悬赏:3 F币 + 添加悬赏
提示:增加悬赏、完善问题、追问等操作,可使您的问题被置顶,并向所有关注者发送通知
共1回答
最佳回答
0
牛~~~Lv6中级互助
发布于2020-5-19 15:37
"<marquee id='affiche' style='background-color:rgba(55,167,215,0.3);text-align:center;display:table-cell;vertical-align:middle;' align='left' behavior='scroll' bgcolor='#00E5FF' direction='left' height='35px' width='300px' hspace='0' vspace='0' loop='-1' scrollamount='10' scrolldelay='100' onMouseOut='this.start()' onMouseOver='this.stop()'><font color='white' size='5'>"+ REPLACE(A1, ",", " ") + "</font></marquee>"


防止父标签设置的透明度影响子标签:

background-color:rgba(55,167,215,0.3);


height、weight直接使用像素点表示:

height='35px' width='300px'


  • 0关注人数
  • 428浏览人数
  • 最后回答于:2020-5-19 15:37
    请选择关闭问题的原因
    确定 取消
    返回顶部