index.less 134 B

123456789
  1. .select{
  2. text-align: center;
  3. padding: 15px 10px;
  4. font-size: 15px;
  5. }
  6. .rowText:nth-child(odd) .col {
  7. background-color: #eee;
  8. }