shish 11 months ago
parent
commit
8a39a242d2
1 changed files with 8 additions and 8 deletions
  1. 8 8
      app-pt/views/main/app.php

+ 8 - 8
app-pt/views/main/app.php

@@ -153,8 +153,8 @@
 <body>
     <div class="container">
         <div class="header">
-            <h1>花宝APP下载中心</h1>
-            <p>选择适合您的应用,开启花艺经营之旅</p>
+            <h1>中花汇APP下载中心</h1>
+            <p>选择适合您的应用,开启经营之旅</p>
         </div>
         
         <div class="app-grid">
@@ -203,15 +203,15 @@
         function showWeChatTip() {
             const tipHtml = `
                 <div style="position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.8); z-index: 9999; display: flex; align-items: center; justify-content: center;">
-                    <div style="background: white; border-radius: 15px; padding: 30px; margin: 20px; max-width: 300px; text-align: center;">
-                        <div style="font-size: 24px; margin-bottom: 15px;">📱</div>
-                        <h3 style="color: #333; margin-bottom: 15px; font-size: 18px;">请在浏览器中打开</h3>
-                        <p style="color: #666; line-height: 1.5; margin-bottom: 20px; font-size: 14px;">
+                    <div style="background: white; border-radius: 20px; padding: 50px 40px; margin: 20px; max-width: 400px; text-align: center; box-shadow: 0 20px 40px rgba(0,0,0,0.3);">
+                        <div style="font-size: 48px; margin-bottom: 25px;">📱</div>
+                        <h3 style="color: #333; margin-bottom: 25px; font-size: 24px; font-weight: 600;">请在浏览器中打开</h3>
+                        <p style="color: #666; line-height: 1.6; margin-bottom: 30px; font-size: 18px;">
                             由于微信限制,无法直接下载APP<br>
-                            请点击右上角 <span style="color: #3385FF;">⋯</span> 按钮<br>
+                            请点击右上角 <span style="color: #3385FF; font-size: 20px; font-weight: bold;">⋯</span> 按钮<br>
                             选择"在浏览器中打开"
                         </p>
-                        <button onclick="closeWeChatTip()" style="background: #3385FF; color: white; border: none; padding: 10px 20px; border-radius: 20px; font-size: 14px; cursor: pointer;">
+                        <button onclick="closeWeChatTip()" style="background: #3385FF; color: white; border: none; padding: 15px 30px; border-radius: 25px; font-size: 16px; cursor: pointer; font-weight: 500; transition: all 0.3s ease;">
                             我知道了
                         </button>
                     </div>