From 55392884c6681fb696ee70a56a323b5b77328ff1 Mon Sep 17 00:00:00 2001 From: whyneedname <542399163@qq.com> Date: Sat, 15 Oct 2022 18:34:48 +0800 Subject: [PATCH] =?UTF-8?q?=E7=AD=BE=E5=88=B0;=E7=AD=BE=E5=88=B0=E8=AE=B0?= =?UTF-8?q?=E5=BD=95;=E7=94=B3=E8=AF=B7=E5=94=AE=E5=90=8E;=E5=94=AE?= =?UTF-8?q?=E5=90=8E=E5=88=97=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/css/style.css | 102 +++++------ assets/css/style.less | 142 +++++++++------ pages.json | 9 +- pages/order/GoodsReturn/index.vue | 167 ++++++++++++++++-- pages/order/MyOrder/index.vue | 7 +- pages/order/OrderDetails/index.vue | 5 +- pages/order/OrderReturnDetail/index.vue | 116 ++++++++++++- pages/order/ReturnList/index.vue | 3 + pages/order/ReturnList/listItem.vue | 220 ++++++++++++++++-------- pages/user/User/index.vue | 2 +- pages/user/signIn/Sign/index.vue | 17 +- pages/user/signIn/SignRecord/index.vue | 37 +++- 12 files changed, 611 insertions(+), 216 deletions(-) diff --git a/assets/css/style.css b/assets/css/style.css index 11b21c1..2e10354 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -3649,70 +3649,70 @@ page { } /*签到记录、账单明细列表*/ .sign-record .list .item .data { + font-size: 30rpx; + font-family: PingFang SC; + font-weight: 600; + color: #3A3A3C; + padding: 0rpx 32rpx; height: 80rpx; line-height: 80rpx; - padding: 0 30rpx; - font-size: 24rpx; - color: #666; } .sign-record .list .item .listn { - background-color: #fff; - font-size: 24rpx; - color: #999; + margin: 0rpx 32rpx; + background: #F5F6F8; + box-shadow: 0rpx 10rpx 16rpx 0rpx rgba(0, 0, 0, 0.15); + border-radius: 16rpx; + font-size: 20rpx; + font-family: 'PingFang SC'; + font-weight: 500; + color: #999999; + line-height: 24rpx; } .sign-record .list .item .listn .itemn { - height: 120rpx; - border-bottom: 1px solid #eee; - padding-right: 30rpx; - margin-left: 30rpx; + height: 100rpx; + border-bottom: 2rpx solid #D8D8D8; + padding: 0rpx 30rpx; } .sign-record .list .item .listn .itemn .name { width: 390rpx; - font-size: 28rpx; - color: #282828; - margin-bottom: 6rpx; + font-size: 24rpx; + font-weight: 500; + color: #3A3A3C; + line-height: 26rpx; + padding-bottom: 2rpx; } .sign-record .list .item .listn .itemn .num { - font-size: 36rpx; - font-family: 'GuildfordProBook 5'; - color: #16ac57; + font-size: 24rpx; + font-family: 'PingFang SC'; + font-weight: 600; + color: #3A3A3C; + line-height: 26rpx; } /*申请退货*/ .apply-return .list { - background-color: #fff; - margin-top: 18rpx; + margin: 20rpx 32rpx 46rpx; + padding: 24rpx 20rpx 0rpx; + background: #F5F6F8; + box-shadow: 0rpx 10rpx 16rpx 0rpx rgba(0, 0, 0, 0.15); + border-radius: 16rpx; } .apply-return .list .item { - margin-left: 30rpx; - padding-right: 30rpx; - min-height: 90rpx; - border-bottom: 1px solid #eee; + padding-bottom: 24rpx; font-size: 30rpx; - color: #333; + font-family: 'PingFang SC'; + font-weight: 600; + color: #3A3A3C; + line-height: 42rpx; } .apply-return .list .item .num { - color: #282828; - flex: 1; - text-align: right; - position: relative; -} -.apply-return .list .item .num .picker { - text-align: right; -} -.apply-return .list .item .num .iconfont { - color: #666; - font-size: 30rpx; - position: absolute; - right: 0; - top: 50%; - transform: translateY(-50%); -} -.apply-return .list .item.textarea { - padding: 30rpx 30rpx 30rpx 0; + font-size: 26rpx; + font-weight: 500; + color: #999999; + line-height: 38rpx; } .apply-return .list .item textarea { - height: 100rpx; - font-size: 30rpx; + width: 582rpx; + height: 110rpx; } .apply-return .list .item textarea::placeholder { color: #bbb; @@ -3765,14 +3765,16 @@ page { border: 1px solid #ddd; } .apply-return .returnBnt { - font-size: 32rpx; - color: #fff; - width: 690rpx; - height: 86rpx; - border-radius: 50rpx; + width: 686rpx; + height: 70rpx; + border-radius: 16rpx; + font-size: 26rpx; + font-family: PingFang SC; + font-weight: 500; + color: #F5F6F8; + line-height: 70rpx; text-align: center; - line-height: 86rpx; - margin: 43rpx auto; + margin: 0rpx auto; } /*退货列表*/ .return-list .goodWrapper { diff --git a/assets/css/style.less b/assets/css/style.less index cd76818..547beb4 100644 --- a/assets/css/style.less +++ b/assets/css/style.less @@ -6582,81 +6582,118 @@ page { /*签到记录、账单明细列表*/ .sign-record .list .item .data { + font-size: 30rpx; + font-family: PingFang SC; + font-weight: 600; + color: #3A3A3C; + // line-height: 19px; + padding: 0rpx 32rpx; + height: 0.8 * 100rpx; line-height: 0.8 * 100rpx; - padding: 0 0.3 * 100rpx; - font-size: 0.24 * 100rpx; - color: #666; } .sign-record .list .item .listn { - background-color: #fff; - font-size: 0.24 * 100rpx; - color: #999; + margin: 0rpx 32rpx; + background: #F5F6F8; + box-shadow: 0rpx 10rpx 16rpx 0rpx rgba(0,0,0,0.15); + border-radius: 16rpx; + font-size: 20rpx; + font-family: 'PingFang SC'; + font-weight: 500; + color: #999999; + line-height: 24rpx; + + // background-color: #fff; + // font-size: 0.24 * 100rpx; + // color: #999; } .sign-record .list .item .listn .itemn { - height: 1.2 * 100rpx; - border-bottom: 1px solid #eee; - padding-right: 0.3 * 100rpx; - margin-left: 0.3 * 100rpx; + height: 100rpx; + border-bottom: 2rpx solid #D8D8D8; + padding: 0rpx 30rpx; + // margin-left: 0.3 * 100rpx; } .sign-record .list .item .listn .itemn .name { width: 3.9 * 100rpx; - font-size: 0.28 * 100rpx; - color: #282828; - margin-bottom: 0.06 * 100rpx; + font-size: 24rpx; + font-weight: 500; + color: #3A3A3C; + line-height: 26rpx; + padding-bottom: 2rpx; + + // font-size: 0.28 * 100rpx; + // color: #282828; + // margin-bottom: 0.06 * 100rpx; } .sign-record .list .item .listn .itemn .num { - font-size: 0.36 * 100rpx; - font-family: 'GuildfordProBook 5'; - color: #16ac57; + font-size: 24rpx; + font-family: 'PingFang SC'; + font-weight: 600; + color: #3A3A3C; + line-height: 26rpx; + + // font-size: 0.36 * 100rpx; + // font-family: 'GuildfordProBook 5'; + // color: #16ac57; } /*申请退货*/ .apply-return .list { - background-color: #fff; - margin-top: 0.18 * 100rpx; + margin: 20rpx 32rpx 46rpx; + padding: 24rpx 20rpx 0rpx; + background: #F5F6F8; + box-shadow: 0rpx 10rpx 16rpx 0rpx rgba(0,0,0,0.15); + border-radius: 16rpx; } .apply-return .list .item { - margin-left: 0.3 * 100rpx; - padding-right: 0.3 * 100rpx; - min-height: 0.9 * 100rpx; - border-bottom: 1px solid #eee; - font-size: 0.3 * 100rpx; - color: #333; + padding-bottom: 24rpx; + font-size: 30rpx; + font-family: 'PingFang SC'; + font-weight: 600; + color: #3A3A3C; + line-height: 42rpx; + + // margin-left: 0.3 * 100rpx; + // min-height: 0.9 * 100rpx; + // border-bottom: 1px solid #eee; } .apply-return .list .item .num { - color: #282828; - flex: 1; - text-align: right; - position: relative; + font-size: 26rpx; + font-weight: 500; + color: #999999; + line-height: 38rpx; + + // flex: 1; + // text-align: right; + // position: relative; } -.apply-return .list .item .num .picker { - text-align: right; -} +// .apply-return .list .item .num .picker { +// text-align: right; +// } -.apply-return .list .item .num .iconfont { - color: #666; - font-size: 0.3 * 100rpx; - position: absolute; - right: 0; - top: 50%; - transform: translateY(-50%); -} +// .apply-return .list .item .num .iconfont { +// color: #666; +// font-size: 0.3 * 100rpx; +// position: absolute; +// right: 0; +// top: 50%; +// transform: translateY(-50%); +// } -.apply-return .list .item.textarea { - padding: 0.3 * 100rpx 0.3 * 100rpx 0.3 * 100rpx 0; -} +// .apply-return .list .item.textarea { +// padding: 0.3 * 100rpx 0.3 * 100rpx 0.3 * 100rpx 0; +// } .apply-return .list .item textarea { - height: 1 * 100rpx; - font-size: 0.3 * 100rpx; + width: 582rpx; + height: 110rpx; } .apply-return .list .item textarea::placeholder { @@ -6720,14 +6757,17 @@ page { } .apply-return .returnBnt { - font-size: 0.32 * 100rpx; - color: #fff; - width: 6.9 * 100rpx; - height: 0.86 * 100rpx; - border-radius: 0.5 * 100rpx; + width: 686rpx; + height: 70rpx; + // background: #2DB5AE; + border-radius: 16rpx; + font-size: 26rpx; + font-family: PingFang SC; + font-weight: 500; + color: #F5F6F8; + line-height: 70rpx; text-align: center; - line-height: 0.86 * 100rpx; - margin: 0.43 * 100rpx auto; + margin: 0rpx auto; } /*退货列表*/ diff --git a/pages.json b/pages.json index 4dd5658..d1aff5e 100644 --- a/pages.json +++ b/pages.json @@ -199,7 +199,8 @@ { "path": "pages/user/signIn/SignRecord/index", "style": { - "navigationBarTitleText": "签到记录" + "navigationBarTitleText": "签到记录", + "navigationStyle": "custom" } }, { @@ -319,7 +320,8 @@ { "path" : "pages/order/OrderReturnDetail/index", "style": { - "navigationBarTitleText": "售后详情" + "navigationBarTitleText": "售后详情", + "navigationStyle": "custom" } }, { @@ -338,7 +340,8 @@ { "path": "pages/order/GoodsReturn/index", "style": { - "navigationBarTitleText": "商品退货" + "navigationBarTitleText": "申请售后", + "navigationStyle": "custom" } }, { diff --git a/pages/order/GoodsReturn/index.vue b/pages/order/GoodsReturn/index.vue index 6f0380e..f6d9a42 100644 --- a/pages/order/GoodsReturn/index.vue +++ b/pages/order/GoodsReturn/index.vue @@ -1,9 +1,22 @@