diff --git a/pages/personCenter/accountSetting/accountSetting.wxml b/pages/personCenter/accountSetting/accountSetting.wxml
index 921ec45..caf3d40 100644
--- a/pages/personCenter/accountSetting/accountSetting.wxml
+++ b/pages/personCenter/accountSetting/accountSetting.wxml
@@ -12,7 +12,7 @@
平台服务
-
+
修改密码
-
+
+
+
+
+
+
+
+
+ 作业码
+ 引导用户通过扫描此码来完成相应的任务
+
+
+
+ 点击二维码放大,长按保存
+
+ 复制推广链接
+
+
+
+
+
+
+
+
diff --git a/pages/personCenter/component/InvitationCodePop/InvitationCodePop.wxss b/pages/personCenter/component/InvitationCodePop/InvitationCodePop.wxss
new file mode 100644
index 0000000..d29b34e
--- /dev/null
+++ b/pages/personCenter/component/InvitationCodePop/InvitationCodePop.wxss
@@ -0,0 +1,110 @@
+@import "../../../app.wxss";
+
+.mt-23 {
+ margin-top: 53.57rpx;
+}
+.mt-19 {
+ margin-top: 44.25rpx;
+}
+.mt-21 {
+ margin-top: 48.91rpx;
+}
+
+/* 遮罩层样式,必须加,确保弹窗浮于上层并居中 */
+.promo-mask {
+ position: fixed;
+ left: 0; top: 0; right: 0; bottom: 0;
+ background: rgba(0,0,0,0.45); /* 比 0.5 更柔和 */
+ z-index: 9999;
+}
+
+/* 弹窗整体居中 */
+.page {
+ position: fixed;
+ top: 45%; left: 50%;
+ transform: translate(-50%, -50%);
+ z-index: 10000;
+ width: 600rpx; /* 推荐设置定宽,防止弹窗太大 */
+ max-width: 90vw;
+ padding-bottom: 0; /* 去掉原有多余 padding */
+ background-color: transparent;
+ overflow: visible;
+ border-radius: 32rpx;
+}
+
+/* 弹窗内部内容区域 */
+.section {
+ padding: 60rpx 40rpx 40rpx 40rpx; /* 优化内边距 */
+ background-color: #fff9e5;
+ border-radius: 32rpx;
+ box-shadow: 0 16rpx 64rpx 0 rgba(0,0,0,0.15);
+ position: relative;
+}
+
+.text {
+ color: #ff6f00;
+ font-size: 50rpx;
+ font-family: SourceHanSansCN;
+ line-height: 64rpx;
+ font-weight: bold;
+}
+.font {
+ font-size: 34rpx;
+ font-family: SourceHanSansCN;
+ line-height: 48rpx;
+}
+.text_2 {
+ color: #ff9800;
+ margin-top: 16rpx;
+ font-size: 26rpx;
+ text-align: center;
+}
+.group {
+ padding-left: 0;
+ padding-right: 0;
+ margin: 0 auto;
+ width: 100%;
+}
+.image {
+ width: 300rpx;
+ height: 300rpx;
+ margin: 40rpx auto 0;
+ border-radius: 16rpx;
+ box-shadow: 0 4rpx 24rpx rgba(255, 111, 0, 0.08);
+ background: #fff;
+ display: block;
+}
+.text_3 {
+ color: #000;
+ line-height: 40rpx;
+ margin-top: 16rpx;
+ font-size: 28rpx;
+ text-align: center;
+ width: 100%;
+}
+.text-wrapper {
+ margin: 32rpx auto 0;
+ padding: 22rpx 0;
+ background-color: #ffb300;
+ border-radius: 93.17rpx;
+ width: 280rpx;
+ text-align: center;
+ box-shadow: 0 4rpx 12rpx rgba(255,179,0,0.07);
+ cursor: pointer;
+}
+.text_4 {
+ color: #fff;
+ line-height: 36rpx;
+ font-size: 32rpx;
+ font-weight: bold;
+}
+
+/* 关闭按钮右下角浮动 */
+.image_2 {
+ width: 67.55rpx;
+ height: 67.55rpx;
+ position: absolute;
+ bottom: -100rpx;
+ z-index: 10100;
+ cursor: pointer;
+}
diff --git a/pages/personCenter/component/commissionPop/commissionPop.js b/pages/personCenter/component/commissionPop/commissionPop.js
new file mode 100644
index 0000000..80c93e0
--- /dev/null
+++ b/pages/personCenter/component/commissionPop/commissionPop.js
@@ -0,0 +1,24 @@
+// pages/personCenter/component/commissionPop/commissionPop.js
+Component({
+
+ /**
+ * 组件的属性列表
+ */
+ properties: {
+
+ },
+
+ /**
+ * 组件的初始数据
+ */
+ data: {
+
+ },
+
+ /**
+ * 组件的方法列表
+ */
+ methods: {
+
+ }
+})
\ No newline at end of file
diff --git a/pages/personCenter/component/commissionPop/commissionPop.json b/pages/personCenter/component/commissionPop/commissionPop.json
new file mode 100644
index 0000000..e8cfaaf
--- /dev/null
+++ b/pages/personCenter/component/commissionPop/commissionPop.json
@@ -0,0 +1,4 @@
+{
+ "component": true,
+ "usingComponents": {}
+}
\ No newline at end of file
diff --git a/pages/personCenter/component/commissionPop/commissionPop.wxml b/pages/personCenter/component/commissionPop/commissionPop.wxml
new file mode 100644
index 0000000..9583a56
--- /dev/null
+++ b/pages/personCenter/component/commissionPop/commissionPop.wxml
@@ -0,0 +1,16 @@
+
+ 一键设置
+
+
+
+ %
+
+
+ 注意:最高抽成比例
+ 5%
+
+
+ 确认设置
+
+
+
\ No newline at end of file
diff --git a/pages/personCenter/component/commissionPop/commissionPop.wxss b/pages/personCenter/component/commissionPop/commissionPop.wxss
new file mode 100644
index 0000000..ecf7a57
--- /dev/null
+++ b/pages/personCenter/component/commissionPop/commissionPop.wxss
@@ -0,0 +1,53 @@
+.mt-17 {
+ margin-top: 31.88rpx;
+}
+.section {
+ margin-left: 52.5rpx;
+ margin-right: 50.63rpx;
+ padding: 44.04rpx 38.44rpx 41.25rpx;
+ background-color: #ffffff;
+ border-radius: 18.75rpx;
+}
+.text {
+ color: #000000;
+ font-size: 30rpx;
+ font-family: SourceHanSansCN;
+ line-height: 27.84rpx;
+}
+.font {
+ font-size: 26.25rpx;
+ font-family: SourceHanSansCN;
+ color: #000000;
+}
+.text_2 {
+ line-height: 24.34rpx;
+}
+.text_3 {
+ margin-right: 9.28rpx;
+ line-height: 19.93rpx;
+}
+.group {
+ line-height: 21.06rpx;
+}
+.font_2 {
+ font-size: 22.5rpx;
+ font-family: SourceHanSansCN;
+ line-height: 21.06rpx;
+}
+.text_4 {
+ color: #000000;
+}
+.text_5 {
+ color: #ff5733;
+ line-height: 17.08rpx;
+}
+.text-wrapper {
+ padding: 20.85rpx 0 16.44rpx;
+ background-color: #ff8d1a;
+ border-radius: 93.75rpx;
+ width: 255rpx;
+}
+.text_6 {
+ color: #ffffff;
+ line-height: 20.83rpx;
+}
\ No newline at end of file
diff --git a/pages/personCenter/component/commissionRatePop/commissionRatePop.js b/pages/personCenter/component/commissionRatePop/commissionRatePop.js
new file mode 100644
index 0000000..e3e074e
--- /dev/null
+++ b/pages/personCenter/component/commissionRatePop/commissionRatePop.js
@@ -0,0 +1,24 @@
+// pages/personCenter/component/commissionRatePop/commissionRatePop.js
+Component({
+
+ /**
+ * 组件的属性列表
+ */
+ properties: {
+
+ },
+
+ /**
+ * 组件的初始数据
+ */
+ data: {
+
+ },
+
+ /**
+ * 组件的方法列表
+ */
+ methods: {
+
+ }
+})
\ No newline at end of file
diff --git a/pages/personCenter/component/commissionRatePop/commissionRatePop.json b/pages/personCenter/component/commissionRatePop/commissionRatePop.json
new file mode 100644
index 0000000..e8cfaaf
--- /dev/null
+++ b/pages/personCenter/component/commissionRatePop/commissionRatePop.json
@@ -0,0 +1,4 @@
+{
+ "component": true,
+ "usingComponents": {}
+}
\ No newline at end of file
diff --git a/pages/personCenter/component/commissionRatePop/commissionRatePop.wxml b/pages/personCenter/component/commissionRatePop/commissionRatePop.wxml
new file mode 100644
index 0000000..4427ff8
--- /dev/null
+++ b/pages/personCenter/component/commissionRatePop/commissionRatePop.wxml
@@ -0,0 +1,45 @@
+
+ 代理价设置
+
+
+ 我的价格0.30,我的抽成0.17元
+
+
+ 结算标准
+ 3.6元购买30元券包3.6元购买
+
+
+ 代理价
+
+
+
+
+
+ 抽成比例
+
+
+
+
+
+ 设价方式
+
+
+
+ 代理价
+
+
+
+ 抽成比例
+
+
+
+
+
+
+ 确定
+
+ 取消
+
+
+
+
\ No newline at end of file
diff --git a/pages/personCenter/component/commissionRatePop/commissionRatePop.wxss b/pages/personCenter/component/commissionRatePop/commissionRatePop.wxss
new file mode 100644
index 0000000..e2aad2e
--- /dev/null
+++ b/pages/personCenter/component/commissionRatePop/commissionRatePop.wxss
@@ -0,0 +1,118 @@
+.mt-13 {
+ margin-top: 24.38rpx;
+}
+.ml-7 {
+ margin-left: 13.13rpx;
+}
+.section {
+ margin-left: 52.5rpx;
+ margin-right: 50.63rpx;
+ padding: 29.06rpx 35.63rpx 26.25rpx;
+ background-color: #ffffff;
+ border-radius: 18.75rpx;
+}
+.font_2 {
+ font-size: 26.25rpx;
+ font-family: SourceHanSansCN;
+ line-height: 22.76rpx;
+ color: #000000;
+}
+.text_2 {
+ line-height: 24.96rpx;
+}
+.section_2 {
+ padding: 35.46rpx 59.23rpx 60rpx 81.17rpx;
+ background-color: #f5f5f5;
+ border-radius: 18.75rpx;
+}
+.text_4 {
+ line-height: 24.3rpx;
+}
+.text_3 {
+ line-height: 31.88rpx;
+ width: 223.13rpx;
+}
+.group {
+ margin-top: 46.41rpx;
+}
+.text_5 {
+ line-height: 24.41rpx;
+}
+.text-wrapper {
+ margin-right: 12.02rpx;
+ padding: 17.89rpx 0 13.73rpx;
+ background-color: #ffffff;
+ border-radius: 9.38rpx;
+ width: 211.88rpx;
+ height: 54.38rpx;
+}
+.text_6 {
+ margin-left: 16.5rpx;
+}
+.group_2 {
+ margin-top: 54.38rpx;
+}
+.text_7 {
+ line-height: 24.34rpx;
+}
+.text_8 {
+ margin-left: 18.38rpx;
+}
+.font {
+ font-size: 30rpx;
+ font-family: SourceHanSansCN;
+ line-height: 22.76rpx;
+ color: #000000;
+}
+.text {
+ line-height: 27.9rpx;
+}
+.group_3 {
+ margin-top: 45rpx;
+}
+.text_10 {
+ line-height: 24.52rpx;
+}
+.group_4 {
+ width: 223.31rpx;
+}
+.text_9 {
+ line-height: 24.41rpx;
+}
+.text_11 {
+ line-height: 24.34rpx;
+}
+.text-wrapper_2 {
+ padding: 20.76rpx 0 16.44rpx;
+ background-color: #ff8d1a;
+ border-radius: 93.75rpx;
+ width: 206.25rpx;
+}
+.font_3 {
+ font-size: 22.5rpx;
+ font-family: SourceHanSansCN;
+}
+.text_12 {
+ color: #ffffff;
+ line-height: 20.93rpx;
+}
+.text-wrapper_3 {
+ padding: 20.89rpx 0 16.52rpx;
+ background-color: #f5f5f5;
+ border-radius: 93.75rpx;
+ width: 206.25rpx;
+}
+.text_13 {
+ color: #424242;
+ line-height: 20.72rpx;
+}
+.radio .wx-radio-input {
+ border-radius: 50%;
+ width: 30rpx;
+ height: 30rpx;
+}
+.radio_1 .wx-radio-input {
+ border-radius: 50%;
+ width: 30rpx;
+ height: 30rpx;
+}
\ No newline at end of file
diff --git a/pages/personCenter/contactSuper/contactSuper.wxml b/pages/personCenter/contactSuper/contactSuper.wxml
index ac6f29e..853efb5 100644
--- a/pages/personCenter/contactSuper/contactSuper.wxml
+++ b/pages/personCenter/contactSuper/contactSuper.wxml
@@ -1,18 +1,17 @@
-
-
-
- cy
- 微信号
- 联系电话 15123967648
+
+
+ CHENXINZHI
+
+ 联系电话 15123967648
+
-
diff --git a/pages/personCenter/contactSuper/contactSuper.wxss b/pages/personCenter/contactSuper/contactSuper.wxss
index 4322b90..2ff15af 100644
--- a/pages/personCenter/contactSuper/contactSuper.wxss
+++ b/pages/personCenter/contactSuper/contactSuper.wxss
@@ -1,3 +1,6 @@
+.mt-53 {
+ margin-top: 99.38rpx;
+}
.ml-21 {
margin-left: 39.38rpx;
}
@@ -11,33 +14,28 @@
}
.section {
margin: 0 41.25rpx;
- padding: 33.75rpx 30rpx 60rpx;
+ padding: 45rpx 33.75rpx 33.75rpx;
background-color: #ffead4;
border-radius: 14.1rpx;
}
-.group {
- width: 248.04rpx;
-}
-.font {
- font-size: 26.25rpx;
- font-family: SourceHanSansCN;
- color: #000000;
-}
.text {
- line-height: 20.76rpx;
+ color: #000000;
+ font-size: 30rpx;
+ font-family: SourceHanSansCN;
+ line-height: 22.76rpx;
}
.text_2 {
- line-height: 24.23rpx;
-}
-.text_3 {
+ color: #000000;
+ font-size: 26.25rpx;
+ font-family: SourceHanSansCN;
line-height: 31.88rpx;
}
.image_2 {
- width: 30rpx;
- height: 30rpx;
+ width: 27.5rpx;
+ height: 27.5rpx;
}
.image {
- margin-right: 11.25rpx;
+ margin-top: 11.25rpx;
width: 121.88rpx;
height: 121.88rpx;
}
\ No newline at end of file
diff --git a/pages/personCenter/mine/mine.wxml b/pages/personCenter/mine/mine.wxml
index a83989e..1aa227a 100644
--- a/pages/personCenter/mine/mine.wxml
+++ b/pages/personCenter/mine/mine.wxml
@@ -2,22 +2,23 @@
- {{ nickName }}
+ qingcheng
- {{ phoneNumber }}
+ 15214547473
+ 邀请码:123445
- 邀请码:{{ invitationCode }}
+ 邀请码:123445
@@ -33,7 +34,7 @@
当前金额:
- ¥{{ currentBalance }}
+ ¥5.00
提现中
- ¥{{ withdrawalAmount }}
+ ¥0.00
已提现
- ¥{{ withdrawnAmount }}
+ ¥0.00
累计收入
- ¥{{ totalIncome }}
+ ¥0.00
diff --git a/pages/personCenter/mine/mine.wxss b/pages/personCenter/mine/mine.wxss
index e56eba6..af09718 100644
--- a/pages/personCenter/mine/mine.wxss
+++ b/pages/personCenter/mine/mine.wxss
@@ -57,14 +57,14 @@
line-height: 17.08rpx;
}
.section_2 {
- padding: 10.5rpx 23.13rpx 10.5rpx 14.03rpx;
+ padding: 10.5rpx 14.03rpx 10.5rpx 14.03rpx;
background-color: #fff6de;
border-radius: 31.26rpx;
}
.image_4 {
- margin-left: 169.72rpx;
width: 24.38rpx;
height: 24.38rpx;
+ margin-left: 10rpx;
}
.font_3 {
font-size: 22.5rpx;
@@ -73,8 +73,6 @@
color: #ff8d1a;
}
.text_3 {
- margin-left: -194.1rpx;
- margin-right: 21.6rpx;
line-height: 20.68rpx;
}
.image_2 {
diff --git a/pages/personCenter/resetPwd/resetPwd.js b/pages/personCenter/resetPwd/resetPwd.js
new file mode 100644
index 0000000..e8d04cd
--- /dev/null
+++ b/pages/personCenter/resetPwd/resetPwd.js
@@ -0,0 +1,66 @@
+// pages/personCenter/resetPwd/resetPwd.js
+Page({
+
+ /**
+ * 页面的初始数据
+ */
+ data: {
+
+ },
+
+ /**
+ * 生命周期函数--监听页面加载
+ */
+ onLoad(options) {
+
+ },
+
+ /**
+ * 生命周期函数--监听页面初次渲染完成
+ */
+ onReady() {
+
+ },
+
+ /**
+ * 生命周期函数--监听页面显示
+ */
+ onShow() {
+
+ },
+
+ /**
+ * 生命周期函数--监听页面隐藏
+ */
+ onHide() {
+
+ },
+
+ /**
+ * 生命周期函数--监听页面卸载
+ */
+ onUnload() {
+
+ },
+
+ /**
+ * 页面相关事件处理函数--监听用户下拉动作
+ */
+ onPullDownRefresh() {
+
+ },
+
+ /**
+ * 页面上拉触底事件的处理函数
+ */
+ onReachBottom() {
+
+ },
+
+ /**
+ * 用户点击右上角分享
+ */
+ onShareAppMessage() {
+
+ }
+})
\ No newline at end of file
diff --git a/pages/personCenter/resetPwd/resetPwd.json b/pages/personCenter/resetPwd/resetPwd.json
new file mode 100644
index 0000000..8835af0
--- /dev/null
+++ b/pages/personCenter/resetPwd/resetPwd.json
@@ -0,0 +1,3 @@
+{
+ "usingComponents": {}
+}
\ No newline at end of file
diff --git a/pages/personCenter/resetPwd/resetPwd.wxml b/pages/personCenter/resetPwd/resetPwd.wxml
new file mode 100644
index 0000000..bb9b943
--- /dev/null
+++ b/pages/personCenter/resetPwd/resetPwd.wxml
@@ -0,0 +1,13 @@
+
+
+ 15888610253
+
+
+ 获取验证码
+
+
+
+
+
+ 重置密码
+
\ No newline at end of file
diff --git a/pages/personCenter/resetPwd/resetPwd.wxss b/pages/personCenter/resetPwd/resetPwd.wxss
new file mode 100644
index 0000000..9e34c39
--- /dev/null
+++ b/pages/personCenter/resetPwd/resetPwd.wxss
@@ -0,0 +1,63 @@
+.page {
+ padding: 68.7rpx 47.71rpx 977.1rpx 47.71rpx;
+ background-image: linear-gradient(180deg, #ffa64d 0%, #f5f5f5 30.1%);
+ width: 100%;
+ overflow-y: auto;
+ overflow-x: hidden;
+ height: 100%;
+}
+.section {
+ padding: 42.06rpx 32.44rpx 31.89rpx 32.44rpx;
+ background-color: #ffffff;
+ border-radius: 19.08rpx;
+}
+.group {
+ margin-top: 28.28rpx;
+ padding: 29.43rpx 0 26.18rpx;
+ border-top: solid 1.91rpx #e3e3e3;
+ border-bottom: solid 1.91rpx #e3e3e3;
+}
+.text_1 {
+ align-self: flex-start;
+ margin-top: 31.26rpx;
+}
+.divider {
+ margin-top: 28.19rpx;
+ background-color: #e3e3e3;
+ height: 1.91rpx;
+}
+.text_8 {
+ align-self: flex-start;
+ margin-top: 27.44rpx;
+}
+.font {
+ font-size: 30.53rpx;
+ font-family: SourceHanSansCN;
+ line-height: 28.34rpx;
+ color: #8c8c8c;
+}
+.text_3 {
+ color: #ff8d1a;
+ line-height: 28.36rpx;
+}
+.text_2 {
+ line-height: 28.13rpx;
+}
+.text {
+ margin-left: 2.69rpx;
+ color: #000000;
+ line-height: 23.17rpx;
+}
+.text_4 {
+ line-height: 28.45rpx;
+}
+.text-wrapper {
+ margin-left: 45.8rpx;
+ margin-right: 43.89rpx;
+ padding: 24.58rpx 0 19.6rpx;
+ background-color: #ff8d1a;
+ border-radius: 67.46rpx;
+}
+.text_5 {
+ color: #ffffff;
+}
\ No newline at end of file
diff --git a/pages/personCenter/subCommissionSetting/subCommissionSetting.js b/pages/personCenter/subCommissionSetting/subCommissionSetting.js
index 414ca02..116d883 100644
--- a/pages/personCenter/subCommissionSetting/subCommissionSetting.js
+++ b/pages/personCenter/subCommissionSetting/subCommissionSetting.js
@@ -5,7 +5,8 @@ Page({
* 页面的初始数据
*/
data: {
- items: [null, null, null, null, null, null, null],
+ items_1: [null, null, null],
+ items: [null, null],
},
/**
diff --git a/pages/personCenter/subCommissionSetting/subCommissionSetting.wxml b/pages/personCenter/subCommissionSetting/subCommissionSetting.wxml
index c86ff9a..bfd8465 100644
--- a/pages/personCenter/subCommissionSetting/subCommissionSetting.wxml
+++ b/pages/personCenter/subCommissionSetting/subCommissionSetting.wxml
@@ -1,5 +1,5 @@
-
+
代理列表
-
-
- 结算标准
- 3.6元购买30元券包3.6元购买30元券包3.6元购买30元券包
-
-
-
- 代理
- 代理单价/比例
- 设置价格
-
-
-
- 张新然张新然
- 0.30/0.00%
-
-
- 设价
+
+
+ 结算标准:张新然
+
+
+ 结算标准
+ 代理单价/比例
+ 设置价格
+
+
+
+ 3.6元购买30元
+ 0.30/0.00%
+
+
+ 设价
+
diff --git a/pages/personCenter/subCommissionSetting/subCommissionSetting.wxss b/pages/personCenter/subCommissionSetting/subCommissionSetting.wxss
index c39544f..ba0d66a 100644
--- a/pages/personCenter/subCommissionSetting/subCommissionSetting.wxss
+++ b/pages/personCenter/subCommissionSetting/subCommissionSetting.wxss
@@ -1,20 +1,26 @@
.ml-7 {
margin-left: 13.13rpx;
}
+.mt-23 {
+ margin-top: 43.13rpx;
+}
+.mt-17 {
+ margin-top: 31.88rpx;
+}
.mt-19 {
margin-top: 35.63rpx;
}
+.mt-13 {
+ margin-top: 24.38rpx;
+}
.page {
- padding: 0 24.38rpx 1028.44rpx;
+ padding: 39.38rpx 24.38rpx 510rpx;
background-image: linear-gradient(180deg, #ff8d1a -7.3%, #f5f5f5 39.3%);
width: 100%;
overflow-y: auto;
overflow-x: hidden;
height: 100%;
}
-.group {
- padding: 39.38rpx 0 30rpx;
-}
.font {
font-size: 30rpx;
font-family: SourceHanSansCN;
@@ -38,14 +44,13 @@
color: #999999;
line-height: 27.96rpx;
}
-.section_2 {
- padding: 0 30rpx 45rpx 31.88rpx;
+.list-item_1 {
+ padding: 37.93rpx 30rpx 35.63rpx 31.88rpx;
background-color: #ffffff;
border-radius: 18.75rpx;
}
-.group_2 {
- margin-right: 2.98rpx;
- padding: 37.33rpx 0 24.04rpx;
+.list-item_1:first-child {
+ margin-top: 0;
}
.font_2 {
font-size: 26.25rpx;
@@ -54,46 +59,27 @@
color: #000000;
}
.text_3 {
- line-height: 24.3rpx;
-}
-.font_3 {
- font-size: 26.25rpx;
- font-family: SourceHanSansCN;
- line-height: 31.88rpx;
- color: #000000;
+ line-height: 24.49rpx;
}
.section_3 {
- padding: 40.22rpx 31.69rpx 27.86rpx 34.82rpx;
+ padding: 40.14rpx 31.69rpx 25.61rpx 34.52rpx;
background-color: #f5f5f5;
border-radius: 10.05rpx;
}
-.group_3 {
- padding-left: 25.73rpx;
-}
-.font_4 {
+.font_3 {
font-size: 26.25rpx;
font-family: SourceHanSansCN;
line-height: 24.41rpx;
color: #6b6b6b;
}
.text_4 {
- line-height: 23.87rpx;
+ line-height: 24.3rpx;
}
-.pos {
- position: absolute;
- left: 25.73rpx;
- top: 50%;
- transform: translateY(-50%);
-}
-.text_5 {
- color: #707070;
+.font_4 {
+ font-size: 26.25rpx;
+ font-family: SourceHanSansCN;
line-height: 26.79rpx;
-}
-.pos_2 {
- position: absolute;
- right: 0;
- top: 50%;
- transform: translateY(-50%);
+ color: #707070;
}
.list-item {
margin-right: 18.94rpx;
@@ -101,13 +87,21 @@
.list-item:first-child {
margin-top: 0;
}
-.text_6 {
- width: 105rpx;
+.font_5 {
+ font-size: 26.25rpx;
+ font-family: SourceHanSansCN;
+ line-height: 31.88rpx;
+ color: #000000;
}
-.text_9 {
+.text_5 {
+ width: 114.38rpx;
+}
+.text_8 {
+ margin-left: 111.79rpx;
line-height: 25.54rpx;
}
-.group_5 {
+.group_2 {
+ margin-left: 149.81rpx;
width: 75.75rpx;
}
.image_2 {
@@ -115,12 +109,12 @@
width: 24.38rpx;
height: 24.38rpx;
}
-.font_5 {
+.font_6 {
font-size: 26.25rpx;
font-family: SourceHanSansCN;
line-height: 24.41rpx;
color: #ff8d1a;
}
-.text_8 {
+.text_7 {
margin-left: -75.75rpx;
}
\ No newline at end of file
diff --git a/pages/personCenter/withdrawal/withdrawal.wxss b/pages/personCenter/withdrawal/withdrawal.wxss
index f8556b7..5cd73e3 100644
--- a/pages/personCenter/withdrawal/withdrawal.wxss
+++ b/pages/personCenter/withdrawal/withdrawal.wxss
@@ -9,7 +9,7 @@
}
.page {
padding: 62.98rpx 32.44rpx 778.63rpx 34.35rpx;
- background-image: linear-gradient(180deg, #ffa64d 0%, #f5f5f500 30.1%);
+ background-image: linear-gradient(180deg, #ffa64d 0%, #f5f5f5 30.1%);
width: 100%;
overflow-y: auto;
overflow-x: hidden;
diff --git a/pages/projectModule/projectDetail/projectDetail.js b/pages/projectModule/projectDetail/projectDetail.js
index 81ab319..5b41ce0 100644
--- a/pages/projectModule/projectDetail/projectDetail.js
+++ b/pages/projectModule/projectDetail/projectDetail.js
@@ -85,7 +85,7 @@ Page({
// “结算明细”跳转
goToSettlementDetail() {
wx.navigateTo({
- url: '/pages/settlementDetail/settlementDetail' // 替换为你的页面路径
+ url: '/pages/projectModule/subSettlement/subSettlement' // 替换为你的页面路径
});
},
diff --git a/pages/projectModule/settlement/settlement.js b/pages/projectModule/settlement/settlement.js
new file mode 100644
index 0000000..b63aabc
--- /dev/null
+++ b/pages/projectModule/settlement/settlement.js
@@ -0,0 +1,66 @@
+// pages/projectModule/settlement/settlement.js
+Page({
+
+ /**
+ * 页面的初始数据
+ */
+ data: {
+ items: [null, null],
+ },
+
+ /**
+ * 生命周期函数--监听页面加载
+ */
+ onLoad(options) {
+
+ },
+
+ /**
+ * 生命周期函数--监听页面初次渲染完成
+ */
+ onReady() {
+
+ },
+
+ /**
+ * 生命周期函数--监听页面显示
+ */
+ onShow() {
+
+ },
+
+ /**
+ * 生命周期函数--监听页面隐藏
+ */
+ onHide() {
+
+ },
+
+ /**
+ * 生命周期函数--监听页面卸载
+ */
+ onUnload() {
+
+ },
+
+ /**
+ * 页面相关事件处理函数--监听用户下拉动作
+ */
+ onPullDownRefresh() {
+
+ },
+
+ /**
+ * 页面上拉触底事件的处理函数
+ */
+ onReachBottom() {
+
+ },
+
+ /**
+ * 用户点击右上角分享
+ */
+ onShareAppMessage() {
+
+ }
+})
\ No newline at end of file
diff --git a/pages/projectModule/settlement/settlement.json b/pages/projectModule/settlement/settlement.json
new file mode 100644
index 0000000..8835af0
--- /dev/null
+++ b/pages/projectModule/settlement/settlement.json
@@ -0,0 +1,3 @@
+{
+ "usingComponents": {}
+}
\ No newline at end of file
diff --git a/pages/projectModule/settlement/settlement.wxml b/pages/projectModule/settlement/settlement.wxml
new file mode 100644
index 0000000..974ba6c
--- /dev/null
+++ b/pages/projectModule/settlement/settlement.wxml
@@ -0,0 +1,41 @@
+
+ 项目:饿了么-超吃卡
+
+
+
+
+
+ 美团神券包-春季活动
+
+ 业务员:陈新知
+
+
+
+ 结算标准
+ 结算数量
+ 结算收益
+
+
+
+ 3.6元购买券
+ 10
+ ¥3.00
+
+
+
+
+
+ 作业时间:
+ 2025-05-20
+
+
+ 结算时间:
+ 2025-05-22
+
+
+
+
+
\ No newline at end of file
diff --git a/pages/projectModule/settlement/settlement.wxss b/pages/projectModule/settlement/settlement.wxss
new file mode 100644
index 0000000..6b75937
--- /dev/null
+++ b/pages/projectModule/settlement/settlement.wxss
@@ -0,0 +1,139 @@
+.mt-11 {
+ margin-top: 20.63rpx;
+}
+.ml-21 {
+ margin-left: 39.38rpx;
+}
+.ml-47 {
+ margin-left: 88.13rpx;
+}
+.page {
+ padding: 50.63rpx 24.38rpx 608.44rpx;
+ background-image: linear-gradient(180deg, #ff8d1a -7.3%, #f5f5f5 39.3%);
+ width: 100%;
+ overflow-y: auto;
+ overflow-x: hidden;
+ height: 100%;
+}
+.text-wrapper {
+ padding: 59.94rpx 0 54.69rpx;
+ background-color: #ffffff;
+ border-radius: 18.75rpx;
+}
+.text {
+ margin-left: 32.63rpx;
+ color: #000000;
+ font-size: 30rpx;
+ font-family: SourceHanSansCN;
+ line-height: 27.86rpx;
+}
+.list-item {
+ padding-left: 31.88rpx;
+ padding-right: 24.68rpx;
+ background-color: #ffffff;
+ border-radius: 18.75rpx;
+}
+.list-item:first-child {
+ margin-top: 0;
+}
+.group {
+ padding: 30rpx 0 26.25rpx;
+}
+.image {
+ width: 108.75rpx;
+ height: 108.75rpx;
+}
+.font {
+ font-size: 26.25rpx;
+ font-family: SourceHanSansCN;
+ line-height: 24.3rpx;
+ color: #000000;
+}
+.text_2 {
+ line-height: 24.52rpx;
+}
+.text_3 {
+ line-height: 24.47rpx;
+}
+.section {
+ margin-right: 5.32rpx;
+ padding: 36.39rpx 19.5rpx 16.88rpx 35.63rpx;
+ background-color: #f5f5f5;
+ border-radius: 10.28rpx;
+}
+.font_2 {
+ font-size: 26.25rpx;
+ font-family: SourceHanSansCN;
+ line-height: 24.3rpx;
+ color: #6b6b6b;
+}
+.text_4 {
+ line-height: 24.36rpx;
+}
+.text_5 {
+ margin-right: 9.71rpx;
+}
+.group_2 {
+ margin-right: 14.27rpx;
+}
+.section_2 {
+ padding: 39rpx 0 36.69rpx;
+ display: flex;
+ justify-content: space-between;
+ background-color: #ffffff00;
+}
+.font_3 {
+ font-size: 26.25rpx;
+ font-family: SourceHanSansCN;
+ line-height: 31.88rpx;
+ color: #000000;
+}
+.text_6 {
+ width: 103.13rpx;
+}
+.pos {
+ /* position: absolute;
+ left: 0.99rpx;
+ top: 50%;
+ transform: translateY(-50%); */
+}
+.font_4 {
+ font-size: 26.25rpx;
+ font-family: SourceHanSansCN;
+ line-height: 19.93rpx;
+ color: #000000;
+}
+.font_5 {
+ font-size: 26.25rpx;
+ font-family: SourceHanSansCN;
+ line-height: 19.93rpx;
+ color: #ff8d1a;
+}
+.pos_2 {
+ /* position: absolute;
+ right: -14.23rpx;
+ top: 50%;
+ transform: translateY(-50%); */
+}
+.group_1 {
+ display: flex;
+ justify-content: space-between;
+ padding: 33.32rpx 0 34.26rpx;
+}
+.group_3 {
+ line-height: 24.04rpx;
+ height: 24.04rpx;
+}
+.font_6 {
+ font-size: 26.25rpx;
+ font-family: SourceHanSansCN;
+ line-height: 24.3rpx;
+ color: #808080;
+}
+.text_7 {
+ line-height: 24.04rpx;
+}
+.group_4 {
+ line-height: 24.3rpx;
+ height: 24.3rpx;
+}
\ No newline at end of file
diff --git a/pages/projectModule/subSettlement/subSettlement.js b/pages/projectModule/subSettlement/subSettlement.js
new file mode 100644
index 0000000..b63aabc
--- /dev/null
+++ b/pages/projectModule/subSettlement/subSettlement.js
@@ -0,0 +1,66 @@
+// pages/projectModule/settlement/settlement.js
+Page({
+
+ /**
+ * 页面的初始数据
+ */
+ data: {
+ items: [null, null],
+ },
+
+ /**
+ * 生命周期函数--监听页面加载
+ */
+ onLoad(options) {
+
+ },
+
+ /**
+ * 生命周期函数--监听页面初次渲染完成
+ */
+ onReady() {
+
+ },
+
+ /**
+ * 生命周期函数--监听页面显示
+ */
+ onShow() {
+
+ },
+
+ /**
+ * 生命周期函数--监听页面隐藏
+ */
+ onHide() {
+
+ },
+
+ /**
+ * 生命周期函数--监听页面卸载
+ */
+ onUnload() {
+
+ },
+
+ /**
+ * 页面相关事件处理函数--监听用户下拉动作
+ */
+ onPullDownRefresh() {
+
+ },
+
+ /**
+ * 页面上拉触底事件的处理函数
+ */
+ onReachBottom() {
+
+ },
+
+ /**
+ * 用户点击右上角分享
+ */
+ onShareAppMessage() {
+
+ }
+})
\ No newline at end of file
diff --git a/pages/projectModule/subSettlement/subSettlement.json b/pages/projectModule/subSettlement/subSettlement.json
new file mode 100644
index 0000000..8835af0
--- /dev/null
+++ b/pages/projectModule/subSettlement/subSettlement.json
@@ -0,0 +1,3 @@
+{
+ "usingComponents": {}
+}
\ No newline at end of file
diff --git a/pages/projectModule/subSettlement/subSettlement.wxml b/pages/projectModule/subSettlement/subSettlement.wxml
new file mode 100644
index 0000000..80f9a22
--- /dev/null
+++ b/pages/projectModule/subSettlement/subSettlement.wxml
@@ -0,0 +1,41 @@
+
+ 业务员:陈新知
+
+
+
+
+
+ 美团神券包-春季活动
+
+ 业务员:陈新知
+
+
+
+ 结算标准
+ 结算数量
+ 结算收益
+
+
+
+ 3.6元购买券
+ 10
+ ¥3.00
+
+
+
+
+
+ 作业时间:
+ 2025-05-20
+
+
+ 结算时间:
+ 2025-05-22
+
+
+
+
+
\ No newline at end of file
diff --git a/pages/projectModule/subSettlement/subSettlement.wxss b/pages/projectModule/subSettlement/subSettlement.wxss
new file mode 100644
index 0000000..6b75937
--- /dev/null
+++ b/pages/projectModule/subSettlement/subSettlement.wxss
@@ -0,0 +1,139 @@
+.mt-11 {
+ margin-top: 20.63rpx;
+}
+.ml-21 {
+ margin-left: 39.38rpx;
+}
+.ml-47 {
+ margin-left: 88.13rpx;
+}
+.page {
+ padding: 50.63rpx 24.38rpx 608.44rpx;
+ background-image: linear-gradient(180deg, #ff8d1a -7.3%, #f5f5f5 39.3%);
+ width: 100%;
+ overflow-y: auto;
+ overflow-x: hidden;
+ height: 100%;
+}
+.text-wrapper {
+ padding: 59.94rpx 0 54.69rpx;
+ background-color: #ffffff;
+ border-radius: 18.75rpx;
+}
+.text {
+ margin-left: 32.63rpx;
+ color: #000000;
+ font-size: 30rpx;
+ font-family: SourceHanSansCN;
+ line-height: 27.86rpx;
+}
+.list-item {
+ padding-left: 31.88rpx;
+ padding-right: 24.68rpx;
+ background-color: #ffffff;
+ border-radius: 18.75rpx;
+}
+.list-item:first-child {
+ margin-top: 0;
+}
+.group {
+ padding: 30rpx 0 26.25rpx;
+}
+.image {
+ width: 108.75rpx;
+ height: 108.75rpx;
+}
+.font {
+ font-size: 26.25rpx;
+ font-family: SourceHanSansCN;
+ line-height: 24.3rpx;
+ color: #000000;
+}
+.text_2 {
+ line-height: 24.52rpx;
+}
+.text_3 {
+ line-height: 24.47rpx;
+}
+.section {
+ margin-right: 5.32rpx;
+ padding: 36.39rpx 19.5rpx 16.88rpx 35.63rpx;
+ background-color: #f5f5f5;
+ border-radius: 10.28rpx;
+}
+.font_2 {
+ font-size: 26.25rpx;
+ font-family: SourceHanSansCN;
+ line-height: 24.3rpx;
+ color: #6b6b6b;
+}
+.text_4 {
+ line-height: 24.36rpx;
+}
+.text_5 {
+ margin-right: 9.71rpx;
+}
+.group_2 {
+ margin-right: 14.27rpx;
+}
+.section_2 {
+ padding: 39rpx 0 36.69rpx;
+ display: flex;
+ justify-content: space-between;
+ background-color: #ffffff00;
+}
+.font_3 {
+ font-size: 26.25rpx;
+ font-family: SourceHanSansCN;
+ line-height: 31.88rpx;
+ color: #000000;
+}
+.text_6 {
+ width: 103.13rpx;
+}
+.pos {
+ /* position: absolute;
+ left: 0.99rpx;
+ top: 50%;
+ transform: translateY(-50%); */
+}
+.font_4 {
+ font-size: 26.25rpx;
+ font-family: SourceHanSansCN;
+ line-height: 19.93rpx;
+ color: #000000;
+}
+.font_5 {
+ font-size: 26.25rpx;
+ font-family: SourceHanSansCN;
+ line-height: 19.93rpx;
+ color: #ff8d1a;
+}
+.pos_2 {
+ /* position: absolute;
+ right: -14.23rpx;
+ top: 50%;
+ transform: translateY(-50%); */
+}
+.group_1 {
+ display: flex;
+ justify-content: space-between;
+ padding: 33.32rpx 0 34.26rpx;
+}
+.group_3 {
+ line-height: 24.04rpx;
+ height: 24.04rpx;
+}
+.font_6 {
+ font-size: 26.25rpx;
+ font-family: SourceHanSansCN;
+ line-height: 24.3rpx;
+ color: #808080;
+}
+.text_7 {
+ line-height: 24.04rpx;
+}
+.group_4 {
+ line-height: 24.3rpx;
+ height: 24.3rpx;
+}
\ No newline at end of file