webiaoqing.css 668 Bytes
body{
	overflow-x: hidden;
}
.page_emotion dd{
	display: inline-block;
	float:left;
	width:14.2%;
	height:24px;
	margin:5px 0;
	text-align:center;
}
.list_emotion *[data-key]{
	color:transparent;
	display: block;
	width:24px;
	height:24px;
	margin: auto;
	background:url(../../static/images/defaultwx.png) no-repeat 0 0;
	-webkit-background-size:auto 24px;
}
.list_emotion *.del{
	background-image:url(../../static/images/delwx.png);
}
.nav_emotion{
	padding:10px 0;
	text-align: center;
}
.nav_emotion span{
	display: inline-block;
	width:8px;
	height:8px;
	border-radius:10px;
	background: #ebebeb;
	margin:0 5px;
}
.nav_emotion span.on{
	background-color:#bbb;
}