quickNavigation.ttss
900 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
/* pages/quickNavigation/quickNavigation.wxss */
.quicknavigation {
position: fixed;
flex-direction: column;
width: 44px;
right: 15px;
bottom: 100rpx;
z-index: 9;
}
.quicknavigation-content {
display: flex;
flex-direction: column;
width: 44px;
left: 0px;
bottom: 0px;
align-self: center;
}
.quicknavigation-menu {
display: flex;
flex-direction: column;
width: 100%;
left: 0px;
align-self: center;
}
.quicknavigation-menu-func {
display: flex;
flex-direction: column;
width: 100%;
left: 0px;
align-self: center;
}
.img {
width: 44px;
height: 44px;
position: absolute;
bottom: 0px;
opacity: 0;
align-self: center;
}
.img-switch {
width: 44px;
height: 44px;
bottom: 0px;
position: absolute;
align-self: center;
}
.img-back {
width: 0px;
height: 0px;
align-self: center;
bottom: 0px;
opacity: 0;
position: absolute;
}