修改样式

This commit is contained in:
浅念 2025-06-11 09:54:01 +08:00
parent b9831ba9a4
commit b2389b97ea

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;