网站
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

bidding.css 500 B

il y a 4 ans
il y a 1 an
il y a 4 ans
il y a 1 an
123456789101112131415161718192021222324
  1. .tableList table tr:nth-child(2n){
  2. background: none!important;
  3. }
  4. .tableList input[type='button'] {
  5. background: #cadbf1;
  6. color: #1269d3;
  7. border: none;
  8. padding: 4px 10px;
  9. }
  10. .tableList input[type='button']:hover {
  11. color: #FFFFFF !important;
  12. border-color: var(--color) !important;
  13. background-color: var(--color) !important;
  14. }
  15. .tableList table tr:nth-child(odd){
  16. background: transparent!important;
  17. }
  18. .tableList table tr td{
  19. border-bottom: 1px dashed #d0d0d0;
  20. }