Browse Source

店铺详情

master
Enzo 4 years ago
parent
commit
0dfdc2e14d
  1. 24
      pages/shop/shopdetail.vue

24
pages/shop/shopdetail.vue

@ -14,6 +14,20 @@
<view class="lf-font-24 lf-color-black">L2</view> <view class="lf-font-24 lf-color-black">L2</view>
</view> </view>
</view> </view>
<view class="function-total">
<view>
<image class="shop-function" src="http://k.zol-img.com.cn/dcbbs/16254/a16253094_01000.jpg" mode="aspectFill"></image>
<view class="lf-font-24 lf-color-333">客服</view>
</view>
<view>
<image class="shop-function" src="http://k.zol-img.com.cn/dcbbs/16254/a16253094_01000.jpg" mode="aspectFill"></image>
<view class="lf-font-24 lf-color-333">收藏</view>
</view>
<view>
<image class="shop-function" src="http://k.zol-img.com.cn/dcbbs/16254/a16253094_01000.jpg" mode="aspectFill"></image>
<view class="lf-font-24 lf-color-333">分享</view>
</view>
</view>
</view> </view>
</view> </view>
@ -47,4 +61,14 @@
height: 90rpx; height: 90rpx;
margin-right: 15rpx; margin-right: 15rpx;
} }
.shop-function {
width: 60rpx;
height: 60rpx;
border-radius: 50%;
}
.function-total {
display: flex;
justify-content: space-between;
padding: 0 65rpx 0 65rpx;
}
</style> </style>
Loading…
Cancel
Save