service.position.less 847 Bytes
.page-service-position .page-content{background-color:#fff;}
.page-service-position .map-container{height: 200px;background-color: rgb(243, 241, 236);}
.page-service-position .map-container.positioning:after{
	content: 'loading...';
    position: absolute;
    top: 50%;
    left: 50%;
	font-size: @font-size-base;
    color: #bbb;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
} 
.page-service-position .poi-container{border-top: 5px solid #f0f0f0;box-shadow: 0px -1px 5px #ccc; position: absolute;top: 200px;bottom: 0px;left:0px;width: 100%;overflow-y: auto; overflow-x: hidden;-webkit-overflow-scrolling: touch;}
.page-service-position .poi-container a > div:nth-child(1){font-size: 16px;color: #000;}
.page-service-position .poi-container a > div:nth-child(2){font-size: 12px;color: #666;margin-top: 3px;}