From 55ff88a94a3e4c8e37abb5c56fed11d1efb3ec98 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E8=8A=8A=E9=87=8C?= <1227971437@qq.com>
Date: Wed, 7 Apr 2021 21:05:49 +0800
Subject: [PATCH] =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E6=A0=B7=E5=BC=8F=E8=B0=83?=
=?UTF-8?q?=E6=95=B4=E5=AE=8C=E6=88=90?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../uni-login-page/common/loginPage.css | 123 +++++++++++++++++
.../components/login-ikonw/login-ikonw.vue | 2 +-
.../uni-login-page/pages/index/index.vue | 116 +---------------
.../uni-login-page/pages/index/pwd-login.vue | 127 +-----------------
.../pages/index/pwd-retrieve.nvue | 110 ---------------
.../pages/index/pwd-retrieve.vue | 94 +++++++++++++
6 files changed, 220 insertions(+), 352 deletions(-)
create mode 100644 uni_modules/uni-login-page/common/loginPage.css
delete mode 100644 uni_modules/uni-login-page/pages/index/pwd-retrieve.nvue
create mode 100644 uni_modules/uni-login-page/pages/index/pwd-retrieve.vue
diff --git a/uni_modules/uni-login-page/common/loginPage.css b/uni_modules/uni-login-page/common/loginPage.css
new file mode 100644
index 00000000..a01b6b45
--- /dev/null
+++ b/uni_modules/uni-login-page/common/loginPage.css
@@ -0,0 +1,123 @@
+/* #ifndef APP-NVUE */
+page {
+ display: flex;
+ flex-direction: column;
+ flex: 1;
+ height: 100%;
+}
+
+/* #endif */
+.wrap {
+ /* #ifndef APP-NVUE */
+ display: flex;
+ /* #endif */
+ flex-direction: column;
+ flex: 1;
+ width: 750rpx;
+ background-color: #fff;
+}
+
+.wrap-content {
+ /* #ifndef APP-NVUE */
+ display: flex;
+ /* #endif */
+ flex: 1;
+ flex-direction: column;
+ justify-content: flex-start;
+ align-items: center;
+}
+
+.content {
+ /* #ifndef APP-NVUE */
+ display: flex;
+ /* #endif */
+ width: 630rpx;
+ flex-direction: column;
+}
+
+.content-top-title {
+ font-size: 32rpx;
+ font-weight: 600;
+ padding-top: 50rpx;
+}
+
+.hidden,
+page {
+ background-color: transparent;
+}
+
+.login-iknow {
+ padding-top: 24rpx;
+ padding-bottom: 48rpx;
+}
+
+.phone-input-box {
+ height: 85rpx;
+ background-color: #f9f9f9;
+ border-radius: 6rpx;
+ flex-direction: row;
+ flex-wrap: nowrap;
+ align-items: center;
+ justify-content: center;
+}
+
+.phone-area {
+ padding: 0 20rpx;
+ font-size: 30rpx;
+}
+
+.phone-input {
+ flex: 1;
+ border-left-width: 1px;
+ border-left-color: #d7d9d8;
+ padding: 0 20rpx;
+ font-size: 30rpx;
+}
+
+.tip-text {
+ padding-top: 20rpx;
+ padding-bottom: 36rpx;
+ color: #8a8f8b;
+ font-size: 26rpx;
+}
+
+.send-btn-box {
+ height: 85rpx;
+ background-color: #d8d8da;
+ margin-bottom: 50rpx;
+ /* #ifndef APP-NVUE */
+ display: flex;
+ /* #endif */
+ flex-direction: column;
+ width: 630rpx;
+ justify-content: center;
+ align-items: center;
+ border-radius: 6rpx;
+}
+
+.send-btn-text {
+ color: #fff;
+}
+
+.send-btn-active {
+ background-color: #007aff;
+}
+
+.auth-box {
+ width: 630rpx;
+ /* #ifndef APP-NVUE */
+ display: flex;
+ /* #endif */
+ flex-direction: row;
+ align-items: center;
+ justify-content: space-between;
+}
+
+.login-text {
+ color: #1c436e;
+ font-size: 26rpx;
+}
+
+.hover {
+ opacity: 0.8;
+}
diff --git a/uni_modules/uni-login-page/components/login-ikonw/login-ikonw.vue b/uni_modules/uni-login-page/components/login-ikonw/login-ikonw.vue
index f1ac3e0e..3b8ab116 100644
--- a/uni_modules/uni-login-page/components/login-ikonw/login-ikonw.vue
+++ b/uni_modules/uni-login-page/components/login-ikonw/login-ikonw.vue
@@ -19,7 +19,7 @@
},
link: {
type: Array,
- default: []
+ default: ()=>[]
}
},
data() {
diff --git a/uni_modules/uni-login-page/pages/index/index.vue b/uni_modules/uni-login-page/pages/index/index.vue
index 5a28b043..69fc009b 100644
--- a/uni_modules/uni-login-page/pages/index/index.vue
+++ b/uni_modules/uni-login-page/pages/index/index.vue
@@ -87,121 +87,7 @@
diff --git a/uni_modules/uni-login-page/pages/index/pwd-retrieve.vue b/uni_modules/uni-login-page/pages/index/pwd-retrieve.vue
new file mode 100644
index 00000000..58170f39
--- /dev/null
+++ b/uni_modules/uni-login-page/pages/index/pwd-retrieve.vue
@@ -0,0 +1,94 @@
+
+
+
+
+
+ 手机号密码登录
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 完成
+
+
+
+
+
+
+
+
+
--
GitLab