@import "base.less";

.pageView {
	// background-color: #222;
}

.graph_list_item {
	position: relative;
	margin-bottom: 15px;
	.lineBottom();

	.tag {
		position: absolute;
		width: 25px;
		height: 20px;
		color: rgba(255, 255, 255, 0.6);
		left: 0;
		top: 40%;
		background: rgba(0, 0, 0, 0.3);
		text-align: center;
		font-size: 0.75em;
		line-height: 20px;
		border-radius: 0 3px 3px 0;
	}

	img {
		width: 100%;
		display: block;
	}

	.summary {
		text-align: center;
		color: #fff;
		padding: 15px;
	}
}