个人/中介 搜索 求房源 首页更新

This commit is contained in:
2023-07-20 17:18:53 +08:00
parent 60f0f45def
commit 4adeb65dbd
8 changed files with 68 additions and 59 deletions

View File

@@ -953,8 +953,14 @@ img {
margin-right: 10px;
text-align: center;
cursor: pointer;
border:1px solid transparent;
}
.btn:hover{
border:1px solid rgba(235,235,235,1)
}
.dropdown-btn:hover{
border:1px solid rgba(235,235,235,1);
}
.dropdown-btn {
height: 30px;
display: flex;
@@ -969,6 +975,7 @@ img {
text-align: center;
padding: 5px 10px;
cursor: pointer;
border:1px solid transparent;
.mg-l-30 {
margin-left: 30px !important;
@@ -987,7 +994,7 @@ img {
.btn-check {
color: #50E3C2 !important;
border: 1px solid #50E3C2;
border: 1px solid #50E3C2 !important;
background: #eefcf9;
}