tanghaolin
2022-10-26 2dfaf1271a5259f2cf766fd62a5e9ac0fc2b9efa
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
.float-menu-main {  
  height: 64px;  
  width: 64px;  
  position: fixed;  
  bottom:10rpx;  
  right: 10rpx;  
  z-index: 100;  
}   
.float-menu-sub {  
  height: 48px;  
  width: 48px;  
  position: fixed;  
  bottom: 250rpx;  
  right: 100rpx;  
  opacity: 0;  
}