footer.scss
1.46 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
.shop-foot-wrapper {
position: fixed;
left: 0;
bottom: 0;
display: table;
width: 100%;
height: 80px;
line-height: 80px;
font-size: 26px;
background: #fff;
border-top: 1px solid #e0e0e0;
z-index: 2;
ul {
display: table-row;
}
li {
display: table-cell;
text-align: center;
.wall {
width: 0;
height: 50px;
margin-top: 15px;
float: right;
border-right: 1px solid #e0e0e0;
display: inline-block;
}
}
.sub-group {
position: absolute;
background: #fff;
border: 1px solid #e0e0e0;
border-radius: 12px;
bottom: 104px;
width: 40%;
margin-left: 5%;
dl {
padding: 0 30px;
margin: 0 auto;
}
dd {
line-height: 80px;
text-align: center;
border-top: 1px solid #e0e0e0;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
a {
color: #444;
}
}
dd:first-child {
border-top: 0;
}
}
.sharp {
position: absolute;
width: 100%;
height: 10px;
background: url("img/product/sharp.png") no-repeat center center;
background-size: contain;
}
.foot-list-3 .sub-group {
width: 29%;
margin-left: 2%;
}
}