|
@@ -164,30 +164,30 @@ img {
|
|
opacity: 0.8;
|
|
opacity: 0.8;
|
|
}
|
|
}
|
|
|
|
|
|
-.qa-banner,
|
|
|
|
-.blog-banner,
|
|
|
|
-.brand-banner,
|
|
|
|
-.store-banner,
|
|
|
|
-.design-banner,
|
|
|
|
-.news-page-banner,
|
|
|
|
-.collection-banner,
|
|
|
|
-.room-planner-banner {
|
|
|
|
- padding: 175px 0;
|
|
|
|
- background-size: cover;
|
|
|
|
- background-position: center;
|
|
|
|
- background-repeat: no-repeat;
|
|
|
|
- image-rendering: -webkit-optimize-contrast;
|
|
|
|
-}
|
|
|
|
|
|
+// .qa-banner,
|
|
|
|
+// .blog-banner,
|
|
|
|
+// .brand-banner,
|
|
|
|
+// .store-banner,
|
|
|
|
+// .design-banner,
|
|
|
|
+// .news-page-banner,
|
|
|
|
+// .collection-banner,
|
|
|
|
+// .room-planner-banner {
|
|
|
|
+// padding: 175px 0;
|
|
|
|
+// background-size: cover;
|
|
|
|
+// background-position: center;
|
|
|
|
+// background-repeat: no-repeat;
|
|
|
|
+// image-rendering: -webkit-optimize-contrast;
|
|
|
|
+// }
|
|
|
|
|
|
-@media (max-width: 991px) {
|
|
|
|
- .qa-banner,
|
|
|
|
- .blog-banner,
|
|
|
|
- .store-banner,
|
|
|
|
- .design-banner,
|
|
|
|
- .room-planner-banner {
|
|
|
|
- background-position: bottom -50px right 50%;
|
|
|
|
- }
|
|
|
|
-}
|
|
|
|
|
|
+// @media (max-width: 991px) {
|
|
|
|
+// .qa-banner,
|
|
|
|
+// .blog-banner,
|
|
|
|
+// .store-banner,
|
|
|
|
+// .design-banner,
|
|
|
|
+// .room-planner-banner {
|
|
|
|
+// background-position: bottom -50px right 50%;
|
|
|
|
+// }
|
|
|
|
+// }
|
|
|
|
|
|
/* 共通樣式 end */
|
|
/* 共通樣式 end */
|
|
/* header start */
|
|
/* header start */
|
|
@@ -199,6 +199,19 @@ img {
|
|
white-space: nowrap;
|
|
white-space: nowrap;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+.navbar .nav-item {
|
|
|
|
+ padding: 13px 0;
|
|
|
|
+ @media (max-width: 991px) {
|
|
|
|
+ padding: 0;
|
|
|
|
+ }
|
|
|
|
+ &:hover {
|
|
|
|
+ background-color: var(--main-color);
|
|
|
|
+ .navbar-link {
|
|
|
|
+ color: #fff;
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+}
|
|
|
|
+
|
|
.navbar .navbar-link {
|
|
.navbar .navbar-link {
|
|
padding: 0 20px;
|
|
padding: 0 20px;
|
|
color: var(--main-color);
|
|
color: var(--main-color);
|
|
@@ -211,6 +224,15 @@ img {
|
|
|
|
|
|
.navbar .navbar-brand {
|
|
.navbar .navbar-brand {
|
|
display: none;
|
|
display: none;
|
|
|
|
+ @media (max-width: 991px) {
|
|
|
|
+ margin: 0;
|
|
|
|
+ }
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.navbar .navbar-brand img {
|
|
|
|
+ width: 70%;
|
|
|
|
+ margin-left: 25%;
|
|
|
|
+ object-fit: contain;
|
|
}
|
|
}
|
|
|
|
|
|
.navbar .close-btn {
|
|
.navbar .close-btn {
|
|
@@ -290,7 +312,7 @@ img {
|
|
|
|
|
|
.news-link {
|
|
.news-link {
|
|
display: flex;
|
|
display: flex;
|
|
- padding: 20px 0;
|
|
|
|
|
|
+ padding: 10px 0;
|
|
background-color: #da831c;
|
|
background-color: #da831c;
|
|
font-weight: bold;
|
|
font-weight: bold;
|
|
a {
|
|
a {
|
|
@@ -335,8 +357,8 @@ img {
|
|
height: 700px;
|
|
height: 700px;
|
|
-o-object-fit: cover;
|
|
-o-object-fit: cover;
|
|
object-fit: cover;
|
|
object-fit: cover;
|
|
- @media (max-width: 575px) {
|
|
|
|
- height: 350px;
|
|
|
|
|
|
+ @media (max-width: 991px) {
|
|
|
|
+ height: auto;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
@@ -357,7 +379,7 @@ img {
|
|
font-family: NSJP-500;
|
|
font-family: NSJP-500;
|
|
letter-spacing: 2px;
|
|
letter-spacing: 2px;
|
|
@media (max-width: 575px) {
|
|
@media (max-width: 575px) {
|
|
- font-size: 18px;
|
|
|
|
|
|
+ font-size: 17px;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
@@ -374,6 +396,12 @@ img {
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+@media (max-width: 575px) {
|
|
|
|
+ .slider-item div {
|
|
|
|
+ padding: 20px 2vw 20px 0;
|
|
|
|
+ }
|
|
|
|
+}
|
|
|
|
+
|
|
/* slick end */
|
|
/* slick end */
|
|
/* footer start */
|
|
/* footer start */
|
|
.footer {
|
|
.footer {
|
|
@@ -411,7 +439,7 @@ img {
|
|
.footer .title a {
|
|
.footer .title a {
|
|
font-size: 15px;
|
|
font-size: 15px;
|
|
color: var(--main-color);
|
|
color: var(--main-color);
|
|
- font-family: NSJP-400;
|
|
|
|
|
|
+ font-family: NSJP-500;
|
|
font-weight: bold;
|
|
font-weight: bold;
|
|
letter-spacing: 1px;
|
|
letter-spacing: 1px;
|
|
}
|
|
}
|
|
@@ -421,7 +449,7 @@ img {
|
|
.footer .copyright a {
|
|
.footer .copyright a {
|
|
color: #68686b;
|
|
color: #68686b;
|
|
font-weight: bold;
|
|
font-weight: bold;
|
|
- font-family: NSJP-300;
|
|
|
|
|
|
+ font-family: NSJP-400;
|
|
letter-spacing: 1px;
|
|
letter-spacing: 1px;
|
|
}
|
|
}
|
|
|
|
|
|
@@ -439,6 +467,7 @@ img {
|
|
.footer .mobile-list a {
|
|
.footer .mobile-list a {
|
|
font-size: 20px;
|
|
font-size: 20px;
|
|
color: var(--main-color);
|
|
color: var(--main-color);
|
|
|
|
+ font-family: NSJP-400;
|
|
}
|
|
}
|
|
|
|
|
|
.footer .mobile-list a:hover {
|
|
.footer .mobile-list a:hover {
|
|
@@ -485,9 +514,6 @@ img {
|
|
|
|
|
|
/* footer end */
|
|
/* footer end */
|
|
/* home start */
|
|
/* home start */
|
|
-.home-container {
|
|
|
|
- padding: 100px 0 125px;
|
|
|
|
-}
|
|
|
|
|
|
|
|
.home-content {
|
|
.home-content {
|
|
width: 50%;
|
|
width: 50%;
|
|
@@ -540,18 +566,10 @@ img {
|
|
}
|
|
}
|
|
|
|
|
|
@media (max-width: 767px) {
|
|
@media (max-width: 767px) {
|
|
- .home-container {
|
|
|
|
- padding: 80px 0 200px;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
.home-content {
|
|
.home-content {
|
|
width: 98.5%;
|
|
width: 98.5%;
|
|
}
|
|
}
|
|
|
|
|
|
- .home-content:last-child {
|
|
|
|
- display: none;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
.home-content img {
|
|
.home-content img {
|
|
max-width: 100%;
|
|
max-width: 100%;
|
|
width: 100%;
|
|
width: 100%;
|
|
@@ -562,54 +580,6 @@ img {
|
|
img {
|
|
img {
|
|
height: 100%;
|
|
height: 100%;
|
|
}
|
|
}
|
|
- // h4 {
|
|
|
|
- // margin: 0;
|
|
|
|
- // color: #ffffff;
|
|
|
|
- // background-color: rgba(128, 128, 128, 0.8);
|
|
|
|
- // padding: 20px 15px;
|
|
|
|
- // transition: all 0.3s;
|
|
|
|
- // font-size: 1.7rem;
|
|
|
|
- // font-weight: bold;
|
|
|
|
- // white-space: nowrap;
|
|
|
|
- // text-align: center;
|
|
|
|
- // text-shadow: 1px 1px 7px #000;
|
|
|
|
- // }
|
|
|
|
- // div {
|
|
|
|
- // position: absolute;
|
|
|
|
- // top: 50%;
|
|
|
|
- // left: 50%;
|
|
|
|
- // -webkit-transform: translate(-50%, -50%);
|
|
|
|
- // transform: translate(-50%, -50%);
|
|
|
|
- // 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;
|
|
|
|
- // -webkit-transition: all 0.3s;
|
|
|
|
- // transition: all 0.3s;
|
|
|
|
- // }
|
|
|
|
- // &: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: 96%;
|
|
|
|
- // height: 100%;
|
|
|
|
- // background: rgba(128, 128, 128, 0.8);
|
|
|
|
- // cursor: pointer;
|
|
|
|
- // }
|
|
|
|
- // &:hover div h4 {
|
|
|
|
- // background-color: transparent;
|
|
|
|
- // }
|
|
|
|
.bg-img {
|
|
.bg-img {
|
|
width: 100%;
|
|
width: 100%;
|
|
padding: 40% 0;
|
|
padding: 40% 0;
|
|
@@ -617,64 +587,24 @@ img {
|
|
background-size: cover;
|
|
background-size: cover;
|
|
transition: all 0.5s;
|
|
transition: all 0.5s;
|
|
}
|
|
}
|
|
- // @media (max-width: 575px) {
|
|
|
|
- // margin: 20px 0;
|
|
|
|
- // &:hover div {
|
|
|
|
- // width: 95%;
|
|
|
|
- // }
|
|
|
|
- // }
|
|
|
|
- // @media (max-width: 375px) {
|
|
|
|
- // &:hover div {
|
|
|
|
- // width: 93%;
|
|
|
|
- // }
|
|
|
|
- // }
|
|
|
|
.bg-portfolio {
|
|
.bg-portfolio {
|
|
.bg-img {
|
|
.bg-img {
|
|
- background-image: url(/img/bt_linkto_portfolio_web_h@2x.png);
|
|
|
|
- }
|
|
|
|
- &:hover .bg-img {
|
|
|
|
- background-image: url(/img/bt_linkto_portfolio_web_n@2x.png);
|
|
|
|
|
|
+ background-image: url(/img/home/X-1-02.png);
|
|
}
|
|
}
|
|
}
|
|
}
|
|
.bg-serve {
|
|
.bg-serve {
|
|
.bg-img {
|
|
.bg-img {
|
|
- background-image: url(/img/bt_linkto_serve_web_h@2x.png);
|
|
|
|
- }
|
|
|
|
- &:hover .bg-img {
|
|
|
|
- background-image: url(/img/bt_linkto_serve_web_n@2x.png);
|
|
|
|
|
|
+ background-image: url(/img/home/X-1-03.png);
|
|
}
|
|
}
|
|
}
|
|
}
|
|
.bg-qa {
|
|
.bg-qa {
|
|
.bg-img {
|
|
.bg-img {
|
|
- background-image: url(/img/bt_linkto_qa_web_h@2x.png);
|
|
|
|
- }
|
|
|
|
- &:hover .bg-img {
|
|
|
|
- background-image: url(/img/bt_linkto_qa_web_n@2x.png);
|
|
|
|
|
|
+ background-image: url(/img/home/X-1-04.png);
|
|
}
|
|
}
|
|
}
|
|
}
|
|
.bg-store {
|
|
.bg-store {
|
|
.bg-img {
|
|
.bg-img {
|
|
- background-image: url(/img/bt_linkto_store_web_h@2x.png);
|
|
|
|
- }
|
|
|
|
- &:hover .bg-img {
|
|
|
|
- background-image: url(/img/bt_linkto_store_web_n@2x.png);
|
|
|
|
- }
|
|
|
|
- }
|
|
|
|
- @media (max-width: 767px) {
|
|
|
|
- .bg-portfolio .bg-img {
|
|
|
|
- background-image: url(/img/bt_linkto_portfolio_mobile@2x.png);
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- .bg-serve .bg-img {
|
|
|
|
- background-image: url(/img/bt_linkto_serve_mobile@2x.png);
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- .bg-qa .bg-img {
|
|
|
|
- background-image: url(/img/bt_linkto_qa_mobile@2x.png);
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- .bg-store .bg-img {
|
|
|
|
- background-image: url(/img/bt_linkto_store_mobile@2x.png);
|
|
|
|
|
|
+ background-image: url(/img/home/X-1-05.png);
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
@@ -687,16 +617,16 @@ img {
|
|
|
|
|
|
.reserve img {
|
|
.reserve img {
|
|
width: 130px;
|
|
width: 130px;
|
|
|
|
+ @media (max-width: 991px) {
|
|
|
|
+ width: 100px;
|
|
|
|
+ }
|
|
}
|
|
}
|
|
|
|
|
|
/* home end */
|
|
/* home end */
|
|
/* 服務常見QA-frequently_asked_questions start */
|
|
/* 服務常見QA-frequently_asked_questions start */
|
|
-.qa-banner {
|
|
|
|
- background-image: url(/img/banner/bn_qa@2x.png);
|
|
|
|
-}
|
|
|
|
|
|
|
|
.accordion {
|
|
.accordion {
|
|
- padding: 140px 25% 40px;
|
|
|
|
|
|
+ padding: 200px 25% 40px;
|
|
border-bottom: 1px solid var(--dark-gray);
|
|
border-bottom: 1px solid var(--dark-gray);
|
|
}
|
|
}
|
|
|
|
|
|
@@ -706,6 +636,14 @@ img {
|
|
border-color: var(--second-color);
|
|
border-color: var(--second-color);
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+.accordion .accordion-item .title {
|
|
|
|
+ margin: auto;
|
|
|
|
+ font-size: 30px;
|
|
|
|
+ font-weight: bold;
|
|
|
|
+ letter-spacing: 3px;
|
|
|
|
+ color: var(--second-color);
|
|
|
|
+}
|
|
|
|
+
|
|
.accordion .accordion-button,
|
|
.accordion .accordion-button,
|
|
.accordion .accordion-button p {
|
|
.accordion .accordion-button p {
|
|
font-size: 14px;
|
|
font-size: 14px;
|
|
@@ -779,13 +717,13 @@ img {
|
|
|
|
|
|
@media (max-width: 1200px) {
|
|
@media (max-width: 1200px) {
|
|
.accordion {
|
|
.accordion {
|
|
- padding: 140px 15% 40px;
|
|
|
|
|
|
+ padding: 185px 15% 40px;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
@media (max-width: 767px) {
|
|
@media (max-width: 767px) {
|
|
.accordion {
|
|
.accordion {
|
|
- padding: 140px 5% 40px;
|
|
|
|
|
|
+ padding: 150px 5% 40px;
|
|
}
|
|
}
|
|
|
|
|
|
.accordion .botder-item {
|
|
.accordion .botder-item {
|
|
@@ -809,7 +747,7 @@ img {
|
|
}
|
|
}
|
|
|
|
|
|
.accordion .accordion-item {
|
|
.accordion .accordion-item {
|
|
- padding: 5px 0;
|
|
|
|
|
|
+ padding: 15px 0;
|
|
}
|
|
}
|
|
|
|
|
|
.accordion .subtitle {
|
|
.accordion .subtitle {
|
|
@@ -847,7 +785,7 @@ img {
|
|
|
|
|
|
@media screen and (max-width: 991px) {
|
|
@media screen and (max-width: 991px) {
|
|
.bhouseweb_loc_banner .banner-img {
|
|
.bhouseweb_loc_banner .banner-img {
|
|
- height: 150px;
|
|
|
|
|
|
+ // height: 150px;
|
|
-o-object-fit: cover;
|
|
-o-object-fit: cover;
|
|
object-fit: cover;
|
|
object-fit: cover;
|
|
}
|
|
}
|
|
@@ -858,7 +796,10 @@ img {
|
|
}
|
|
}
|
|
|
|
|
|
.bt_container_margin {
|
|
.bt_container_margin {
|
|
- margin-bottom: -100px;
|
|
|
|
|
|
+ margin-bottom: -180px;
|
|
|
|
+ @media screen and (max-width: 767px) {
|
|
|
|
+ margin-bottom: -150px;
|
|
|
|
+ }
|
|
}
|
|
}
|
|
|
|
|
|
.bt_slogan {
|
|
.bt_slogan {
|
|
@@ -897,7 +838,7 @@ img {
|
|
object-fit: cover;
|
|
object-fit: cover;
|
|
position: absolute;
|
|
position: absolute;
|
|
right: 260px;
|
|
right: 260px;
|
|
- bottom: -36%;
|
|
|
|
|
|
+ bottom: -175px;
|
|
cursor: pointer;
|
|
cursor: pointer;
|
|
}
|
|
}
|
|
|
|
|
|
@@ -906,13 +847,13 @@ img {
|
|
width: 300px;
|
|
width: 300px;
|
|
right: 250px;
|
|
right: 250px;
|
|
height: 200px;
|
|
height: 200px;
|
|
- bottom: -120px;
|
|
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
@media screen and (max-width: 767px) {
|
|
@media screen and (max-width: 767px) {
|
|
.bt_slogan_portfolio {
|
|
.bt_slogan_portfolio {
|
|
right: 150px;
|
|
right: 150px;
|
|
|
|
+ bottom: -140px;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
@@ -949,10 +890,6 @@ img {
|
|
padding-bottom: 5px;
|
|
padding-bottom: 5px;
|
|
}
|
|
}
|
|
|
|
|
|
-.collection-banner {
|
|
|
|
- background-image: url(/img/bn_portfolio2x.png);
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
.bhouseweb_loc_banner {
|
|
.bhouseweb_loc_banner {
|
|
position: relative;
|
|
position: relative;
|
|
}
|
|
}
|
|
@@ -963,9 +900,9 @@ img {
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
-@media screen and (max-width: 767px) {
|
|
|
|
|
|
+@media screen and (max-width: 991px) {
|
|
.bhouseweb_loc_banner .banner-img {
|
|
.bhouseweb_loc_banner .banner-img {
|
|
- height: 150px;
|
|
|
|
|
|
+ height: 200px;
|
|
-o-object-fit: cover;
|
|
-o-object-fit: cover;
|
|
object-fit: cover;
|
|
object-fit: cover;
|
|
}
|
|
}
|
|
@@ -981,7 +918,7 @@ img {
|
|
@media screen and (max-width: 767px) {
|
|
@media screen and (max-width: 767px) {
|
|
.bhouseweb_loc_sec01 {
|
|
.bhouseweb_loc_sec01 {
|
|
width: 95%;
|
|
width: 95%;
|
|
- margin-top: 130px;
|
|
|
|
|
|
+ margin-top: 150px;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
@@ -1057,7 +994,7 @@ img {
|
|
@media screen and (max-width: 767px) {
|
|
@media screen and (max-width: 767px) {
|
|
.bhouseweb_loc_search_box #bhouseweb_search {
|
|
.bhouseweb_loc_search_box #bhouseweb_search {
|
|
width: 86%;
|
|
width: 86%;
|
|
- font-size: 0.5rem;
|
|
|
|
|
|
+ font-size: 1rem;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
@@ -1491,12 +1428,11 @@ img {
|
|
flex-wrap: nowrap;
|
|
flex-wrap: nowrap;
|
|
}
|
|
}
|
|
|
|
|
|
-.room-planner .room-planner-banner {
|
|
|
|
- background-image: url(/img/banner/bn_serve@2x.png);
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
.room-planner .sub-banner {
|
|
.room-planner .sub-banner {
|
|
- margin: 150px auto 50px;
|
|
|
|
|
|
+ margin: 210px auto 50px;
|
|
|
|
+ @media screen and (max-width: 767px) {
|
|
|
|
+ margin: 160px auto 50px;
|
|
|
|
+ }
|
|
}
|
|
}
|
|
|
|
|
|
.room-planner .sub-banner img {
|
|
.room-planner .sub-banner img {
|
|
@@ -1658,7 +1594,7 @@ img {
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
-@media (max-width: 576px) {
|
|
|
|
|
|
+@media (max-width: 575px) {
|
|
.room-planner .room-planner-moblie .line-6 {
|
|
.room-planner .room-planner-moblie .line-6 {
|
|
right: 36%;
|
|
right: 36%;
|
|
}
|
|
}
|
|
@@ -1688,9 +1624,6 @@ img {
|
|
|
|
|
|
/* 成家設計服務-room_planner end */
|
|
/* 成家設計服務-room_planner end */
|
|
/* 成家知識專欄-categories start */
|
|
/* 成家知識專欄-categories start */
|
|
-.blog-banner {
|
|
|
|
- background-image: url(../img/banner/bn_blog@2x.png);
|
|
|
|
-}
|
|
|
|
|
|
|
|
.blog-categories .container {
|
|
.blog-categories .container {
|
|
width: 50%;
|
|
width: 50%;
|
|
@@ -1698,16 +1631,16 @@ img {
|
|
}
|
|
}
|
|
|
|
|
|
.blog-categories .container .breadcrumb-item {
|
|
.blog-categories .container .breadcrumb-item {
|
|
- font-weight: bold;
|
|
|
|
|
|
+ font-family: NSJP-500;
|
|
}
|
|
}
|
|
|
|
|
|
.blog-categories .container .breadcrumb-item a {
|
|
.blog-categories .container .breadcrumb-item a {
|
|
|
|
+ font-family: NSJP-500;
|
|
color: var(--main-color);
|
|
color: var(--main-color);
|
|
}
|
|
}
|
|
|
|
|
|
.blog-categories .container .link-list {
|
|
.blog-categories .container .link-list {
|
|
width: 100%;
|
|
width: 100%;
|
|
- max-width: 190px;
|
|
|
|
}
|
|
}
|
|
|
|
|
|
.blog-categories .container .link-list a {
|
|
.blog-categories .container .link-list a {
|
|
@@ -1775,7 +1708,7 @@ img {
|
|
}
|
|
}
|
|
|
|
|
|
.blog-categories .article .article-item .description:hover {
|
|
.blog-categories .article .article-item .description:hover {
|
|
- opacity: .8;
|
|
|
|
|
|
+ opacity: 0.8;
|
|
}
|
|
}
|
|
|
|
|
|
// .blog-categories .article .article-item h4,
|
|
// .blog-categories .article .article-item h4,
|
|
@@ -1838,6 +1771,7 @@ img {
|
|
color: #4c660b;
|
|
color: #4c660b;
|
|
font-weight: bold;
|
|
font-weight: bold;
|
|
font-family: NSJP-900;
|
|
font-family: NSJP-900;
|
|
|
|
+ margin-bottom: 50px;
|
|
}
|
|
}
|
|
|
|
|
|
.blog_article span {
|
|
.blog_article span {
|
|
@@ -1859,7 +1793,7 @@ img {
|
|
|
|
|
|
.blog_article .content {
|
|
.blog_article .content {
|
|
width: 50%;
|
|
width: 50%;
|
|
- margin: auto;
|
|
|
|
|
|
+ margin: 60px auto;
|
|
padding-bottom: 60px;
|
|
padding-bottom: 60px;
|
|
}
|
|
}
|
|
|
|
|
|
@@ -1881,10 +1815,6 @@ img {
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
-.blog_article .icon-box img {
|
|
|
|
- width: 35px;
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
.blog_article .question-box {
|
|
.blog_article .question-box {
|
|
display: -webkit-box;
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: -ms-flexbox;
|
|
@@ -1923,32 +1853,53 @@ img {
|
|
opacity: 0.8;
|
|
opacity: 0.8;
|
|
}
|
|
}
|
|
|
|
|
|
-.blog_article .img-box {
|
|
|
|
- margin: 50px 0;
|
|
|
|
- position: relative;
|
|
|
|
|
|
+.blog_article .img-text {
|
|
|
|
+ margin-bottom: 50px;
|
|
|
|
+ p {
|
|
|
|
+ margin: 0;
|
|
|
|
+ padding: 20px 60px;
|
|
|
|
+ background-color: rgba(128, 143, 76, 0.6);
|
|
|
|
+ text-align: start;
|
|
|
|
+ color: #ffffff;
|
|
|
|
+ font-size: 14px;
|
|
|
|
+ line-height: 28px;
|
|
|
|
+ font-family: NSJP-500;
|
|
|
|
+ letter-spacing: 2px;
|
|
|
|
+ }
|
|
}
|
|
}
|
|
|
|
|
|
-.blog_article .img-box img {
|
|
|
|
|
|
+// .blog_article .img-box {
|
|
|
|
+// margin: 50px 0;
|
|
|
|
+// position: relative;
|
|
|
|
+// }
|
|
|
|
+
|
|
|
|
+.blog_article .content img {
|
|
width: 100%;
|
|
width: 100%;
|
|
|
|
+ margin-top: 50px;
|
|
}
|
|
}
|
|
|
|
|
|
-.blog_article .img-box p {
|
|
|
|
- margin: 0;
|
|
|
|
- padding: 20px 60px;
|
|
|
|
- position: absolute;
|
|
|
|
- left: 0;
|
|
|
|
- right: 0;
|
|
|
|
- bottom: 0px;
|
|
|
|
- background-color: rgba(128, 143, 76, 0.6);
|
|
|
|
- text-align: start;
|
|
|
|
- color: #ffffff;
|
|
|
|
- font-size: 14px;
|
|
|
|
- line-height: 28px;
|
|
|
|
- font-family: NSJP-500;
|
|
|
|
- letter-spacing: 2px;
|
|
|
|
|
|
+.blog_article .icon-box img {
|
|
|
|
+ margin-top: 0px;
|
|
|
|
+ width: 35px;
|
|
}
|
|
}
|
|
|
|
|
|
-.blog_article section h4 {
|
|
|
|
|
|
+// .blog_article .img-box p {
|
|
|
|
+// margin: 0;
|
|
|
|
+// padding: 20px 60px;
|
|
|
|
+// position: absolute;
|
|
|
|
+// left: 0;
|
|
|
|
+// right: 0;
|
|
|
|
+// bottom: 0px;
|
|
|
|
+// background-color: rgba(128, 143, 76, 0.6);
|
|
|
|
+// text-align: start;
|
|
|
|
+// color: #ffffff;
|
|
|
|
+// font-size: 14px;
|
|
|
|
+// line-height: 28px;
|
|
|
|
+// font-family: NSJP-500;
|
|
|
|
+// letter-spacing: 2px;
|
|
|
|
+// }
|
|
|
|
+
|
|
|
|
+.blog_article h4 {
|
|
margin-bottom: 30px;
|
|
margin-bottom: 30px;
|
|
font-size: 20px;
|
|
font-size: 20px;
|
|
font-weight: bold;
|
|
font-weight: bold;
|
|
@@ -1965,59 +1916,65 @@ img {
|
|
font-family: NSJP-400;
|
|
font-family: NSJP-400;
|
|
}
|
|
}
|
|
|
|
|
|
-.blog_article .section-01 {
|
|
|
|
- margin-bottom: 40px;
|
|
|
|
- padding-bottom: 20px;
|
|
|
|
- border-bottom: 1px solid var(--dark-gray);
|
|
|
|
-}
|
|
|
|
|
|
+// .blog_article .section-01 {
|
|
|
|
+// margin-bottom: 40px;
|
|
|
|
+// padding-bottom: 20px;
|
|
|
|
+// border-bottom: 1px solid var(--dark-gray);
|
|
|
|
+// }
|
|
|
|
|
|
-.blog_article .section-02 li {
|
|
|
|
|
|
+.blog_article li {
|
|
letter-spacing: 1px;
|
|
letter-spacing: 1px;
|
|
line-height: 32px;
|
|
line-height: 32px;
|
|
}
|
|
}
|
|
|
|
|
|
-.blog_article .section-02 li:first-child,
|
|
|
|
-.blog_article .section-03 li:first-child {
|
|
|
|
- margin-bottom: 20px;
|
|
|
|
|
|
+.blog_article .list-title {
|
|
font-size: 20px;
|
|
font-size: 20px;
|
|
font-weight: bold;
|
|
font-weight: bold;
|
|
font-family: NSJP-700;
|
|
font-family: NSJP-700;
|
|
}
|
|
}
|
|
|
|
|
|
-.blog_article .section-03 {
|
|
|
|
- padding-bottom: 10px;
|
|
|
|
- border-bottom: 1px solid var(--dark-gray);
|
|
|
|
-}
|
|
|
|
|
|
+// .blog_article .section-02 li:first-child,
|
|
|
|
+// .blog_article .section-03 li:first-child {
|
|
|
|
+// margin-bottom: 20px;
|
|
|
|
+// font-size: 20px;
|
|
|
|
+// font-weight: bold;
|
|
|
|
+// font-family: NSJP-700;
|
|
|
|
+// }
|
|
|
|
|
|
-.blog_article .section-03 span {
|
|
|
|
- line-height: 32px;
|
|
|
|
-}
|
|
|
|
|
|
+// .blog_article .section-03 {
|
|
|
|
+// padding-bottom: 10px;
|
|
|
|
+// border-bottom: 1px solid var(--dark-gray);
|
|
|
|
+// }
|
|
|
|
|
|
-.blog_article .section-04 {
|
|
|
|
- padding-bottom: 40px;
|
|
|
|
- border-bottom: 1px solid var(--dark-gray);
|
|
|
|
-}
|
|
|
|
|
|
+// .blog_article .section-03 span {
|
|
|
|
+// line-height: 32px;
|
|
|
|
+// }
|
|
|
|
|
|
-.blog_article .section-04 h4 {
|
|
|
|
- margin-top: 30px;
|
|
|
|
-}
|
|
|
|
|
|
+// .blog_article .section-04 {
|
|
|
|
+// padding-bottom: 40px;
|
|
|
|
+// border-bottom: 1px solid var(--dark-gray);
|
|
|
|
+// }
|
|
|
|
|
|
-.blog_article .section-04 span {
|
|
|
|
- line-height: 32px;
|
|
|
|
-}
|
|
|
|
|
|
+// .blog_article .section-04 h4 {
|
|
|
|
+// margin-top: 30px;
|
|
|
|
+// }
|
|
|
|
|
|
-.blog_article .section-04 li:first-child {
|
|
|
|
- margin-bottom: 40px;
|
|
|
|
-}
|
|
|
|
|
|
+// .blog_article .section-04 span {
|
|
|
|
+// line-height: 32px;
|
|
|
|
+// }
|
|
|
|
+
|
|
|
|
+// .blog_article .section-04 li:first-child {
|
|
|
|
+// margin-bottom: 40px;
|
|
|
|
+// }
|
|
|
|
|
|
-.blog_article .section-04 table {
|
|
|
|
|
|
+.blog_article table {
|
|
width: 100%;
|
|
width: 100%;
|
|
margin-bottom: 50px;
|
|
margin-bottom: 50px;
|
|
}
|
|
}
|
|
|
|
|
|
-.blog_article .section-04 table,
|
|
|
|
-.blog_article .section-04 table td,
|
|
|
|
-.blog_article .section-04 table th {
|
|
|
|
|
|
+.blog_article table,
|
|
|
|
+.blog_article table td,
|
|
|
|
+.blog_article table th {
|
|
padding: 5px 10px;
|
|
padding: 5px 10px;
|
|
border: 1px solid #333;
|
|
border: 1px solid #333;
|
|
}
|
|
}
|
|
@@ -2070,11 +2027,14 @@ img {
|
|
color: var(--main-color);
|
|
color: var(--main-color);
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+.blog_article .line {
|
|
|
|
+ display: block;
|
|
|
|
+ margin: 50px 0;
|
|
|
|
+ border-bottom: 1px solid var(--dark-gray);
|
|
|
|
+}
|
|
|
|
+
|
|
/* 成家知識專欄-article end */
|
|
/* 成家知識專欄-article end */
|
|
/* 最新消息公告-news start */
|
|
/* 最新消息公告-news start */
|
|
-.news-page-banner {
|
|
|
|
- background-image: url(/img/banner/bn_news@2x.png);
|
|
|
|
-}
|
|
|
|
|
|
|
|
.bhouseweb_loc_content {
|
|
.bhouseweb_loc_content {
|
|
.subtitle {
|
|
.subtitle {
|
|
@@ -2099,13 +2059,12 @@ img {
|
|
|
|
|
|
/* 最新消息公告-news end */
|
|
/* 最新消息公告-news end */
|
|
/* 小寶設計單品-furniture_design start */
|
|
/* 小寶設計單品-furniture_design start */
|
|
-.furniture_design_content{
|
|
|
|
|
|
+.furniture_design_content {
|
|
width: 55%;
|
|
width: 55%;
|
|
margin: 0 auto;
|
|
margin: 0 auto;
|
|
-
|
|
|
|
}
|
|
}
|
|
.furniture-design p {
|
|
.furniture-design p {
|
|
- padding-right: 20px;
|
|
|
|
|
|
+ padding-right: 15px;
|
|
text-align: justify;
|
|
text-align: justify;
|
|
font-family: NSJP-400;
|
|
font-family: NSJP-400;
|
|
}
|
|
}
|
|
@@ -2126,6 +2085,15 @@ img {
|
|
width: 100%;
|
|
width: 100%;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+.furniture-design .text-box {
|
|
|
|
+ width: 380px;
|
|
|
|
+ text-align: center;
|
|
|
|
+ margin: auto;
|
|
|
|
+ @media screen and (max-width: 575px) {
|
|
|
|
+ width: auto;
|
|
|
|
+ }
|
|
|
|
+}
|
|
|
|
+
|
|
.furniture-design .nav-link {
|
|
.furniture-design .nav-link {
|
|
font-weight: bold;
|
|
font-weight: bold;
|
|
font-size: 14px;
|
|
font-size: 14px;
|
|
@@ -2264,20 +2232,6 @@ img {
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
-.furniture-design .design-banner {
|
|
|
|
- background-image: url(../img/banner/bn_product@2x.png);
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
-.furniture-design #systeam-furniture p {
|
|
|
|
- white-space: nowrap;
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
-@media (max-width: 575px) {
|
|
|
|
- .furniture-design #systeam-furniture p {
|
|
|
|
- white-space: normal;
|
|
|
|
- }
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
.furniture-design #systeam-furniture .cabinet-03 {
|
|
.furniture-design #systeam-furniture .cabinet-03 {
|
|
height: 500px;
|
|
height: 500px;
|
|
display: -webkit-box;
|
|
display: -webkit-box;
|
|
@@ -2331,12 +2285,12 @@ img {
|
|
letter-spacing: 2px;
|
|
letter-spacing: 2px;
|
|
}
|
|
}
|
|
|
|
|
|
-.tw-85{
|
|
|
|
- width:85%;
|
|
|
|
- }
|
|
|
|
- .tw-15{
|
|
|
|
- width:15%;
|
|
|
|
- }
|
|
|
|
|
|
+.tw-85 {
|
|
|
|
+ width: 85%;
|
|
|
|
+}
|
|
|
|
+.tw-15 {
|
|
|
|
+ width: 15%;
|
|
|
|
+}
|
|
|
|
|
|
/* 小寶設計單品-furniture_design end */
|
|
/* 小寶設計單品-furniture_design end */
|
|
/* 設計家具 start */
|
|
/* 設計家具 start */
|
|
@@ -2492,10 +2446,6 @@ img {
|
|
font-family: NSJP-400;
|
|
font-family: NSJP-400;
|
|
}
|
|
}
|
|
|
|
|
|
-.brand-banner {
|
|
|
|
- background-image: url(/img/banner/bn_concept@2x.png);
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
.brand_content {
|
|
.brand_content {
|
|
width: 50%;
|
|
width: 50%;
|
|
margin: 0 auto;
|
|
margin: 0 auto;
|
|
@@ -2565,10 +2515,6 @@ img {
|
|
cursor: pointer;
|
|
cursor: pointer;
|
|
}
|
|
}
|
|
|
|
|
|
-.store-banner {
|
|
|
|
- background-image: url(/img/banner/bn_store@2x.png);
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
.sec01_store_map_img {
|
|
.sec01_store_map_img {
|
|
width: 40%;
|
|
width: 40%;
|
|
margin: 0 auto;
|
|
margin: 0 auto;
|
|
@@ -2804,6 +2750,10 @@ img {
|
|
margin-bottom: 10px;
|
|
margin-bottom: 10px;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+.store_content_item span {
|
|
|
|
+ font-family: NSJP-500;
|
|
|
|
+}
|
|
|
|
+
|
|
.assign-link {
|
|
.assign-link {
|
|
border-bottom: 2px solid var(--second-color);
|
|
border-bottom: 2px solid var(--second-color);
|
|
}
|
|
}
|