修改样式

This commit is contained in:
浅念 2025-06-11 09:58:26 +08:00
parent 8e7bae5ac9
commit 271b065e2d

View File

@ -77,6 +77,18 @@
height: 30px;
padding: 0 11px;
margin-right: 10px;
border: 1px solid #f44336;
background: #f44336;
}
.vehicle-card:hover .cus-btn {
color: #f44336 !important;
background: white;
}
.vehicle-card:hover .cus-btn span {
color: #f44336;
}
.vehicle-card .cus-btn span:first-child {
padding-bottom: 4px;
}
.detailsbtn{
display: flex;