shish 11 luni în urmă
părinte
comite
468dc413a8
1 a modificat fișierele cu 6 adăugiri și 6 ștergeri
  1. 6 6
      mallApp/src/pages/home/recent.vue

+ 6 - 6
mallApp/src/pages/home/recent.vue

@@ -45,7 +45,7 @@
                </view>
                </view>
                <text class="function-text">新消息</text>
                <text class="function-text">新消息</text>
              </view>
              </view>
-             <view class="function-item" @click="">
+             <view class="function-item" @click="logout">
                <text class="function-icon">📱</text>
                <text class="function-icon">📱</text>
                <text class="function-text">改号码</text>
                <text class="function-text">改号码</text>
              </view>
              </view>
@@ -326,8 +326,8 @@ page {
   display: flex;
   display: flex;
   align-items: center;
   align-items: center;
   justify-content: center;
   justify-content: center;
-  min-height: 100vh;
-  padding: 40upx;
+  min-height: 70vh;
+  padding: 0upx 40upx 40upx 40upx;
   
   
   .login-content {
   .login-content {
     text-align: center;
     text-align: center;
@@ -348,17 +348,17 @@ page {
     }
     }
     
     
     .login-btn {
     .login-btn {
-      background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
+      background: linear-gradient(135deg, #ff6b6b 0%, #ee5a24 100%);
       color: white;
       color: white;
       border: none;
       border: none;
       border-radius: 50upx;
       border-radius: 50upx;
       padding: 24upx 60upx;
       padding: 24upx 60upx;
       font-size: 32upx;
       font-size: 32upx;
       font-weight: 500;
       font-weight: 500;
-      box-shadow: 0 8upx 20upx rgba(102, 126, 234, 0.3);
+      box-shadow: 0 8upx 20upx rgba(255, 107, 107, 0.3);
       
       
       &:active {
       &:active {
-        box-shadow: 0 4upx 12upx rgba(102, 126, 234, 0.4);
+        box-shadow: 0 4upx 12upx rgba(255, 107, 107, 0.4);
       }
       }
     }
     }
   }
   }