@import "base.less";
@import "view.less";
@import "list.less";


// .markerLabels {
// 	text-align: center;
// 	font-size: 30px;
// 	font-weight: bold;
// 	color: #fff;
// 	text-align: center;
// 	width: 12px;
// }


#mapContainer {
	height: 100%;
	width: 100%;
	position: absolute;
}

#listContainer {

}


.around_list_item {

	padding: 7px 0;

	.icon {
		width: 100px;
		// padding: 0;

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

	.info {
		.name {
			overflow: auto;
			white-space: pre-wrap;
			font-size: 1.1em;
			margin: 0 0 0.2em 0;
		}

		.price {
			position: relative;
			line-height: 20px;

			.current {
				font-size: 1.2em;
				color: #FF3B30;
			}

			.origin {
				color: #666;
				text-decoration: line-through;
				font-size: 0.9em;
			}

			.distance {
				position: absolute;
				right: 10px;
				font-size: 0.9em;
				color: #999;
			}
		}

		.summary {
			color: #666;
			font-size: 0.9em;
		}

		.category {
			margin-bottom: 0.2em;
		}
	}
}






