<style>
/*ul的一个元素*/
ul li:first-child{
background: #3dbe4b;
}
/*ul的最后一个元素*/
ul li:last-child{
background: #2d4ebe;
}
</style>
2023-10-22 17:59:52
<style>
/*ul的一个元素*/
ul li:first-child{
background: #3dbe4b;
}
/*ul的最后一个元素*/
ul li:last-child{
background: #2d4ebe;
}
</style>