From ecbdab9da9488cc58a1ac7064f9cffde4792fba4 Mon Sep 17 00:00:00 2001
From: k94314517 <8417338+k94314517@user.noreply.gitee.com>
Date: 星期五, 28 六月 2024 09:51:01 +0800
Subject: [PATCH] 代码初始化

---
 h5/pages/staffLogin/forgetPsd.vue |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/h5/pages/staffLogin/forgetPsd.vue b/h5/pages/staffLogin/forgetPsd.vue
index f36e4e3..d51d593 100644
--- a/h5/pages/staffLogin/forgetPsd.vue
+++ b/h5/pages/staffLogin/forgetPsd.vue
@@ -181,7 +181,7 @@
         height: 40rpx;
       }
       .captcha {
-        color: #279baa;
+        color: $uni-color-primary;
       }
       input {
         flex: 1;
@@ -198,7 +198,7 @@
     box-sizing: border-box;
     margin-top: 80rpx;
     .for_psd {
-      color: #279baa;
+      color: $uni-color-primary;
       margin-top: 40rpx;
       width: 140rpx;
       text-align: center;
@@ -207,12 +207,12 @@
     .login_btn_n {
       width: 100%;
       height: 98rpx;
-      background: #279baa;
+      background: $uni-color-primary;
       box-shadow: 0rpx 12rpx 24rpx 0rpx rgba(39, 155, 170, 0.2);
       display: flex;
       align-items: center;
       justify-content: center;
-      font-weight: 500;
+      font-weight: 600;
       font-size: 32rpx;
       color: #ffffff;
       border-radius: 50rpx;
@@ -225,7 +225,7 @@
     text-align: center;
     bottom: 108rpx;
     .deal {
-      color: #279baa;
+      color: $uni-color-primary;
     }
   }
 }

--
Gitblit v1.9.3