浏览代码

update style

SyuanYu 2 年之前
父节点
当前提交
e369ef2dc4

+ 3 - 3
layouts/collection/single.html

@@ -77,8 +77,8 @@
             <div class="d-flex justify-content-between align-items-center">
                 <span></span>
                 <div class="icon-box">
-                    <a href=""><img src="/img/icon_fb@2x.png" alt=""></a>
-                    <a href=""><img src="/img/icon_line@2x.png" alt=""></a>
+                    <a href="" id="collection_icon_fb"><img src="/img/icon_fb@2x.png" alt=""></a>
+                    <a href="" id="collection_icon_line"><img src="/img/icon_line@2x.png" alt=""></a>
                 </div>
             </div>
             <div class="row px-0 mx-0">
@@ -194,8 +194,8 @@
                 </div> -->
             </div>
         </div>
-        <hr class="style_house_line">
     </div>
+    <hr class="style_house_line">
     <div class="style_house_sec03">
         {{ .Content }}
     </div>

+ 2 - 1
themes/hugo-universal-theme-master/static/css/style.bhouse.css

@@ -1250,7 +1250,7 @@ img {
 
 .style_house_sec02 {
   margin-top: 50px;
-  margin-bottom: 50px;
+  margin-bottom: 35px;
 }
 
 .style_house_sec02 .style_house_sec02_content {
@@ -1302,6 +1302,7 @@ img {
 }
 
 .style_house_sec03 {
+  margin-top: 35px;
   letter-spacing: 1px;
 }
 

文件差异内容过多而无法显示
+ 0 - 0
themes/hugo-universal-theme-master/static/css/style.bhouse.css.map


+ 2 - 1
themes/hugo-universal-theme-master/static/css/style.bhouse.scss

@@ -1368,7 +1368,7 @@ img {
 
 .style_house_sec02 {
   margin-top: 50px;
-  margin-bottom: 50px;
+  margin-bottom: 35px;
 }
 
 .style_house_sec02 .style_house_sec02_content {
@@ -1422,6 +1422,7 @@ img {
 }
 
 .style_house_sec03 {
+  margin-top: 35px;
   letter-spacing: 1px;
 }
 

部分文件因为文件数量过多而无法显示