我正在创建一个评分栏,我目前有这个代码
<div class="rating-bar">
<div style="background-color:#00ff00;height:30px;width:4%; margin-left:20px;"></div>
<div style="background-color:#ff0000;height:30px;width:2%; margin-left:20px;"></div>
</div>
我的问题是#00FF00
节目在一条线上,而#ff0000
节目在另一条线上。我怎样才能让它们并排,所以左右#00ff00
,#ff0000
无论宽度如何,就像 youtube 的栏一样。
谢谢