SyuanYu 2 years ago
parent
commit
3c196a607e

+ 4 - 0
config.toml

@@ -10,6 +10,10 @@ paginate = 60
 [markup]
   [markup.goldmark.renderer]
     unsafe=true
+  [markup.tableOfContents]
+    endLevel = 3
+    startLevel = 2
+    ordered = true
 
 # Main menu
 

+ 1 - 1
layouts/about_mattress/about_mattress.html

@@ -101,7 +101,7 @@
             </p>
           </div>
           <div class="col-12 col-lg-6">
-            <img src="/img/system_furniture/bn_product_bed_03@2x.png" alt="">
+            <img src="/img/system_furniture/sleep.gif" alt="">
           </div>
         </div>
         <div class="bg-text">

+ 3 - 3
layouts/collection/list.html

@@ -34,13 +34,13 @@
         </div>
       </div>
       <div class="bhouseweb_loc_box">
-        <p class="fw-bold m-0">坪數</p>
+        <p class="fw-bold m-0">權狀</p>
         <div class="bhouseweb_loc_type">
           <input style="opacity: 0;" class="ping ms-1" type="radio" id="m_全部坪數" name="m_ping" value="全部坪數" checked />
           <label class="bhouseweb_item_type select" for="m_全部坪數">全部</label>
 
-          <input style="opacity: 0;" class="ping ms-1" type="radio" id="m_20坪以下" name="m_ping" value="20坪以下" />
-          <label class="bhouseweb_item_type" for="m_20坪以下">20坪以下</label>
+          <!-- <input style="opacity: 0;" class="ping ms-1" type="radio" id="m_20坪以下" name="m_ping" value="20坪以下" />
+          <label class="bhouseweb_item_type" for="m_20坪以下">20坪以下</label> -->
 
           <input style="opacity: 0;" class="ping ms-1" type="radio" id="m_20-35坪" name="m_ping" value="20-35坪" />
           <label class="bhouseweb_item_type" for="m_20-35坪">20-35坪</label>

+ 2 - 2
layouts/collection/single.html

@@ -5,7 +5,7 @@
     </div>
 </section>
 <div class="style_house_ads">
-    <h2 class="style_house_title style_house_text m-0">{{ .Params.collection_name}}</h2>
+    <h2 class="style_house_title style_house_text m-0">{{ .Params.title }}</h2>
 </div>
 <section class="style_house_banner container-fluid px-0">
     <img src="{{ .Params.cover_img }}" alt="">
@@ -20,7 +20,7 @@
             <div class="row px-0 mx-0">
                 <div class="col-4 col-md-4">
                     <h3 class="fw-bold">{{ .Params.house_size}}</h3>
-                    <p>坪數</p>
+                    <p>權狀坪數</p>
                 </div>
                 <div class="col-4 col-md-4">
                     <h3 class="fw-bold">{{ .Params.room_count}}</h3>

BIN
static/img/system_furniture/sleep.gif


+ 21 - 15
themes/hugo-universal-theme-master/static/css/style.bhouse.css

@@ -1494,11 +1494,6 @@ input[type=search]::-webkit-search-cancel-button {
   margin: 0 auto;
 }
 
-@media screen and (max-width: 767px) {
-  .style_house_ads .style_house_text {
-    width: 95%;
-  }
-}
 .style_house_line {
   background: grey;
   height: 1px;
@@ -1651,8 +1646,8 @@ input[type=search]::-webkit-search-cancel-button {
   border-radius: 100%;
 }
 
-.style_house_sec02 .slick-slide {
-  padding: 20px 0;
+.style_house_sec02 .slider-nav {
+  margin-top: 15px;
 }
 
 .style_house_sec02 .slide-box {
@@ -4371,13 +4366,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;
   letter-spacing: 2px;
@@ -4481,11 +4469,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;
 }

File diff suppressed because it is too large
+ 0 - 0
themes/hugo-universal-theme-master/static/css/style.bhouse.css.map


+ 30 - 14
themes/hugo-universal-theme-master/static/css/style.bhouse.scss

@@ -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;
 }

Some files were not shown because too many files changed in this diff