index.wxss
689 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
.quicknavigation {
position: fixed;
display: flex;
flex-direction: column;
width: 44px;
right: 15px;
bottom: 160rpx;
z-index: 1300;
}
.quicknavigation-content {
display: flex;
flex-direction: column;
width: 44px;
justify-content: flex-end;
align-self: center;
align-items: center;
}
.quicknavigation .quicknavigation-content image {
width: 44px;
height: 44px;
display: block;
bottom: 0;
}
.quicknavigation .quicknavigation-content button {
border: none;
line-height: 1.8;
padding: 0;
margin: 0;
margin-bottom: 20rpx;
}
.quicknavigation .quicknavigation-content button.back-btn {
opacity: 0;
}