From fc3ba7e04bd11af879b135b23daa6bcbfcb23643 Mon Sep 17 00:00:00 2001 From: chen-xin-zhi <3588068430@qq.com> Date: Thu, 29 May 2025 00:47:08 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E6=88=90=E7=AC=AC=E4=B8=80=E9=83=A8?= =?UTF-8?q?=E5=88=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app.json | 7 +- .../accountSetting/accountSetting.js | 6 +- .../accountSetting/accountSetting.wxml | 2 +- .../commissionSetting/commissionSetting.js | 6 +- .../commissionSetting/commissionSetting.wxml | 2 +- .../contactSuper/contactSuper.wxml | 21 ++- .../contactSuper/contactSuper.wxss | 30 ++-- pages/personCenter/mine/mine.wxml | 2 +- pages/personCenter/mine/mine.wxss | 6 +- pages/personCenter/resetPwd/resetPwd.js | 66 +++++++++ pages/personCenter/resetPwd/resetPwd.json | 3 + pages/personCenter/resetPwd/resetPwd.wxml | 13 ++ pages/personCenter/resetPwd/resetPwd.wxss | 63 ++++++++ .../subCommissionSetting.js | 3 +- .../subCommissionSetting.wxml | 55 ++++--- .../subCommissionSetting.wxss | 78 +++++----- pages/personCenter/withdrawal/withdrawal.wxss | 2 +- .../projectDetail/projectDetail.js | 2 +- pages/projectModule/settlement/settlement.js | 66 +++++++++ .../projectModule/settlement/settlement.json | 3 + .../projectModule/settlement/settlement.wxml | 41 ++++++ .../projectModule/settlement/settlement.wxss | 139 ++++++++++++++++++ .../subSettlement/subSettlement.js | 66 +++++++++ .../subSettlement/subSettlement.json | 3 + .../subSettlement/subSettlement.wxml | 41 ++++++ .../subSettlement/subSettlement.wxss | 139 ++++++++++++++++++ 26 files changed, 754 insertions(+), 111 deletions(-) create mode 100644 pages/personCenter/resetPwd/resetPwd.js create mode 100644 pages/personCenter/resetPwd/resetPwd.json create mode 100644 pages/personCenter/resetPwd/resetPwd.wxml create mode 100644 pages/personCenter/resetPwd/resetPwd.wxss create mode 100644 pages/projectModule/settlement/settlement.js create mode 100644 pages/projectModule/settlement/settlement.json create mode 100644 pages/projectModule/settlement/settlement.wxml create mode 100644 pages/projectModule/settlement/settlement.wxss create mode 100644 pages/projectModule/subSettlement/subSettlement.js create mode 100644 pages/projectModule/subSettlement/subSettlement.json create mode 100644 pages/projectModule/subSettlement/subSettlement.wxml create mode 100644 pages/projectModule/subSettlement/subSettlement.wxss diff --git a/app.json b/app.json index 0242c81..4ce6f2a 100644 --- a/app.json +++ b/app.json @@ -1,7 +1,11 @@ { "pages": [ "pages/personCenter/mine/mine", + "pages/projectModule/subSettlement/subSettlement", + "pages/projectModule/settlement/settlement", + "pages/personCenter/resetPwd/resetPwd", "pages/personCenter/subCommissionSetting/subCommissionSetting", + "pages/personCenter/commissionSetting/commissionSetting", "pages/loginModule/pwdLogin/pwdLogin", "pages/test/testVideo/testVideo", "pages/personCenter/withdrawal/withdrawal", @@ -17,8 +21,7 @@ "pages/loginModule/register/register", "pages/projectModule/applyCode/applyCode", "pages/projectModule/userProject/userProject", - "pages/loginModule/forgetPwd/forgetPwd", - "pages/personCenter/commissionSetting/commissionSetting" + "pages/loginModule/forgetPwd/forgetPwd" ], "window": { "navigationBarTextStyle": "black", diff --git a/pages/personCenter/accountSetting/accountSetting.js b/pages/personCenter/accountSetting/accountSetting.js index b64f51e..d434eac 100644 --- a/pages/personCenter/accountSetting/accountSetting.js +++ b/pages/personCenter/accountSetting/accountSetting.js @@ -7,7 +7,11 @@ Page({ data: { }, - + gotoResetPwd() { + wx.navigateTo({ + url: '/pages/personCenter/resetPwd/resetPwd', + }) + }, /** * 生命周期函数--监听页面加载 */ diff --git a/pages/personCenter/accountSetting/accountSetting.wxml b/pages/personCenter/accountSetting/accountSetting.wxml index e899f62..b40bff0 100644 --- a/pages/personCenter/accountSetting/accountSetting.wxml +++ b/pages/personCenter/accountSetting/accountSetting.wxml @@ -12,7 +12,7 @@ 平台服务 - + 修改密码 - + - - - - 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 1a38341..0e88045 100644 --- a/pages/personCenter/mine/mine.wxml +++ b/pages/personCenter/mine/mine.wxml @@ -12,12 +12,12 @@ 15214547473 + 邀请码:123445 - 邀请码:123445 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