css sets the last two of the array without the bottom border effect (demo) finishing

/* 选择数组的最后两个元素 */
.array-element:nth-last-child(-n+2) {
    
    
  border: none;
}

Guess you like

Origin blog.csdn.net/qq_38881495/article/details/132138766