Kaynağa Gözat

feat: 美化底部栏

SongZihuan 2 yıl önce
ebeveyn
işleme
4d2212e1b7
1 değiştirilmiş dosya ile 6 ekleme ve 4 silme
  1. 6 4
      templates/base.html

+ 6 - 4
templates/base.html

@@ -123,11 +123,13 @@
         {# footer 最后加载 #}
         <footer id="foot" class="text-center">
             <hr>
-            {{ conf['FOOT'] }}
+            <div class="pb-2"> {{ conf['FOOT'] }} </div>
             {% if get_icp() %}
-                <br> <a id="ICP2" href="https://beian.miit.gov.cn" target="_blank" class="my-2"
-                    style="display:inline-block;text-decoration:none;height:20px;line-height:20px;" >
-                    {{ get_icp() }} </a>
+                <div class="pb-2">
+                    <a id="ICP2" href="https://beian.miit.gov.cn" target="_blank"
+                        style="display:inline-block;text-decoration:none;height:20px;line-height:20px;" >
+                        {{ get_icp() }} </a>
+                </div>
             {% endif %}
         </footer>