Commit ef16b869 by 高淑倩

address

parent 1612ceb3
...@@ -20,8 +20,9 @@ ...@@ -20,8 +20,9 @@
<view class="detail-name">浦东家里哦</view> <view class="detail-name">浦东家里哦</view>
<view class="detail-address">详细地址详细地址详细地址详细地址</view> <view class="detail-address">详细地址详细地址详细地址详细地址</view>
</view> </view>
<view class="store-kilo"> <view class="store-address">
1.2 km <image class="store-img" src="/assets/imgs/shoppingGuide/address.png" mode="widthFix"/>
<view class="store-kilo">1.2 km</view>
</view> </view>
</view> </view>
</view> </view>
......
...@@ -20,7 +20,10 @@ page { ...@@ -20,7 +20,10 @@ page {
align-items: center; align-items: center;
margin-top: 20rpx; margin-top: 20rpx;
} }
.store-img {
width: 16rpx;
height: 23rpx;
}
.store-num, .store-num,
.goods-num { .goods-num {
color: rgba(51, 51, 51, 1); color: rgba(51, 51, 51, 1);
...@@ -35,6 +38,9 @@ page { ...@@ -35,6 +38,9 @@ page {
color: rgba(102, 102, 102, 1); color: rgba(102, 102, 102, 1);
font-size: 26rpx; font-size: 26rpx;
} }
.store-kilo {
margin-left: 10rpx;
}
.detail-address { .detail-address {
margin-top: 5rpx; margin-top: 5rpx;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment