_no-result.css
1011 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
43
44
45
46
47
48
49
50
51
.product-page .no-result {
border: 1px solid #eaeceb;
padding: 60px 0;
text-align: center;
margin-bottom: 20px;
.no-title {
font-size: 16px;
}
.keyword {
color: #ee0011;
}
.search-again {
width: 490px;
margin: 15px auto;
input {
float: left;
width: 380px;
height: 18px;
padding: 15px 5px;
border: 10px solid #343434;
color: #333;
outline: none;
box-sizing: content-box;
}
.search-again-btn {
float: left;
width: 80px;
height: 68px;
line-height: 68px;
background: #343434;
vertical-align: middle;
color: #fff;
cursor: pointer;
outline: none;
border: none;
}
.iconfont {
font-size: 30px;
}
}
.no-tip {
font-size: 12px;
color: #999;
}
}