uni-app学习:第6章商品展示
发布时间
阅读量:
阅读量
效果展示图:

首要环节为商品推荐
<view class="tjView">
<view class="tjtit">
推荐商品
</view>
</view>
样式并非固定不变,可根据具体需求进行调整,此处仅展示了一种个人的实现方式。
.tjView {
margin: 10rpx;
background-color: #eee;
width: 100%;
overflow: hidden;
.tjtit {
width: 100%;
background-color: #FFFFFF;
margin: 15rpx;
line-height: 100rpx;
letter-spacing: 50rpx;
//居中
全部评论 (0)
还没有任何评论哟~
