Commit 306746e266a0ff183c097de7b68fac69f28ef809

Authored by 前端开发-罗建龙
1 parent cfd6d72c

抢红包样式调整、悬浮窗集样式调整

components/diy_floatingBox/diy_floatingBox.wxss
... ... @@ -2,10 +2,10 @@
2 2  
3 3 .floatingBox {
4 4 /* width: 100rpx; */
5   - height: 750rpx;
  5 + /* height: 750rpx; */
6 6 position: fixed;
7 7 /* top:0; */
8   - bottom: 300rpx;
  8 + bottom: 200rpx;
9 9 /* margin: auto; */
10 10 /* background-color: red; */
11 11 display: flex;
... ...
pages/index/index/index.wxss
... ... @@ -1070,7 +1070,7 @@ page {
1070 1070 width: 124rpx;
1071 1071 height: 170rpx;
1072 1072 position: fixed;
1073   - top: 50%;
  1073 + top:300rpx;
1074 1074 right: 0;
1075 1075 /* transform: translateY(-50%); */
1076 1076 z-index: 10000;
... ...