Browse Source

上传

master
前端-胡立永 9 months ago
parent
commit
85bad060fc
1 changed files with 19 additions and 0 deletions
  1. +19
    -0
      pages_order/product/productDetail.vue

+ 19
- 0
pages_order/product/productDetail.vue View File

@ -22,6 +22,17 @@
<image src="../static/product/like.png" mode=""></image>
</view>
</view>
<view class="tips">
<view class="tip">
专业设备
</view>
<view class="tip">
科学流程
</view>
<view class="tip">
质量保证
</view>
</view>
</view>
<view class="info-unit">
@ -125,6 +136,14 @@
}
}
}
.tips{
display: flex;
font-size: 20rpx;
margin-top: 30rpx;
.tip{
margin-right: 40rpx;
}
}
}
.info-unit{
margin-top: 20rpx;


Loading…
Cancel
Save