Browse Source

小程序购物车界面布局修改

master
dy-hu 11 months ago
parent
commit
f0305fbc2a
  1. 2
      components/hoteRecommed/index.vue
  2. 7
      pages/tabbar/cart/index.vue

2
components/hoteRecommed/index.vue

@ -75,7 +75,7 @@ export default {
<style lang="scss" scoped>
.hotTemplate{
padding: 1rpx 0 50rpx 0;
background: #efefef;
background: #FAFAFA ;
.evaluateIcon {
margin: 30rpx 0 20rpx 0;
justify-content: center;

7
pages/tabbar/cart/index.vue

@ -211,9 +211,9 @@
</view>
<!-- 热门推荐 -->
<HotTemplate class="u-skeleton-fillet"/>
<HotTemplate v-if="isEmpty" class="u-skeleton-fillet"/>
<view style="width: 100%;height: 120rpx;background-color:#fff;"></view>
<view style="width: 100%;height: 140rpx;background-color:#FAFAFA;"></view>
<!-- 删除确认弹窗 -->
<DeleteModal
@ -1109,4 +1109,7 @@ export default {
color: #252744;
}
}
page{
background-color: #FAFAFA;
}
</style>
Loading…
Cancel
Save