有没有谁可以帮帮我,属实给我整不会了。

img

img

其它的按点击去控制display就可以了


<!DOCTYPE HTML>
<html>
<body>
<style>
dd{font-size: 22px;color:#333}
dd:nth-child(odd){color:#f00;}
dd:before{content:'';width:20px;height:20px;background:#f00;display:inline-block}
</style>
<dl>
<dt><img src="https://dss2.bdstatic.com/5bVYsj_p_tVS5dKfpU_Y_D3/res/r/image/2021-11-01/62.jpg"></dt>
<dd>列表内容</dd>
<dd>列表内容</dd>
<dd>列表内容</dd>
<dd>列表内容</dd>
</dl>

</body>
</html>