material-new.page.css
1.44 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
@import "common/good";
@import "common/filter";
@import "../product/shop/reds-shop/nav";
.reds-shop {
.filter-box {
display: block;
}
}
#all-goods {
position: relative;
}
.no-result-new {
text-align: center;
padding-top: 90px;
padding-bottom: 110px;
p {
color: #ccc;
margin-bottom: 25px;
font-size: 26px;
&:first-child {
color: #444;
font-size: 32px;
}
}
}
.search-divide {
clear: both;
height: 50px;
width: 100%;
padding: 10px 0;
color: #ccc;
text-align: center;
}
.material-c {
.drop-list {
padding-left: 30px;
position: absolute;
z-index: 10;
background: #fff;
width: 100%;
li {
width: 100%;
height: 88px;
font-size: 28px;
color: #b0b0b0;
line-height: 88px;
border-bottom: 1px solid #e0e0e0;
}
li:last-child {
border-bottom: none;
}
.active {
color: #444;
.chose {
display: inline-block;
width: 30px;
height: 22px;
background-image: resolve("product/chose.png");
background-size: 100%;
float: right;
margin-top: 33px;
margin-right: 30px;
background-repeat: no-repeat;
}
}
}
}