width: calc(50% - 10px)
1、奇偶行
.classNameA { background:red; &:nth-child(even) { background:green; }}