@import "base.less";
@import "view.less";
@import "loading.less";
@import "list.less";
@import "detail-item.less";
@import "detail-card.less";

.searchView {
	background-color: @backgroundColor;
}

.resource_list_item {

	.icon {
		width: 50px;

		img {
			width: 50px;
			vertical-align: middle;
		}
	}

	.touch-link {
		padding: 5px 0;

		>* {
			padding-left: 16px;
		}
	}

	.info {

		.name {
			margin: 0 0 0.5em;
		}
		
		> * {
			white-space: normal;
		}
	}
}


.typeList {
	background-color: @backgroundColor;
	
	div.item {
		.lineBottom();

		a {
			display: block;
			height: 40px;
			line-height: 40px;
			padding: 0 16px;
			// color: #fff;
		}
	}
}


.searchDetailView {
	position: relative;
	z-index: 99;

	.loading {
		position: absolute;
		width: 1.5em;
		height: 1.5em;
		padding: 2em;
		border-radius: 0.75em;
		background: rgba(0,0,0,0.6);
		top: 50%;
		left: 50%;
		margin-top: -2.75em;
		margin-left: -2.75em;
	}

	.resultNum {
		padding: 8px 16px;
		font-size: 0.9em;
		color: @infoColorWeak;
		.lineBottom();
	}
}


.hotList {
	width: 95%;
	padding: 20px 0 0 5%;
	overflow: hidden;


	a {
		margin: 0 16px 0 0;
		color: #fff;
		line-height: 1.8em;
		font-size: 1.2em;
		white-space: nowrap;
	}
}


.searchView {
	// background: #eee;
}






