From de39945b61c0ae3ad0acc39e889514b6c2dddda6 Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期三, 09 七月 2025 18:26:09 +0800
Subject: [PATCH] 提交

---
 web/components/footer.html |   54 ++++++++++++++++++++++++++++++++++++++++++++----------
 1 files changed, 44 insertions(+), 10 deletions(-)

diff --git a/web/components/footer.html b/web/components/footer.html
index 7635d81..83e7ecf 100644
--- a/web/components/footer.html
+++ b/web/components/footer.html
@@ -88,6 +88,8 @@
         }
         .footer-c {
             width: 100%;
+            padding-bottom: 10px;
+            box-sizing: border-box;
             display: flex;
             flex-direction: column;
             background: #2E333A;
@@ -169,16 +171,32 @@
         }
         .footer-c-info {
             width: 100%;
-            height: 79px;
-            line-height: 79px;
+            height: 30px;
+            line-height: 30px;
             text-align: center;
             font-weight: 400;
-            font-size: 14px;
+            font-size: 12px;
             color: #7B7F87;
         }
         .footer-c-info a {
             font-weight: 400;
-            font-size: 14px;
+            font-size: 12px;
+            color: #7B7F87;
+        }
+        .footer-c-url {
+            width: 100%;
+            height: 30px;
+            display: flex;
+            align-items: center;
+            justify-content: center;
+            font-weight: 400;
+            font-size: 12px;
+            color: #7B7F87;
+            margin-top: 15px;
+        }
+        .footer-c-url a {
+            font-weight: 400;
+            font-size: 12px;
             color: #7B7F87;
         }
     </style>
@@ -226,13 +244,20 @@
                         <div class="footer-c-n-item-label">瑙e喅鏂规</div>
                     </div>
                     <div class="footer-c-n-item">
-                        <div class="footer-c-n-item-label">鑱旂郴鎴戜滑</div>
-                        <div class="footer-c-n-item-row" style="color: #FF7900; font-size: 30px;" id="linkPhone"></div>
-                        <div class="footer-c-n-item-row" id="phone"></div>
-                        <div class="footer-c-n-item-row" id="serviceDate"></div>
-                        <div class="footer-c-n-item-row" id="companyAddr"></div>
+                        <div class="footer-c-n-item-label">鑽h獕璧勮川</div>
                     </div>
                     <div class="footer-c-n-item">
+                        <div class="footer-c-n-item-label">鑱旂郴鎴戜滑</div>
+                        <div class="footer-c-n-item-row" style="color: #FF7900; font-size: 30px;" id="linkPhone"></div>
+                        <div class="footer-c-n-item-row" style="color:#E5E5E5;" id="phone1"></div>
+                        <div class="footer-c-n-item-row" style="color:#E5E5E5;" id="serviceDate"></div>
+                        <div class="footer-c-n-item-row" style="color:#E5E5E5;" id="companyAddr"></div>
+                    </div>
+                    <div class="footer-c-n-item1" style="display: flex; align-items: center; justify-content: space-between; width: 279px;">
+                        <div class="footer-c-n-item-qrcode">
+                            <img src="" id="qrcode" />
+                            <span>寰俊鎵爜鍏嶈垂璇曠敤</span>
+                        </div>
                         <div class="footer-c-n-item-qrcode">
                             <img src="" id="qrcode" />
                             <span>寰俊鎵爜鍏嶈垂璇曠敤</span>
@@ -240,7 +265,16 @@
                     </div>
                 </div>
             </div>
+            <div class="footer-c-url">
+                <a href="">闃块噷宸村反</a>&nbsp;|&nbsp;
+                <a href="">璞嗙背绉戞妧</a>&nbsp;|&nbsp;
+                <a href="">鏀粯瀹�</a>&nbsp;|&nbsp;
+                <a href="">闃块噷浜戠洏</a>
+            </div>
             <div class="footer-c-info" id="footerInfo"></div>
+            <div class="footer-c-info">
+                濡傛湁闂璇疯仈绯婚偖绠憋細qhb@doumee.com
+            </div>
         </div>
     </div>
     <script>
@@ -280,7 +314,7 @@
                     console.log(res)
                     $('#companyAddr').text('鍏徃鍦板潃锛�' + res.data.address)
                     $('#serviceDate').text('鏈嶅姟鏃堕棿锛�' + res.data.serverTime)
-                    $('#phone').text('鑱旂郴鎵嬫満锛�' + res.data.linkMobile)
+                    $('#phone1').text('鑱旂郴鎵嬫満锛�' + res.data.linkMobile)
                     $('#linkPhone').text(res.data.linkPhone)
                     $('#footerInfo').text(res.data.footWords)
                     $('#qrcode').attr('src', res.data.footFullImgUrl)

--
Gitblit v1.9.3