quickNavigation.wxss
1.5 KB
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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
/* pages/quickNavigation/quickNavigation.wxss */
.quicknavigation {
position: fixed;
display: flex;
flex-direction: column;
width: 44px;
right: 15px;
bottom: 100rpx;
z-index: 1300;
}
.quicknavigation-content {
display: flex;
flex-direction: column;
width: 44px;
justify-content: flex-end;
align-self: center;
align-items: center;
/* background-color: red; */
}
.quicknavigation-menu {
display: flex;
flex-direction: column;
width: 100%;
align-self: center;
}
.quicknavigation-menu-func {
display: flex;
flex-direction: column;
width: 100%;
justify-content: flex-end;
margin-bottom: 5px;
}
.appBtn {
width: 44px;
height: 44px;
opacity: 0;
padding: 0;
align-self: center;
border-radius: 50%;
margin-top: 5px;
background-color: transparent !important;
}
.appBtn .appImg {
width: 44px;
height: 44px;
bottom: 0px;
margin-bottom: 5px;
}
.img {
width: 0px;
height: 0px;
opacity: 0;
align-self: center;
margin-top: 5px;
}
.img-switch,
.share-btn image {
width: 44px;
height: 44px;
bottom: 0px;
margin-bottom: 5px;
}
.img-switch-btn {
width: 44px;
height: 44px;
background-color: red;
opacity: 0;
position: absolute;
top: 35rpx;
}
.img-back {
width: 0px;
height: 0px;
opacity: 0;
margin-bottom: 5px;
}
.share-btn {
margin: 0;
padding: 0;
line-height: 0;
border-radius: 50%;
background-color: transparent !important;
}
.union_share {
width: 44px;
height: 44px;
bottom: 0px;
margin-bottom: 5px;
}