|
@@ -879,7 +879,8 @@ img {
|
|
|
/* Banner end */
|
|
|
/* 成家故事作品集-collection start */
|
|
|
.select {
|
|
|
- text-decoration: underline !important;
|
|
|
+ // text-decoration: underline !important;
|
|
|
+ border-bottom: 1.5px solid #565656 !important;
|
|
|
}
|
|
|
|
|
|
.bhouseweb_item_type {
|
|
@@ -915,7 +916,7 @@ img {
|
|
|
}
|
|
|
|
|
|
.bhouseweb_loc_sec01 {
|
|
|
- width: 80%;
|
|
|
+ width: auto;
|
|
|
margin-top: 180px;
|
|
|
color: #656565;
|
|
|
font-size: 0.9rem;
|
|
@@ -923,8 +924,12 @@ img {
|
|
|
|
|
|
@media screen and (max-width: 767px) {
|
|
|
.bhouseweb_loc_sec01 {
|
|
|
- width: 95%;
|
|
|
+ // overflow-x: scroll;
|
|
|
+ width: auto;
|
|
|
margin-top: 150px;
|
|
|
+ overflow-x: auto;
|
|
|
+
|
|
|
+
|
|
|
}
|
|
|
}
|
|
|
|
|
@@ -934,6 +939,19 @@ img {
|
|
|
.bhouseweb_loc_sec01 .bhouseweb_loc_size {
|
|
|
margin: 10px;
|
|
|
}
|
|
|
+.bhouseweb_loc_type{
|
|
|
+ width: auto;
|
|
|
+ white-space: nowrap;
|
|
|
+ @media screen and (max-width: 767px) {
|
|
|
+ width: auto;
|
|
|
+ white-space: nowrap;
|
|
|
+ }
|
|
|
+}
|
|
|
+.bhouseweb_item_type{
|
|
|
+ @media screen and (max-width: 767px) {
|
|
|
+ display: inline-block;
|
|
|
+ }
|
|
|
+}
|
|
|
|
|
|
@media screen and (max-width: 767px) {
|
|
|
.bhouseweb_loc_sec01 .bhouseweb_loc_type,
|
|
@@ -950,7 +968,7 @@ img {
|
|
|
.bhouseweb_loc_sec01 .bhouseweb_loc_size a {
|
|
|
text-decoration: none;
|
|
|
color: #565656;
|
|
|
- padding: 5px 15px;
|
|
|
+ padding: 3px 15px;
|
|
|
}
|
|
|
|
|
|
@media screen and (max-width: 767px) {
|
|
@@ -958,7 +976,7 @@ img {
|
|
|
.bhouseweb_loc_sec01 .bhouseweb_loc_pattern a,
|
|
|
.bhouseweb_loc_sec01 .bhouseweb_loc_budget a,
|
|
|
.bhouseweb_loc_sec01 .bhouseweb_loc_size a {
|
|
|
- padding: 5px 5px;
|
|
|
+ padding: 3px 5px;
|
|
|
}
|
|
|
}
|
|
|
|
|
@@ -990,7 +1008,7 @@ img {
|
|
|
width: 70%;
|
|
|
background: #565656 !important;
|
|
|
border: none;
|
|
|
- font-size: 1rem;
|
|
|
+ font-size: 14.4px;
|
|
|
font-weight: 400;
|
|
|
line-height: 1.5;
|
|
|
outline: none;
|
|
@@ -1000,7 +1018,7 @@ img {
|
|
|
@media screen and (max-width: 767px) {
|
|
|
.bhouseweb_loc_search_box #bhouseweb_search {
|
|
|
width: 86%;
|
|
|
- font-size: 1rem;
|
|
|
+ font-size: 14.4px;
|
|
|
}
|
|
|
}
|
|
|
|
|
@@ -1118,15 +1136,9 @@ img {
|
|
|
.style_house_ads {
|
|
|
padding: 15px;
|
|
|
background: #fff;
|
|
|
-<<<<<<< HEAD
|
|
|
// @media screen and (max-width: 991px) {
|
|
|
// padding-top: 100px;
|
|
|
// }
|
|
|
-=======
|
|
|
- @media screen and (max-width: 991px) {
|
|
|
- padding-top: 13px;
|
|
|
- }
|
|
|
->>>>>>> 1c609b02ee19bc3828a818bc1da2ad8aaf04e8d3
|
|
|
}
|
|
|
|
|
|
.style_house_ads .style_house_text {
|