m-empty.css 1.44 KB
/* 搜索商品无结果 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;
}