From 4636de7dcbd3bd4eba7597536b9bdebb1c33900c Mon Sep 17 00:00:00 2001
From: zxl <763096477@qq.com>
Date: 星期一, 11 八月 2025 14:19:14 +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