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;
| }
|
|