修改样式

This commit is contained in:
浅念 2025-06-18 17:39:30 +08:00
parent 12c9f98274
commit ebc4500443

View File

@ -297,6 +297,15 @@
--bs-gutter-y: 3rem
}
}
@media (max-width: 820px) {
.seach .rowbg .row>* {
padding-right:4px;
padding-left: 4px;
}
.homesechbtn{
padding: 10px 16px !important;
}
}
@media (max-width: 765px) {
.hero-banner .seach img{
display: none;
@ -343,6 +352,9 @@
.mb-24 {
margin-bottom: 10px !important;
}
.seach .rowbg {
padding-top: 10px !important;
}
.vs__selected-options {
max-height: 40px !important;
}