service.position_wev8.css
836 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: 14px;
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;}