|
@@ -75,6 +75,12 @@ img {
|
|
|
}
|
|
|
}
|
|
|
|
|
|
+.line {
|
|
|
+ display: block;
|
|
|
+ margin: 50px 0;
|
|
|
+ border-bottom: 1px solid var(--dark-gray);
|
|
|
+}
|
|
|
+
|
|
|
.bhouseweb_loc_line {
|
|
|
background: var(--dark-gray);
|
|
|
height: 1px;
|
|
@@ -1376,6 +1382,10 @@ img {
|
|
|
}
|
|
|
}
|
|
|
|
|
|
+.style_house_sec04 p {
|
|
|
+ font-family: NSJP-500;
|
|
|
+}
|
|
|
+
|
|
|
.style_house_sec05 {
|
|
|
margin-top: 50px;
|
|
|
margin-bottom: 100px;
|
|
@@ -1862,7 +1872,7 @@ img {
|
|
|
p {
|
|
|
margin: 0;
|
|
|
padding: 20px 60px;
|
|
|
- background-color: rgba(128, 143, 76, 0.6);
|
|
|
+ background-color: rgb(128, 143, 76);
|
|
|
text-align: start;
|
|
|
color: #ffffff;
|
|
|
font-size: 14px;
|
|
@@ -1994,7 +2004,6 @@ img {
|
|
|
}
|
|
|
|
|
|
.blog_article .link-box .link-list a {
|
|
|
- margin: 0;
|
|
|
text-decoration: none;
|
|
|
padding: 7px 10px;
|
|
|
background: #808e4c;
|
|
@@ -2002,6 +2011,7 @@ img {
|
|
|
-webkit-transition: 0.3s;
|
|
|
transition: 0.3s;
|
|
|
border: 1px solid #808e4c;
|
|
|
+ font-weight: bold;
|
|
|
}
|
|
|
|
|
|
.blog_article .link-box .link-list a:hover {
|
|
@@ -2023,18 +2033,20 @@ img {
|
|
|
}
|
|
|
|
|
|
.blog_article .read-more-list li {
|
|
|
- margin: 10px 0;
|
|
|
+ margin: 15px 0;
|
|
|
font-weight: bold;
|
|
|
+ @media (max-width: 575px) {
|
|
|
+ margin: 20px 0;
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
.blog_article .read-more-list a {
|
|
|
color: var(--main-color);
|
|
|
}
|
|
|
|
|
|
-.blog_article .line {
|
|
|
- display: block;
|
|
|
- margin: 50px 0;
|
|
|
- border-bottom: 1px solid var(--dark-gray);
|
|
|
+.blog_article button {
|
|
|
+ border: none;
|
|
|
+ margin: 1px;
|
|
|
}
|
|
|
|
|
|
/* 成家知識專欄-article end */
|
|
@@ -2066,6 +2078,13 @@ img {
|
|
|
.furniture_design_content {
|
|
|
width: 55%;
|
|
|
margin: 0 auto;
|
|
|
+ @media (max-width: 991px) {
|
|
|
+ width: 75%;
|
|
|
+ }
|
|
|
+
|
|
|
+ @media (max-width: 575px) {
|
|
|
+ width: 90%;
|
|
|
+ }
|
|
|
}
|
|
|
.furniture-design p {
|
|
|
padding-right: 15px;
|
|
@@ -2099,23 +2118,24 @@ img {
|
|
|
}
|
|
|
|
|
|
.furniture-design .nav-link {
|
|
|
- font-weight: bold;
|
|
|
font-size: 14px;
|
|
|
color: var(--dark-color);
|
|
|
}
|
|
|
|
|
|
.furniture-design .tab-title .nav-item {
|
|
|
width: 200px;
|
|
|
+ justify-content: center;
|
|
|
}
|
|
|
|
|
|
.furniture-design .tab-title .nav-link {
|
|
|
- margin: 0 30px;
|
|
|
+ margin: atuo;
|
|
|
font-size: 18px;
|
|
|
+ font-family: NSJP-400;
|
|
|
}
|
|
|
|
|
|
.furniture-design ul {
|
|
|
display: flex;
|
|
|
- flex-wrap: wrap;
|
|
|
+ flex-wrap: nowrap;
|
|
|
list-style: none;
|
|
|
}
|
|
|
|
|
@@ -2130,10 +2150,21 @@ img {
|
|
|
display: flex;
|
|
|
flex-wrap: wrap;
|
|
|
list-style: none;
|
|
|
+ @media (max-width: 767px) {
|
|
|
+ a {
|
|
|
+ border: 1px solid #d9d9d9;
|
|
|
+ &:hover {
|
|
|
+ background-color: #d9d9d9;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
.furniture-design .design-list li {
|
|
|
- margin: 5px 10px;
|
|
|
+ margin: 5px 10px 0px;
|
|
|
+ @media (max-width: 767px) {
|
|
|
+ margin: 5px 10px;
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
.furniture-design .sub-tab-content h4 {
|
|
@@ -2149,26 +2180,29 @@ img {
|
|
|
font-family: NSJP-500;
|
|
|
}
|
|
|
|
|
|
-.furniture-design .sub-tab-content img {
|
|
|
- height: 350px;
|
|
|
- -o-object-fit: cover;
|
|
|
- object-fit: cover;
|
|
|
- -o-object-position: center;
|
|
|
- object-position: center;
|
|
|
-}
|
|
|
+// .furniture-design .sub-tab-content img {
|
|
|
+// height: 350px;
|
|
|
+// -o-object-fit: cover;
|
|
|
+// object-fit: cover;
|
|
|
+// -o-object-position: center;
|
|
|
+// object-position: center;
|
|
|
+// }
|
|
|
|
|
|
-@media screen and (max-width: 767px) {
|
|
|
- .furniture-design .sub-tab-content img {
|
|
|
- height: 350px;
|
|
|
- }
|
|
|
-}
|
|
|
+// @media screen and (max-width: 767px) {
|
|
|
+// .furniture-design .sub-tab-content img {
|
|
|
+// height: 350px;
|
|
|
+// }
|
|
|
+// }
|
|
|
|
|
|
.furniture-design .sub-tab-content .text-item div {
|
|
|
- position: absolute;
|
|
|
- top: 50%;
|
|
|
- left: 50%;
|
|
|
- -webkit-transform: translate(-50%, -50%);
|
|
|
- transform: translate(-50%, -50%);
|
|
|
+ // position: absolute;
|
|
|
+ // top: 50%;
|
|
|
+ // left: 50%;
|
|
|
+ // -webkit-transform: translate(-50%, -50%);
|
|
|
+ // transform: translate(-50%, -50%);
|
|
|
+ // top: 0;
|
|
|
+ // left: 0;
|
|
|
+ // right: 0;
|
|
|
display: -webkit-box;
|
|
|
display: -ms-flexbox;
|
|
|
display: flex;
|
|
@@ -2182,25 +2216,25 @@ img {
|
|
|
transition: all 0.3s;
|
|
|
}
|
|
|
|
|
|
-.furniture-design .sub-tab-content .text-item:hover div {
|
|
|
- display: -webkit-box;
|
|
|
- display: -ms-flexbox;
|
|
|
- display: flex;
|
|
|
- -webkit-box-pack: center;
|
|
|
- -ms-flex-pack: center;
|
|
|
- justify-content: center;
|
|
|
- -webkit-box-align: center;
|
|
|
- -ms-flex-align: center;
|
|
|
- align-items: center;
|
|
|
- width: 100%;
|
|
|
- height: 100%;
|
|
|
- background: rgba(128, 142, 76, 0.8);
|
|
|
- cursor: pointer;
|
|
|
-}
|
|
|
+// .furniture-design .sub-tab-content .text-item:hover div {
|
|
|
+// display: -webkit-box;
|
|
|
+// display: -ms-flexbox;
|
|
|
+// display: flex;
|
|
|
+// -webkit-box-pack: center;
|
|
|
+// -ms-flex-pack: center;
|
|
|
+// justify-content: center;
|
|
|
+// -webkit-box-align: center;
|
|
|
+// -ms-flex-align: center;
|
|
|
+// align-items: center;
|
|
|
+// width: 100%;
|
|
|
+// height: 100%;
|
|
|
+// background: rgba(128, 142, 76, 0.8);
|
|
|
+// cursor: pointer;
|
|
|
+// }
|
|
|
|
|
|
-.furniture-design .sub-tab-content .text-item:hover div h4 {
|
|
|
- background-color: transparent;
|
|
|
-}
|
|
|
+// .furniture-design .sub-tab-content .text-item:hover div h4 {
|
|
|
+// background-color: transparent;
|
|
|
+// }
|
|
|
|
|
|
.furniture-design .sub-tab-content .mattress-text-box {
|
|
|
width: 400px;
|
|
@@ -2236,6 +2270,12 @@ img {
|
|
|
}
|
|
|
}
|
|
|
|
|
|
+@media (max-width: 767px) {
|
|
|
+ .furniture-design .nav-pills {
|
|
|
+ padding-top: 15px;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
.furniture-design #systeam-furniture .cabinet-03 {
|
|
|
height: 500px;
|
|
|
display: -webkit-box;
|
|
@@ -2289,6 +2329,48 @@ img {
|
|
|
letter-spacing: 2px;
|
|
|
}
|
|
|
|
|
|
+.furniture-design .mobile-tab {
|
|
|
+ padding: 20px;
|
|
|
+ letter-spacing: 1px;
|
|
|
+ @media (max-width: 475px) {
|
|
|
+ padding: 10px;
|
|
|
+ }
|
|
|
+ ul {
|
|
|
+ padding-bottom: 20px;
|
|
|
+ }
|
|
|
+ #all-design-tab {
|
|
|
+ text-align: center;
|
|
|
+ font-weight: bold;
|
|
|
+ font-size: 18px;
|
|
|
+ }
|
|
|
+ #pills-tab {
|
|
|
+ .nav-item {
|
|
|
+ width: 100%;
|
|
|
+ transition: all .3s;
|
|
|
+ @media (max-width: 475px) {
|
|
|
+ width: auto;
|
|
|
+ margin: auto;
|
|
|
+ }
|
|
|
+ &:hover {
|
|
|
+ background: #68686b;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .nav-active {
|
|
|
+ background: #68686b;
|
|
|
+ }
|
|
|
+ a {
|
|
|
+ font-size: 1rem !important;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .nav-link {
|
|
|
+ margin: auto;
|
|
|
+ }
|
|
|
+ .tab-title {
|
|
|
+display: flex;
|
|
|
+flex-wrap: nowrap;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
.tw-85 {
|
|
|
width: 85%;
|
|
|
}
|
|
@@ -2328,6 +2410,8 @@ img {
|
|
|
}
|
|
|
|
|
|
.design-container ul {
|
|
|
+ display: flex;
|
|
|
+ flex-direction: column;
|
|
|
padding: 0;
|
|
|
list-style: none;
|
|
|
}
|
|
@@ -2338,6 +2422,9 @@ img {
|
|
|
|
|
|
.design-container .slider-box {
|
|
|
width: 60%;
|
|
|
+ .slider {
|
|
|
+ margin-right: 20px;
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
@media (max-width: 767px) {
|
|
@@ -2346,55 +2433,59 @@ img {
|
|
|
}
|
|
|
}
|
|
|
|
|
|
-.design-container .slider-design .design-img img {
|
|
|
- width: 96.3%;
|
|
|
- max-height: 400px;
|
|
|
- -o-object-fit: cover;
|
|
|
- object-fit: cover;
|
|
|
-}
|
|
|
+// .design-container .slider-design .design-img img {
|
|
|
+// width: 96.3%;
|
|
|
+// max-height: 400px;
|
|
|
+// -o-object-fit: cover;
|
|
|
+// object-fit: cover;
|
|
|
+// }
|
|
|
|
|
|
-@media (max-width: 991px) {
|
|
|
- .design-container .slider-design .design-img img {
|
|
|
- margin: auto;
|
|
|
- max-width: 98%;
|
|
|
- }
|
|
|
-}
|
|
|
+// @media (max-width: 991px) {
|
|
|
+// .design-container .slider-design .design-img img {
|
|
|
+// margin: auto;
|
|
|
+// max-width: 98%;
|
|
|
+// }
|
|
|
+// }
|
|
|
|
|
|
-@media (max-width: 767px) {
|
|
|
- .design-container .slider-design .design-img img {
|
|
|
- width: 530px;
|
|
|
- max-width: 100%;
|
|
|
- padding-right: 1%;
|
|
|
- }
|
|
|
-}
|
|
|
+// @media (max-width: 767px) {
|
|
|
+// .design-container .slider-design .design-img img {
|
|
|
+// width: 530px;
|
|
|
+// max-width: 100%;
|
|
|
+// padding-right: 1%;
|
|
|
+// }
|
|
|
+// }
|
|
|
|
|
|
-@media (max-width: 575px) {
|
|
|
- .design-container .slider-design .design-img img {
|
|
|
- padding-right: 0;
|
|
|
- padding: 0 1.5% 0 1%;
|
|
|
- }
|
|
|
-}
|
|
|
+// @media (max-width: 575px) {
|
|
|
+// .design-container .slider-design .design-img img {
|
|
|
+// padding-right: 0;
|
|
|
+// padding: 0 1.5% 0 1%;
|
|
|
+// }
|
|
|
+// }
|
|
|
|
|
|
.design-container .slider-nav img {
|
|
|
- width: 90%;
|
|
|
- height: 130px;
|
|
|
- -o-object-fit: cover;
|
|
|
- object-fit: cover;
|
|
|
+ // width: 90%;
|
|
|
+ // height: 130px;
|
|
|
+ // -o-object-fit: cover;
|
|
|
+ // object-fit: cover;
|
|
|
cursor: pointer;
|
|
|
}
|
|
|
|
|
|
-.design-container .slider-nav .slick-slide {
|
|
|
- width: 33% !important;
|
|
|
-}
|
|
|
+// .design-container .slider-nav .slick-slide {
|
|
|
+// width: 33% !important;
|
|
|
+// }
|
|
|
|
|
|
-.design-container .slider-nav .slick-list {
|
|
|
- padding: 0 !important;
|
|
|
-}
|
|
|
+// .design-container .slider-nav .slick-list {
|
|
|
+// padding: 0 !important;
|
|
|
+// }
|
|
|
|
|
|
.design-container .slider-nav .middle-item {
|
|
|
- margin: auto;
|
|
|
+ padding: 0 5px;
|
|
|
}
|
|
|
|
|
|
+// .design-container .slider-nav .middle-item img {
|
|
|
+// padding: 0 5px;
|
|
|
+// }
|
|
|
+
|
|
|
.furniture-design .design-border {
|
|
|
border-bottom: 2px solid var(--second-color);
|
|
|
border-radius: 0;
|
|
@@ -2459,6 +2550,9 @@ img {
|
|
|
.brand_content {
|
|
|
width: 95%;
|
|
|
}
|
|
|
+ .store-line {
|
|
|
+ margin: 35px 20px;
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
.brand_sec01,
|
|
@@ -2520,28 +2614,38 @@ img {
|
|
|
}
|
|
|
|
|
|
.sec01_store_map_img {
|
|
|
- width: 40%;
|
|
|
+ width: 100%;
|
|
|
+ height: 700px;
|
|
|
margin: 0 auto;
|
|
|
-}
|
|
|
-
|
|
|
-@media screen and (max-width: 767px) {
|
|
|
- .sec01_store_map_img {
|
|
|
- width: 38%;
|
|
|
+ position: relative;
|
|
|
+ object-fit: contain;
|
|
|
+ @media screen and (max-width: 767px) {
|
|
|
+ width: 80%;
|
|
|
+ height: 400px;
|
|
|
+ }
|
|
|
+ @media screen and (max-width: 575px) {
|
|
|
+ margin-left: 20px;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
.store_cta_box_reserve {
|
|
|
- width: 150px;
|
|
|
- margin-top: 80px;
|
|
|
- position: relative;
|
|
|
- left: 50px;
|
|
|
-}
|
|
|
-
|
|
|
-@media screen and (max-width: 767px) {
|
|
|
- .store_cta_box_reserve {
|
|
|
- margin-top: 10px;
|
|
|
+ // width: 150px;
|
|
|
+ // margin-top: 80px;
|
|
|
+ // position: relative;
|
|
|
+ // left: 50px;
|
|
|
+ position: absolute;
|
|
|
+ left: 30px;
|
|
|
+ top: 100px;
|
|
|
+ @media screen and (max-width: 1200px) {
|
|
|
left: -10px;
|
|
|
- width: 120px;
|
|
|
+ top: 130px;
|
|
|
+ }
|
|
|
+ @media screen and (max-width: 767px) {
|
|
|
+ left: 30px;
|
|
|
+ top: 50px;
|
|
|
+ }
|
|
|
+ @media screen and (max-width: 575px) {
|
|
|
+ left: 15px;
|
|
|
}
|
|
|
}
|
|
|
|
|
@@ -2592,16 +2696,26 @@ img {
|
|
|
}
|
|
|
}
|
|
|
|
|
|
+.store_cta_box {
|
|
|
+ position: absolute;
|
|
|
+ top: 40%;
|
|
|
+ right: -70px;
|
|
|
+ @media screen and (max-width: 1200px) {
|
|
|
+ right: -170px;
|
|
|
+ }
|
|
|
+ @media screen and (max-width: 767px) {
|
|
|
+ right: 0px;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
.store_cta_box_form {
|
|
|
margin-top: 70px;
|
|
|
position: relative;
|
|
|
- left: 50px;
|
|
|
}
|
|
|
|
|
|
@media screen and (max-width: 767px) {
|
|
|
.store_cta_box_form {
|
|
|
- margin-top: 10px;
|
|
|
- left: 10px;
|
|
|
+ left: -10px;
|
|
|
}
|
|
|
}
|
|
|
|
|
@@ -2661,54 +2775,84 @@ img {
|
|
|
}
|
|
|
}
|
|
|
|
|
|
-#pills-tab a {
|
|
|
- color: #68686b;
|
|
|
+.store-tab #pills-tab a,
|
|
|
+.mobile-tab #pills-tab a {
|
|
|
+ color: #fff;
|
|
|
text-decoration: none;
|
|
|
font-size: 1.2rem;
|
|
|
font-family: NSJP-400;
|
|
|
}
|
|
|
|
|
|
-#pills-tab .nav-item {
|
|
|
+.store-tab #pills-tab .nav-item,
|
|
|
+.mobile-tab #pills-tab .nav-item {
|
|
|
margin: 0 0.8rem;
|
|
|
width: auto;
|
|
|
+ background: #808e4c;
|
|
|
+ @media screen and (max-width: 575px) {
|
|
|
+ margin: 0 0.5rem;
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
-#pills-tab .nav-item-link {
|
|
|
- display: block;
|
|
|
- padding: 0.5rem 1rem;
|
|
|
- margin: 0 2rem;
|
|
|
+.store-tab #pills-tab .nav-item-link,
|
|
|
+.mobile-tab #pills-tab .nav-item-link {
|
|
|
text-decoration: none;
|
|
|
- background-color: transparent;
|
|
|
- font-size: 1.2rem;
|
|
|
- color: #68686b;
|
|
|
- -webkit-transition: all 0.3s;
|
|
|
- transition: all 0.3s;
|
|
|
- -webkit-appearance: none !important;
|
|
|
- border-bottom: 2px solid #fff;
|
|
|
- font-family: NSJP-500;
|
|
|
-}
|
|
|
-
|
|
|
-@media screen and (max-width: 1200px) {
|
|
|
- #pills-tab .nav-item-link {
|
|
|
- padding: 0.5rem 0.8rem;
|
|
|
+ margin: 0 0.1rem;
|
|
|
+ padding: 0.5rem 1.8rem;
|
|
|
+ background: #808e4c;
|
|
|
+ color: #fff;
|
|
|
+ margin-right: 5px;
|
|
|
+ transition: 0.3s;
|
|
|
+ // border: 1px solid #808e4c;
|
|
|
+ font-family: NSJP-400;
|
|
|
+ letter-spacing: 2px;
|
|
|
+ text-align: center;
|
|
|
+ margin: 0;
|
|
|
+ &:hover {
|
|
|
+ background: #68686b !important;
|
|
|
}
|
|
|
-}
|
|
|
+ @media screen and (max-width: 575px) {
|
|
|
+ font-size: 16px;
|
|
|
+ padding: 0.2rem 1rem;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
+// #pills-tab .nav-item-link {
|
|
|
+// display: block;
|
|
|
+// padding: 0.5rem 1rem;
|
|
|
+// margin: 0 2rem;
|
|
|
+// text-decoration: none;
|
|
|
+// background-color: transparent;
|
|
|
+// font-size: 1.2rem;
|
|
|
+// color: #68686b;
|
|
|
+// -webkit-transition: all 0.3s;
|
|
|
+// transition: all 0.3s;
|
|
|
+// -webkit-appearance: none !important;
|
|
|
+// border-bottom: 2px solid #fff;
|
|
|
+// font-family: NSJP-500;
|
|
|
+// }
|
|
|
+
|
|
|
+// @media screen and (max-width: 1200px) {
|
|
|
+// #pills-tab .nav-item-link {
|
|
|
+// padding: 0.5rem 0.8rem;
|
|
|
+// }
|
|
|
+// }
|
|
|
|
|
|
@media screen and (max-width: 767px) {
|
|
|
- #pills-tab .nav-item-link {
|
|
|
+ .store-tab #pills-tab .nav-item-link {
|
|
|
margin: 0 0rem;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
-@media screen and (max-width: 375px) {
|
|
|
- #pills-tab .nav-item-link {
|
|
|
- padding: 0rem 0.5rem;
|
|
|
- }
|
|
|
-}
|
|
|
+// @media screen and (max-width: 375px) {
|
|
|
+// #pills-tab .nav-item-link {
|
|
|
+// padding: 0rem 0.5rem;
|
|
|
+// }
|
|
|
+// }
|
|
|
|
|
|
-#pills-tab .nav-item-link.active {
|
|
|
- color: #68686b;
|
|
|
- border-bottom: 2px solid #68686b;
|
|
|
+.store-tab #pills-tab .nav-item-link.active,
|
|
|
+.mobile-tab #pills-tab .nav-item-link.active {
|
|
|
+ color: #fff;
|
|
|
+ background: #68686b !important;
|
|
|
}
|
|
|
|
|
|
/* .tab-content {
|
|
@@ -2760,4 +2904,8 @@ img {
|
|
|
|
|
|
.assign-link {
|
|
|
border-bottom: 2px solid var(--second-color);
|
|
|
+ @media (max-width: 767px) {
|
|
|
+ border-bottom: none;
|
|
|
+ background-color: #d9d9d9;
|
|
|
+ }
|
|
|
}
|