From be6cd4fb23aa70aee95257cb1e10a3ed6671caba Mon Sep 17 00:00:00 2001 From: lion <120344285@qq.com> Date: Mon, 27 Jun 2022 09:31:39 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/order/activityorderinfo.vue | 10 +++++----- pages/order/visitorderinfo.vue | 27 ++++++++++++++------------- 2 files changed, 19 insertions(+), 18 deletions(-) diff --git a/pages/order/activityorderinfo.vue b/pages/order/activityorderinfo.vue index b8d5b94..a1ac2f5 100644 --- a/pages/order/activityorderinfo.vue +++ b/pages/order/activityorderinfo.vue @@ -34,7 +34,7 @@ - + @@ -52,7 +52,7 @@ - + @@ -156,7 +156,7 @@ canvasId: id, componentInstance: this, text: text, - size: 200, + size: 170, // margin: 10, backgroundColor: '#ffffff', foregroundColor: '#000000', @@ -369,8 +369,8 @@ .imgs .isuse cover-view{ /* opacity: .4; */ background-color: rgba(255,255,255,0.6); - width: 360rpx; - height:350rpx; + width: 170px; + height:170px; } .ewminfo { diff --git a/pages/order/visitorderinfo.vue b/pages/order/visitorderinfo.vue index 2129940..eaa3501 100644 --- a/pages/order/visitorderinfo.vue +++ b/pages/order/visitorderinfo.vue @@ -37,7 +37,7 @@ - + @@ -58,22 +58,23 @@ + style="width: 170px;height:170px;margin: 0 auto;"> - {{item.name}} + {{item.name}} + + 可凭身份证入场馆 + + + 可凭二维码入场馆 + - - 可凭二维码或者身份证入场馆 - - - 可凭二维码入场馆 - + @@ -124,7 +125,7 @@ 参观须知 - + @@ -177,7 +178,7 @@ canvasId: id, componentInstance: this, text: text, - size: 200, + size: 170, // margin: 10, backgroundColor: '#ffffff', foregroundColor: '#000000', @@ -407,8 +408,8 @@ .imgs .isuse cover-view { background-color: rgba(255, 255, 255, 0.6); - width: 360rpx; - height: 350rpx; + width: 170px; + height: 170px; }