You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
44 lines
827 B
44 lines
827 B
.body-background{ |
|
background: { |
|
color:#F5F5F6; |
|
}; |
|
} |
|
.street-container{ |
|
padding:16rpx 26rpx; |
|
.item{ |
|
padding:30rpx 40rpx; |
|
background:{ |
|
color:#fff; |
|
} |
|
border-radius: 10rpx; |
|
margin-bottom:20rpx; |
|
.title-container{ |
|
margin-bottom:28rpx; |
|
} |
|
.address-container{ |
|
display: flex; |
|
align-items: center; |
|
justify-content: space-between; |
|
margin-bottom:24rpx; |
|
.address-main{ |
|
align-items: center; |
|
display: flex; |
|
.address-icon{ |
|
margin-right:8rpx; |
|
} |
|
} |
|
} |
|
.phone-container{ |
|
display: flex; |
|
align-items: center; |
|
justify-content: space-between; |
|
.phone-main{ |
|
align-items: center; |
|
display: flex; |
|
.phone-icon{ |
|
margin-right:8rpx; |
|
} |
|
} |
|
} |
|
} |
|
} |