|
@@ -1470,11 +1470,11 @@ input[type="search"]::-webkit-search-cancel-button {
|
|
|
margin: 0 auto;
|
|
|
}
|
|
|
|
|
|
-@media screen and (max-width: 767px) {
|
|
|
- .style_house_ads .style_house_text {
|
|
|
- width: 95%;
|
|
|
- }
|
|
|
-}
|
|
|
+// @media screen and (max-width: 767px) {
|
|
|
+// .style_house_ads .style_house_text {
|
|
|
+// width: 95%;
|
|
|
+// }
|
|
|
+// }
|
|
|
|
|
|
.style_house_line {
|
|
|
background: grey;
|
|
@@ -1653,8 +1653,12 @@ input[type="search"]::-webkit-search-cancel-button {
|
|
|
// background-color: var(--light-gray);
|
|
|
// }
|
|
|
|
|
|
-.style_house_sec02 .slick-slide {
|
|
|
- padding: 20px 0;
|
|
|
+// .style_house_sec02 .slick-slide {
|
|
|
+// padding: 20px 0;
|
|
|
+// }
|
|
|
+
|
|
|
+.style_house_sec02 .slider-nav {
|
|
|
+ margin-top: 15px;
|
|
|
}
|
|
|
|
|
|
.style_house_sec02 .slide-box {
|
|
@@ -4063,12 +4067,6 @@ input[type="search"]::-webkit-search-cancel-button {
|
|
|
|
|
|
/* 成家知識專欄-categories end */
|
|
|
/* 成家知識專欄-article start */
|
|
|
-.blog_article h3 {
|
|
|
- color: #4c660b;
|
|
|
- font-weight: bold;
|
|
|
- font-weight: 900;
|
|
|
- margin-bottom: 50px;
|
|
|
-}
|
|
|
|
|
|
.blog_article span {
|
|
|
font-weight: bold;
|
|
@@ -4211,11 +4209,29 @@ input[type="search"]::-webkit-search-cancel-button {
|
|
|
.blog_article h2 {
|
|
|
margin-bottom: 30px;
|
|
|
font-size: 20px;
|
|
|
- font-weight: bold;
|
|
|
font-weight: 700;
|
|
|
color: var(--main-color);
|
|
|
}
|
|
|
|
|
|
+.blog_article h3 {
|
|
|
+ margin: 15px 0;
|
|
|
+ font-size: 18px;
|
|
|
+ font-weight: 700;
|
|
|
+}
|
|
|
+
|
|
|
+.blog_article h4 {
|
|
|
+ margin: 15px 0;
|
|
|
+ font-size: 18px;
|
|
|
+ font-weight: 700;
|
|
|
+}
|
|
|
+
|
|
|
+.blog_article h5,
|
|
|
+.blog_article h6 {
|
|
|
+ margin-bottom: 20px;
|
|
|
+ font-size: 16px;
|
|
|
+ color: #68686b;
|
|
|
+}
|
|
|
+
|
|
|
.blog_article b {
|
|
|
font-weight: 700;
|
|
|
}
|