网站
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

4 年之前
4 年之前
123456789101112131415
  1. .tableList table tr:nth-child(2n){
  2. background: none!important;
  3. }
  4. .tableList input[type='button'] {
  5. border: 1px solid #a6a6a6;
  6. border-radius: 20px;
  7. padding: 4px 10px;
  8. }
  9. .tableList input[type='button']:hover {
  10. color: #FFFFFF !important;
  11. border-color: var(--color) !important;
  12. background-color: var(--color) !important;
  13. }