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