| | |
| | | </view> |
| | | <view class="info-addr" @click="openMap(item.lat,item.lon)"> |
| | | <text class="addr-text">地址:{{item.address}}</text> |
| | | <view> |
| | | <view class="addr-icon"> |
| | | <image src="../../static/images/icon-point.svg" alt=''></image> |
| | | <text>{{item.distanceValue}}km</text> |
| | | </view> |
| | |
| | | align-items:center; |
| | | .addr-text{ |
| | | width:340rpx; |
| | | flex-shrink: 0; |
| | | height:80rpx; |
| | | color: #6a6e75; |
| | | font-size:26rpx; |
| | | } |
| | | view{ |
| | | .addr-icon{ |
| | | width: 150rpx; |
| | | flex-shrink: 0; |
| | | display: flex; |
| | | justify-content: space-between; |
| | | align-items:center; |
| | | justify-content: flex-end; |
| | | image{ |
| | | width:50rpx; |
| | | height:50rpx; |
| | | width: 40rpx; |
| | | height: 40rpx; |
| | | } |
| | | text{ |
| | | color: #6a6e75; |
| | | font-size:26rpx; |
| | | font-size:22rpx; |
| | | } |
| | | } |
| | | } |