1、选择基数偶数:
更详细选择器:https://www.w3school.com.cn/cssref/selector_nth-child.asp
p:nth-child(odd){ background:#ff0000; }p:nth-child(even){ background:#0000ff; }
2、动态过渡
详细介绍:https://www.cnblogs.com/cc156676/p/5785112.html
transition: ease 2s;