From 94909d004ad80d1e3cd46330ef31a510075de3a8 Mon Sep 17 00:00:00 2001 From: zq <136432190602163.com> Date: Tue, 30 Sep 2025 16:24:18 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E4=BF=AE=E6=94=B9=E8=AF=84?= =?UTF-8?q?=E7=BA=A7=E6=8C=89=E9=92=AE=E5=8F=8A=E6=98=BE=E9=9A=90=E5=88=A4?= =?UTF-8?q?=E6=96=AD=E3=80=81=E5=A2=9E=E5=8A=A0=E4=BF=AE=E6=94=B9=E5=BC=B9?= =?UTF-8?q?=E5=87=BA=E6=A1=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/coinsDetail/index.vue | 234 ++++++++++++++++++++++++++++++++++++++++++-- pages/home/index.vue | 1 - static/images/edit_rate.svg | 1 + 3 files changed, 229 insertions(+), 7 deletions(-) create mode 100644 static/images/edit_rate.svg diff --git a/pages/coinsDetail/index.vue b/pages/coinsDetail/index.vue index 653a838..9b07a8c 100644 --- a/pages/coinsDetail/index.vue +++ b/pages/coinsDetail/index.vue @@ -63,23 +63,75 @@ + + + 修改评级 + + + + 修改评级 + + + + + 评级部门 + + + + 评级编号 + + + + 分数 + + + + 材质 + + + + 处理 + + + + + + + 取消 + 确定修改 + + + @@ -314,11 +392,155 @@ export default { .coinsDetail-wrap { .list-wrap { padding: 0 18rpx 20rpx 18rpx; - ; } .top { margin-top: 20rpx; } } +.editRate{ + width: 648rpx; + height: 90rpx; + display: flex; + justify-content: center; + align-items: center; + padding: 23rpx 10rpx; + box-sizing: border-box; + gap: 10px; + border-radius: 12rpx; + background: #E2E4E7; + font-family: PingFang SC; + font-size: 32rpx; + font-weight: normal; + line-height: 44rpx; + text-align: center; + margin: 0 auto; + margin-top: 58rpx; + letter-spacing: normal; + color: #666666; + image{ + width: 42rpx; + height: 42rpx; + } +} +.rate-content{ + // padding: 0 24rpx; +} +.popWrap { + display: flex; + flex-direction: column; + max-height: 1100rpx; + height: 70%; + .pop-title { + height: 40rpx; + text-align: center; + padding: 42rpx 0 22rpx 0; + font-size: 36rpx; + font-weight: 500; + line-height: 50rpx; + text-align: center; + letter-spacing: 2rpx; + color: #000000; + background: #fff; + } + .content { + flex: 1; + // padding: 0 24rpx; + background: #fff; + padding-bottom: 94px; + overflow-y: auto; + + } +} +.ratePopup :v-deep .user-info{ + margin: 0; + } +.rate-content{ + padding: 0 24rpx; + .rate-item{ + display: flex; + justify-content: space-between; + align-items: center; + padding: 42rpx 24rpx; + box-sizing: border-box; + border-width: 0px 0px 2rpx 0px; + border-style: solid; + border-color: #F0F0F0; + .label{ + font-size: 32rpx; + font-weight: 500; + line-height: 44rpx; + letter-spacing: 2rpx; + color: #222222; + } + input{ + font-size: 32rpx; + font-weight: normal; + line-height: normal; + text-align: right; + letter-spacing: 0.24rpx; + color: #666666; + } + } +} +.bottom-btn { + height: 92rpx; + width: 100%; + margin: 16rpx 0; + line-height: 92rpx; + text-align: center; + + font-size: 32rpx; + border-radius: 16rpx; + border: none; + padding: 0; + + &.primary { + background-color: #39D067; + color: #FFFFFF; + } + + &.cancel { + background-color: #F1F2F3; + color: #616266; + } + + &::after { + border: none; + } + + &.disabled { + background-color: #CCCCCC; + opacity: 0.7; + } +} + +.page-bottom-btn-container { + box-sizing: border-box; + background-color: #FFFFFF; + padding: 0rpx 54rpx; + box-shadow: 0px -2rpx 6rpx 0rpx rgba(181, 181, 181, 0.1319); + z-index: 9; + padding-bottom: constant(safe-area-inset-bottom); + padding-bottom: env(safe-area-inset-bottom); + column-gap: 50rpx; +} +.qrcode_wrap { + background: #fff; + height: 166rpx; + position: fixed; + width: 100%; + left: 0; + bottom: 0; + box-shadow: 0px -2rpx 116rpx 0px rgba(181, 181, 181, 0.26); + + // img { + // width: 122rpx; + // height: 142rpx; + // position: absolute; + // top: -42rpx; + // left: 50%; + // transform: translateX(-50%); + // } + } \ No newline at end of file diff --git a/pages/home/index.vue b/pages/home/index.vue index 634bfdf..e4209e2 100644 --- a/pages/home/index.vue +++ b/pages/home/index.vue @@ -47,7 +47,6 @@ - {{ titleType[scanCodeDetail.ancient_coin_status] }} diff --git a/static/images/edit_rate.svg b/static/images/edit_rate.svg new file mode 100644 index 0000000..ffa67b0 --- /dev/null +++ b/static/images/edit_rate.svg @@ -0,0 +1 @@ + \ No newline at end of file