orzar/assets/css/index - 副本.css

63 lines
1.3 KiB
CSS
Raw Normal View History

2025-06-05 14:46:21 +08:00
.container-fluid .input-group input {
border: 0px;
width: 100%;
padding: 15px 10px;
/* padding: clamp(14px, 1.042vw, 30px) clamp(16px, 1.25vw, 30px); */
border-radius: 12px;
background: white;
}
.wrapper-dropdown{
padding: 15px 24px !important;
}
.seach{
background-image: url(../media/hero/hero-group.png);
/* background-position: bottom left; */
background-repeat: no-repeat;
background-size: cover;
display: flex;
align-items: center;
min-height: 450px;
}
.seach .rowbg {
display: flex;
align-items: center;
padding-top:24px;
border-radius: 8px;
background-color: #ecf3f9;
position: relative;
margin: 0px;
}
.wrapper-dropdown .selected-display {
white-space: nowrap;
overflow: hidden;
width: 78%;
}
.vehica-car-card__separator {
margin: 10px 0 18px 0;
background: #fff;
height: 1px;
}
.vehica-car-card__info {
display: flex;
flex-direction: row;
flex-wrap: wrap;
align-items: center;
}
.vehica-car-card__info__single {
display: inline-block;
border-radius: 5px;
font-size: 14px;
font-weight: 500;
color: #99a1b2;
margin-right: 20px;
line-height: 28px;
}
.vehica-car-card__info__single:first-child {
padding: 0 11px;
color: #fff;
background: #ff4605;
}