map.css 775 Bytes
.search-area {
  margin-top: 10px;
  margin-left: 15px;
  margin-right: 15px;
  height: 36px;
  background:rgba(240,245,255,1);
  border-radius:18px;
}

.address-list {
  margin-top: 2.5px;
}

.address-inside-list {
  padding-left: 15.5px;
  padding-right: 15px;
}

.padding-top-14-5 {
  padding-top: 14.5px;
}

.margin-top-14 {
  margin-top: 14px;
}

.panel-line {
  height:1px;
  background:rgba(240,245,255,1)
}

.location-name {
  font-size:14px;
  font-family:PingFang SC;
  font-weight:500;
  color:rgba(55,57,78,1);
  line-height:15px;
  width: 100%;
}

.location-detail {
  margin-top: 8px;
  font-size:12px;
  font-family:PingFang SC;
  font-weight:500;
  color:rgba(174,184,206,1);
  line-height:15px;
}

.img-selected {
width:18px;height:18px;margin-top:0.3rem;
}