From b841f50caf4240348e60d3d40003eaf05116840f Mon Sep 17 00:00:00 2001
From: chenkun <3289431190@qq.com>
Date: Sun, 25 Aug 2024 22:20:49 +0800
Subject: [PATCH] =?UTF-8?q?=E4=B8=8A=E4=BC=A0=E6=B7=BB=E5=8A=A0=E9=93=B6?=
=?UTF-8?q?=E8=A1=8C=E5=8D=A1=E5=92=8C=E6=88=91=E7=9A=84=E9=92=B1=E5=8C=85?=
=?UTF-8?q?=E9=A1=B5=E9=9D=A2?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pages/mine/addBankCard.vue | 124 ++++++++++++++++++-----
pages/mine/purse.vue | 222 +++++++++++++++++++++++++++++++++++++++--
static/image/addBankCard/1.svg | 1 +
static/image/purse/1.svg | 1 +
4 files changed, 313 insertions(+), 35 deletions(-)
create mode 100644 static/image/addBankCard/1.svg
create mode 100644 static/image/purse/1.svg
diff --git a/pages/mine/addBankCard.vue b/pages/mine/addBankCard.vue
index d4f837a..492fc16 100644
--- a/pages/mine/addBankCard.vue
+++ b/pages/mine/addBankCard.vue
@@ -1,18 +1,41 @@
-
+
-
- 为保证您的资金安全,请绑定账户本人的银行卡
-
- 卡号
-
-
+
+
+
+
+
+ 卡号
+
+
+
+
+
+
+
+
+
+
+ 姓名
+
+
+
+ 身份证号
+
+
+
@@ -20,7 +43,18 @@
@@ -31,30 +65,70 @@ export default {
margin: 0;
padding: 0;
}
+.container {
+ padding: 16px;
-.addBankCard {
- padding: 20rpx;
-
- .addBankCard-title{
- color:#C6C7CB;
+ .header {
+ margin-bottom: 20px;
+ font-size: 14px;
+ color: #666;
}
- .addBankCard-container {
- display: flex;
- flex-direction: column;
- align-items: center;
- justify-content: flex-start;
- width: 100%;
+ .form-item {
+ margin-bottom: 20px;
+
+ .label {
+ font-size: 16px;
+ margin-bottom: 10px;
+ display: block;
+ }
+
+ .card-info {
+ display: flex;
+ justify-content: space-between;
+ align-items: center;
+
+ .camera-icon {
+ width: 24px;
+ height: 24px;
+
+ image {
+ width: 100%;
+ height: 100%;
+ }
+ }
+ }
+
+ .input {
+ width: 100%;
+ padding: 10px;
+ font-size: 16px;
+ border: 1px solid #e5e5e5;
+ border-radius: 4px;
+ }
}
- .cardNumberTitle {
+ .next-button {
+ position: fixed;
+ bottom: 20px; // 距离页面底部20px
+ left: 16px; // 与页面左边保持一定距离
+ right: 16px; // 与页面右边保持一定距离
+ background: $uni-linear-gradient-btn-color; // 按钮背景渐变
+ color: white; // 按钮文字颜色
+ text-align: center; // 文字居中
+ padding: 10px 0; // 内边距,增加按钮的高度
+ font-size: 18px; // 按钮文字大小
+ z-index: 1000; // 确保按钮位于其他内容的上方
display: flex;
- justify-content: space-between;
+ justify-content: center;
align-items: center;
- padding: 10rpx;
- width: 100%;
- height: 20%;
- box-sizing: border-box;
+ width: 50%;
+ height: 80rpx;
+ border-radius: 10rpx;
}
+
}
+
+
+
diff --git a/pages/mine/purse.vue b/pages/mine/purse.vue
index 6ba815e..52a45eb 100644
--- a/pages/mine/purse.vue
+++ b/pages/mine/purse.vue
@@ -1,19 +1,221 @@
-
- 我的钱包
-
+
+
+
+
+
+
+
+
+
+
+
+ ¥1240,045
+ 可提现金额
+
+
+
+ 今日收益
+ ¥1234
+
+
+ 累计收益
+ ¥1234
+
+
+ 已提现
+ ¥1234
+
+
+
+
+
+
+ 卡片记录
+
+
+
+
+
+
+
+
+ 6222021000000000018
+
+
+ 工商银行
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 收益记录
+
+
+
diff --git a/static/image/addBankCard/1.svg b/static/image/addBankCard/1.svg
new file mode 100644
index 0000000..0e25154
--- /dev/null
+++ b/static/image/addBankCard/1.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/image/purse/1.svg b/static/image/purse/1.svg
new file mode 100644
index 0000000..162147e
--- /dev/null
+++ b/static/image/purse/1.svg
@@ -0,0 +1 @@
+
\ No newline at end of file