_footer.scss
1.03 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
.float-layer {
height: 44px;
background: rgba(68, 68, 68, 0.95);
position: fixed;
width: 100%;
bottom: 0;
left: 0;
z-index: 9999;
padding: 10px 0;
.float-layer-left {
padding-left: 22px;
overflow: hidden;
float: left;
img {
height: 44px;
float: left;
margin-right: 10px;
}
p {
float: left;
font-size: 16px;
height: 44px;
line-height: 44px;
color: white;
}
}
}
#float-layer-close {
position: absolute;
left: 0;
top: 0;
width: 50px;
height: 50px;
}
#float-layer-btn {
position: absolute;
top: 50%;
right: 15px;
font-size: 16px;
padding: 0 10px;
height: 27px;
line-height: 27px;
background: white;
border-radius: 5px;
margin-top: -13px;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0.5);
}