_break-code.css
1.09 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
.break-code-page {
max-width: 640px;
margin: 0 auto;
overflow: hidden;
.banner {
width: 640px;
img {
width: 100%;
height: 100%;
}
}
#size-swiper-0,
#size-swiper-1,
#size-swiper-2,
#size-swiper-3 {
width: 100%;
line-height: 50px;
color: #999;
font-size: 28px;
height: 50px;
border-bottom: 1px solid #e6e6e6;
background: #f0f0f0;
padding: 0 22px;
box-sizing: border-box;
display: none;
ul {
width: 100%;
height: 50px;
}
li {
width: auto;
padding: 0 22px;
float: left;
white-space: nowrap;
&.active {
color: #000;
}
}
}
#list-nav > li {
width: 20%;
font-size: 28px;
/* &.active a {
border-bottom: 4px solid #000;
}
*/
a {
width: 106px;
margin: 0 auto;
display: block;
}
}
}