_material-new.css
841 Bytes
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
@import "../product/index";
.product-material-new {
font-family: "微软雅黑", sans-serif;
font-size: 14px;
.logo {
width: 171px;
height: 40px;
display: inline-block;
background-image: resolve(header/logo.png);
background-position: 0 0;
vertical-align: middle;
margin-right: 10px;
}
h1 {
font-size: 22px;
margin: 0 0 50px;
text-align: left;
width: 100%;
padding: 20px;
color: #a5a5a5;
box-sizing: border-box;
border-bottom: 1px solid #e2e2e2;
background: #f7f7f7;
}
.no-result {
.search-again {
display: none;
}
.no-tip {
margin-top: 20px;
}
}
.filter-box .brand .attr-content {
max-width: 730px;
}
}