index.less 145 B

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