修改样式

This commit is contained in:
浅念 2025-06-11 14:55:02 +08:00
parent 271b065e2d
commit 632fac0df7

View File

@ -172,7 +172,7 @@
font-family: Inter-Bold,Inter;
font-size: 1.5rem;
font-weight: 700;
line-height: 1.2rem;
line-height: 2rem;
margin: 0;
position: relative
}
@ -527,10 +527,10 @@
color: #2D74BA;
}
/* newcar */
.topimg img{
width: 100%;
max-height: 400px;
/* newcar */
.topimg img{
width: 100%;
max-height: 400px;
}
.energy{
flex: 1;
@ -694,10 +694,33 @@
background: rgba(0,0,0,0.5);
z-index: 1000;
}
.filter-overlay.active {
display: block;
}
.facetwp-facet{
display: flex;
gap: .2rem;
margin-bottom: 2rem;
margin-top: 2rem;
overflow-x: auto
}
.facetwp-facet .facetwp-radio {
background: #ecf3f9;
color: #2d74ba;
display: flex;
justify-content: center;
align-items: center;
font-size: 11px;
font-weight: 600;
padding: 5px 10px;
text-align: center;
transition: all .3s ease;
}
.facetwp-facet .facetwp-radio:hover {
background: #2d74ba;
border-radius: .2rem;
color: #fff
}
}
.brandactive {
background: #2d74ba;