From 284b0c20f0e670190cd6101aefeca95f1fca53f1 Mon Sep 17 00:00:00 2001 From: zpc Date: Sun, 8 Feb 2026 02:35:39 +0800 Subject: [PATCH] 21 --- honey_box/pages/user/tui-guang.vue | 48 ++++++++++++++++++++++++++---- 1 file changed, 42 insertions(+), 6 deletions(-) diff --git a/honey_box/pages/user/tui-guang.vue b/honey_box/pages/user/tui-guang.vue index 92483916..41539972 100644 --- a/honey_box/pages/user/tui-guang.vue +++ b/honey_box/pages/user/tui-guang.vue @@ -94,12 +94,13 @@ - - - - - + + + + + + 保存海报 + @@ -783,4 +784,39 @@ page { letter-spacing: 6rpx; } } + +.poster-popup-wrap { + display: flex; + flex-direction: column; + align-items: center; + + .poster-image-box { + width: 650rpx; + border-radius: 16rpx; + overflow: hidden; + + image { + width: 100%; + height: auto; + display: block; + } + } + + .poster-save-btn { + width: 400rpx; + height: 80rpx; + margin-top: 30rpx; + background-color: #D8FD24; + border-radius: 40rpx; + display: flex; + align-items: center; + justify-content: center; + + text { + font-size: 30rpx; + color: #333333; + font-weight: 500; + } + } +} \ No newline at end of file