From 1af3dca3416cdee73077b02cdb28dfec9216bd62 Mon Sep 17 00:00:00 2001 From: lifizer <913626195@qq.com> Date: Fri, 15 Mar 2024 21:51:32 +0800 Subject: [PATCH] =?UTF-8?q?Style(=E6=88=91=E7=9A=84):=E7=95=8C=E9=9D=A2?= =?UTF-8?q?=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/user/User/index.vue | 32 ++++++++++++++++++++++++++++++-- 1 file changed, 30 insertions(+), 2 deletions(-) diff --git a/pages/user/User/index.vue b/pages/user/User/index.vue index 4bd4a9d..51ffe5c 100644 --- a/pages/user/User/index.vue +++ b/pages/user/User/index.vue @@ -19,8 +19,12 @@ - + {{ userInfo.nickname }} + @@ -59,6 +63,13 @@ + + + @@ -356,7 +367,7 @@ export default { id: this.userInfo.hotel.id, isMyInn: true } - }); + }) }, getSpreadPoster() { var that = this; @@ -599,8 +610,15 @@ export default { color: #fff; .name-cont { .txt { + align-items: flex-end; margin: 0 0 32rpx 0; font-size: 26px; + line-height: 26px; + .vip { + margin: 0 0 0 12rpx; + width: 48rpx; + height: 32rpx; + } } .qrcode { display: flex; @@ -670,6 +688,16 @@ export default { } } } + .hotel-btn { + position: absolute; + right: 0; + bottom: 120rpx; + z-index: 5; + .img { + width: 238rpx; + height: 78rpx; + } + } } .icon-order { width: 52rpx;