From 306746e266a0ff183c097de7b68fac69f28ef809 Mon Sep 17 00:00:00 2001 From: luo <17530855@qq.com> Date: Thu, 7 Mar 2024 10:05:49 +0800 Subject: [PATCH] 抢红包样式调整、悬浮窗集样式调整 --- components/diy_floatingBox/diy_floatingBox.wxss | 4 ++-- pages/index/index/index.wxss | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/components/diy_floatingBox/diy_floatingBox.wxss b/components/diy_floatingBox/diy_floatingBox.wxss index 9d6d1fe..4d7e5d1 100644 --- a/components/diy_floatingBox/diy_floatingBox.wxss +++ b/components/diy_floatingBox/diy_floatingBox.wxss @@ -2,10 +2,10 @@ .floatingBox { /* width: 100rpx; */ - height: 750rpx; + /* height: 750rpx; */ position: fixed; /* top:0; */ - bottom: 300rpx; + bottom: 200rpx; /* margin: auto; */ /* background-color: red; */ display: flex; diff --git a/pages/index/index/index.wxss b/pages/index/index/index.wxss index 3238b3f..fc782d6 100644 --- a/pages/index/index/index.wxss +++ b/pages/index/index/index.wxss @@ -1070,7 +1070,7 @@ page { width: 124rpx; height: 170rpx; position: fixed; - top: 50%; + top:300rpx; right: 0; /* transform: translateY(-50%); */ z-index: 10000; -- libgit2 0.21.4