From 55123926ff2dffb26e6b0d4228993013a40c4be8 Mon Sep 17 00:00:00 2001
From: peng <peng.com>
Date: 星期一, 25 八月 2025 17:49:49 +0800
Subject: [PATCH] 添加抽奖页面

---
 pages/tabbar/index/home.vue |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/pages/tabbar/index/home.vue b/pages/tabbar/index/home.vue
index 3c231fc..d51340e 100644
--- a/pages/tabbar/index/home.vue
+++ b/pages/tabbar/index/home.vue
@@ -1230,6 +1230,9 @@
 
 <style scoped>
 	.fullscreen-btn {
+		position: absolute;
+		right: 45rpx;
+		bottom: 70rpx;
 	  width: 60rpx;
 	  height: 60rpx;
 	  border-radius: 50%;
@@ -1240,8 +1243,7 @@
 	  z-index: 999;
 	  backdrop-filter: blur(10rpx);
 	  border: 1rpx solid rgba(255, 255, 255, 0.2);
-	  margin-top: -90rpx;
-	  margin-left: 15rpx;
+
 	}
 	/* 鍥炬爣鏍峰紡 */
 	.fullscreen-icon {
@@ -1265,7 +1267,7 @@
 
 	.video-item {
 	  width: 100%;
-	  height: 70%;
+	  height: 100%;
 	  /* object-fit: cover; */
 	}
 	.play-icon {

--
Gitblit v1.8.0