Forráskód Böngészése

add content/update template

huai-sian 3 éve
szülő
commit
2290845a43

+ 1 - 1
layouts/DM/single.html

@@ -54,7 +54,7 @@
                 </div>
             </div>
           </section>
-          <section class="category container text-center py-5">
+          <section class="category container text-center py-5 dm__description">
             <h2 class="category__sub_h2"></h2>
             <h5 style="font-weight: 300;">{{ .Params.description }}</h5>
           </section>

+ 1 - 1
layouts/ad-operation/single.html

@@ -71,7 +71,7 @@
                 </div>
             </div>
           </section>
-          <section class="category container text-center py-5">
+          <section class="category container text-center py-5 dm__description">
             <h2 class="category__sub_h2"></h2>
             <h5 style="font-weight: 300;">{{ .Params.description_block1}}
             <br>

+ 1 - 1
layouts/ai-training/single.html

@@ -74,7 +74,7 @@
                 </div>
             </div>
           </section>
-          <section class="category container text-center py-5">
+          <section class="category container text-center py-5 dm__description">
             <h2 class="category__sub_h2"></h2>
             <h5 style="font-weight: 300;">{{ .Params.description_block1}}
             <br>

+ 1 - 1
layouts/amp/single.html

@@ -70,7 +70,7 @@
                 </div>
             </div>
           </section>
-          <section class="category container text-center py-5">
+          <section class="category container text-center py-5 dm__description">
             <h2 class="category__sub_h2"></h2>
             <h5 style="font-weight: 300;">{{ .Params.description_block1}}
             <br>

+ 1 - 1
layouts/bigdata/single.html

@@ -70,7 +70,7 @@
                 </div>
             </div>
           </section>
-          <section class="category container text-center py-5">
+          <section class="category container text-center py-5 dm__description">
             <h2 class="category__sub_h2"></h2>
             <h5 style="font-weight: 300;">{{ .Params.description }}</h5>
           </section>

+ 1 - 1
layouts/crawler/single.html

@@ -70,7 +70,7 @@
                 </div>
             </div>
           </section>
-          <section class="category container text-center py-5">
+          <section class="category container text-center py-5 dm__description">
             <h2 class="category__sub_h2"></h2>
             <h5 style="font-weight: 300;">{{ .Params.description }}</h5>
           </section>

+ 1 - 1
layouts/ip/single.html

@@ -70,7 +70,7 @@
                 </div>
             </div>
           </section>
-          <section class="category container text-center py-5">
+          <section class="category container text-center py-5 dm__description">
             <h2 class="category__sub_h2"></h2>
             <h5 style="font-weight: 300;">{{ .Params.description }}</h5>
           </section>

+ 1 - 1
layouts/research/single.html

@@ -70,7 +70,7 @@
                 </div>
             </div>
           </section>
-          <section class="category container text-center py-5">
+          <section class="category container text-center py-5 dm__description">
             <h2 class="category__sub_h2"></h2>
             <h5 style="font-weight: 300;">{{ .Params.description }}</h5>
           </section>

+ 1 - 1
layouts/seo/single.html

@@ -70,7 +70,7 @@
                 </div>
             </div>
           </section>
-          <section class="category container text-center py-5">
+          <section class="category container text-center py-5 dm__description">
             <h2 class="category__sub_h2"></h2>
             <h5 style="font-weight: 300;">{{ .Params.description }}</h5>
           </section>

+ 7 - 8
layouts/shortcodes/influencers.html

@@ -86,14 +86,13 @@
                       <h2>Youtube 經營:SEO不可或缺</h2>
                       <div style="display: flex;justify-content: center;">
                         <ul class="item rankblock advantages-list" style="text-align: left; padding-right: .5rem;">
-                          <li style="font-size: 1.8rem;"><span>1.</span> 合適的關鍵字</li>
-                          <li style="font-size: 1.8rem;"><span>2.</span> 高畫質影片</li>
-                          <li style="font-size: 1.8rem;"><span>3.</span> 加入影片時間軸</li>
+                          <li style="font-size: 1.8rem;"><span>1.</span> 明確主題內容</li>
+                          <li style="font-size: 1.8rem;"><span>2.</span> 讓粉絲有參與感</li>
+                          <li style="font-size: 1.8rem;"><span>3.</span> 事先預告</li>
                         </ul>
                         <ul class="item rankblock advantages-list" style="text-align: left; padding-left: .5rem;">
-                          <li style="font-size: 1.8rem;"><span>4.</span> 影片縮圖</li>
-                          <li style="font-size: 1.8rem;"><span>5.</span> 添加字幕</li>
-                          <li style="font-size: 1.8rem;"><span>6.</span> 建立播放清單</li>
+                          <li style="font-size: 1.8rem;"><span>4.</span> 自然展現</li>
+                          <li style="font-size: 1.8rem;"><span>5.</span> 確保隱私</li>
                         </ul>
                       </div>
                       
@@ -102,7 +101,7 @@
           </div>
       </div>
     </section>
-    <section class="row sec sec05">
+    <!-- <section class="row sec sec05">
     <div class="container">
         <div class="row">
             <div class="col-md-6">
@@ -120,5 +119,5 @@
           </div>
         </div>
     </div>
-  </section>
+  </section> -->
 </div>

+ 10 - 1
static/css/style.css

@@ -135,7 +135,11 @@
 }
 
 .category {
-    padding: 2rem 0;
+    padding: 2rem 0rem;
+}
+
+.category.dm__description {
+    padding: 2rem 8rem;
 }
 
 .category__sub_h2 {
@@ -695,6 +699,11 @@
     .category {
         padding-top: 4rem;
     }
+    .category.dm__description {
+        padding-top: 4rem;
+        padding-left: 0;
+        padding-right: 0;
+    }
     .top3 {
         padding-bottom: 2rem;
     }