gateList.wxss 494 Bytes

.hide-item {
	display: none;
}
.list-item {
	border-bottom: 1px solid #979797;
	height: 72.46rpx;
	line-height: 72.46rpx;
	font-size: 25.37rpx;
	background: #FFFFFF;
	position: relative;
}
.list-item > image{
	width: 28.99rpx;
	height: 28.99rpx;
	position: absolute;
	top:23.55rpx;
	left: 25.36rpx;
}
.list-item text{
	margin-left: 77.89rpx;
}
.empty-list-item {
	font-size: 25.37rpx;
	text-align: center;
	padding-top: 54.34rpx;
}
.empty-list-item text {
	margin-left: 0;
	color: #c9c9c9;
}