_no-result.css
1.69 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
79
80
81
82
83
84
85
86
.product-page .no-result {
padding: 28px 0 75px;
text-align: center;
margin-bottom: 20px;
.no-result-icon {
text-align: center;
margin-bottom: 50px;
.icon-noresult {
color: #b0b0b0;
font-size: 140px;
-webkit-text-stroke-width: 0;
&:before {
content: "\e6f9";
}
}
}
.no-title {
font-size: 18px;
color: #3a3a3a;
}
.keyword {
color: #e01;
}
.search-again {
width: 490px;
margin: 40px auto 20px;
form {
display: inline-block;
*zoom: 1;
&:after {
visibility: hidden;
display: block;
font-size: 0;
content: " ";
clear: both;
height: 0;
}
}
input {
float: left;
width: 220px;
height: 36px;
padding-left: 10px;
line-height: 36px;
border: 1px solid #3a3a3a;
color: #333;
outline: none;
box-sizing: border-box;
}
input::-webkit-input-placeholder {
color: #b0b0b0;
}
.search-again-btn {
float: left;
width: 80px;
height: 36px;
line-height: 36px;
box-sizing: border-box;
background: #3a3a3a;
color: #fff;
cursor: pointer;
outline: none;
border: none;
}
.iconfont {
font-size: 30px;
}
}
.no-tip {
font-size: 14px;
color: #b0b0b0;
}
}