.single-box{ /* border: 1rpx solid red; */ width : 690 rpx; margin : 0 auto ; height : 150 rpx; border-bottom : 1 rpx solid #47494d ; display : flex; align-items: center ; } .single-box:last-child{ width : 690 rpx; margin : 0 auto ; height : 150 rpx; border-bottom : 1 rpx solid #ffaeca ; display : flex; align-items: center ; } |
想用:last-child改变最后一个single-box的底框颜色。可是实现不了。
last-child与前面的冒号不能有空格,否则会失效
要single-box的父元素的last-child吧?
这个层可能不是同级下的最后一个元素
写个代码片段看看呢