m-empty.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
79
80
81
/* 搜索商品无结果 css */
.empty {
margin-top: 20px;
text-align: center;
}
.empty div {
display: inline-block;
*display: inline;
*zoom: 1;
}
.empty .empty-body {
padding: 50px 0;
}
.empty .empty-words {
position: relative;
top: -15px;
color: #c33c25;
font-family: 'Microsoft YaHei';
font-size: 14px;
border: 1px solid #c33c25;
border-radius: 5px;
background-color: #fffdeb;
padding: 0 20px;
margin-left: 20px;
}
.empty .empty-text {
vertical-align: middle;
margin-left: 20px;
}
.empty .empty-text p{
font-size: 18px;
text-align: left;
color: #000;
margin-top: 10px;
font-family: 'Microsoft YaHei';
}
.empty-words span {
display: inline-block;
*display: inline;
*zoom: 1;
font-size: 24px;
margin: 10px;
line-height: 1;
}
.empty i{
height: 0 !important;
width: 0 !important;
border-width: 5px 6px 5px 0;
border-color: transparent #c33c25 transparent transparent ;
border-style:solid;
position: absolute;
top: 24px;
left: -7px;
z-index: 19;
background: none !important;
}
.empty em{
height: 0;
width: 0;
border-width: 5px 6px 5px 0;
border-color: transparent #fffdeb transparent transparent ;
border-style:solid;
position: absolute;
top: 24px;
left: -6px;
z-index: 20;
background: none;
}
.empty b {
display: block;
width: 20px;
height: 20px;
background: url(../../images/one-icon.png) no-repeat -76px -44px;
position: absolute;
right: -10px;
top: -10px;
}
.empty img {
vertical-align: middle;
}