2309CSS first and first few elements

tr th:first-child{
    
    
    width:10%!important;
}//第1个
p:nth-of-type(-n+4){
    
    
    width:10%!important;
}//前4个.

Guess you like

Origin blog.csdn.net/fqbqrr/article/details/132646710