SyuanYu 2 rokov pred
rodič
commit
5451848823

+ 10 - 2
layouts/blog/single.html

@@ -58,14 +58,14 @@
       </span>
     </ul> -->
 
-    <!-- <ul class="read-more-list">
+    <ul class="read-more-list">
         <li>你可能會喜歡的,延伸閱讀點擊標題,看更多設計專欄!</li>
         <li><a href="">【居家風格】 60萬以下 ↓ 超有氛圍的成家夢想</a></li>
         <li><a href="">【認識裝潢裝修】 模組系統櫃板材等級挑選5攻略</a></li>
         <li><a href="">【認識裝潢裝修】 11-20坪 小坪數裝潢裝修,規劃師教你小宅打造大空間</a></li>
         <li><a href="">【認識裝潢裝修】 什麼是輕裝修?輕裝修的定義是什麼?輕裝修包含什麼呢?</a></li>
         <li><a href="">【規劃師服務】 什麼是規劃師?連室內設計師都推薦的「規劃師服務」</a></li>
-      </ul> -->
+      </ul>
   </div>
 </div>
 </div>
@@ -74,5 +74,13 @@
   function previousPage() {
     history.back();
   }
+
+  let contentList = document.getElementById("TableOfContents").getElementsByTagName("li");
+  for (let i = 0; i < contentList.length; i++) {
+    const element = contentList[i];
+    if (element.childNodes.length == 0) {
+      element.style.display = 'none';
+    }
+  }
 </script>
 {{ end }}

+ 8 - 3
themes/hugo-universal-theme-master/static/css/style.bhouse.css

@@ -4746,6 +4746,11 @@ input[type=search]::-webkit-search-cancel-button {
   margin: 50px 0;
 }
 
+.blog_article .br-tag {
+  display: block;
+  height: 15px;
+}
+
 .blog_article .question-box {
   display: flex;
   align-items: center;
@@ -4780,7 +4785,7 @@ input[type=search]::-webkit-search-cancel-button {
 }
 
 .blog_article .img-text {
-  margin: -15px 0 50px;
+  margin: -15px 0 40px;
   padding: 20px 60px;
   background-color: rgba(128, 143, 76, 0.8);
   text-align: start;
@@ -4825,6 +4830,7 @@ input[type=search]::-webkit-search-cancel-button {
 .blog_article h4 {
   font-size: 18px;
   font-weight: 700;
+  margin-top: 20px;
 }
 
 .blog_article h5,
@@ -4854,8 +4860,7 @@ input[type=search]::-webkit-search-cancel-button {
 
 .blog_article table {
   width: 100%;
-  margin-top: 20px;
-  margin-bottom: 50px;
+  margin: 20px 0;
 }
 
 .blog_article table,

Rozdielové dáta súboru neboli zobrazené, pretože súbor je príliš veľký
+ 0 - 0
themes/hugo-universal-theme-master/static/css/style.bhouse.css.map


+ 8 - 3
themes/hugo-universal-theme-master/static/css/style.bhouse.scss

@@ -4484,6 +4484,11 @@ input[type="search"]::-webkit-search-cancel-button {
   margin: 50px 0;
 }
 
+.blog_article .br-tag {
+  display: block;
+  height: 15px;
+}
+
 .blog_article .question-box {
   display: -webkit-box;
   display: -ms-flexbox;
@@ -4534,7 +4539,7 @@ input[type="search"]::-webkit-search-cancel-button {
 }
 
 .blog_article .img-text {
-  margin: -15px 0 50px;
+  margin: -15px 0 40px;
   padding: 20px 60px;
   background-color: rgba(128, 143, 76, 0.8);
   text-align: start;
@@ -4598,6 +4603,7 @@ input[type="search"]::-webkit-search-cancel-button {
 .blog_article h4 {
   font-size: 18px;
   font-weight: 700;
+  margin-top: 20px;
 }
 
 .blog_article h5,
@@ -4633,8 +4639,7 @@ input[type="search"]::-webkit-search-cancel-button {
 
 .blog_article table {
   width: 100%;
-  margin-top: 20px;
-  margin-bottom: 50px;
+  margin: 20px 0;
 }
 
 .blog_article table,

Niektoré súbory nie sú zobrazené, pretože je v týchto rozdielových dátach zmenené mnoho súborov