Browse Source

样式修改

master
zhengshuiqi 3 years ago
parent
commit
04e80bd181
  1. 4
      pages/account/wishlist.vue
  2. 5
      pages/index/index.vue
  3. 5
      pages/shippingCart/index.vue

4
pages/account/wishlist.vue

@ -4,7 +4,7 @@
<uni-nav-bar left-icon="left" :rightText="isDelete?'Done':'Delete'" :fixed="true" :border="false"
title="Wishlist" color="#fff" backgroundColor="#000000" @clickLeft="back" @clickRight="clickRight()"/>
</view>
<view class="wishlist-modification padding-top-40">
<view class="wishlist padding-top-40">
<view class="wishlist_item" v-for="(item,index) in goodsList" :key="item.goods_id" >
<view class="wishlist_item_img "@click="isDelete?selectGoods(item.goods_id,index): goDetails(item.goods_id)">
<image :src="item.goods_img" mode="" class="wishlist_item_img_goods"></image>
@ -15,6 +15,8 @@
<view class="wishlist_item_bottom">
<text style="margin-left: 4px;">US${{item.promote_price?item.promote_price:item.shop_price}}</text>
<image src="../../static/icon/cat_white.png" mode="" style="margin-right: 0px;" class="wishlist_item_bottom_icon" @click="isCart=true,getDate(item)"></image>
<text>US${{item.promote_price?item.promote_price:item.shop_price}}</text>
<image src="../../static/icon/cat_white.png" mode="" class="wishlist_item_bottom_icon" @click="isCart=true,getDate(item)"></image>
<!-- <image src="../../static/img/delete.png" mode="" class="wishlist_item_bottom_icon" @click="removeL(item)"> --></image>
</view>
</view>

5
pages/index/index.vue

@ -1664,16 +1664,15 @@
}
.bootom_last {
height: 200rpx;
height: 300rpx;
width: 100%;
color: #fff;
background-color: #000;
margin-bottom: 200rpx;
font-size: 25rpx;
padding-bottom: 40rpx;
// line-height: 300rpx;
line-height: 300rpx;
text-align: center;
line-height: 115rpx;
}

5
pages/shippingCart/index.vue

@ -1198,13 +1198,12 @@
}
.bootom_last1{
height: 200rpx;
// height: 300rpx;
height: 300rpx;
width: 100%;
color: #000;
// background-color: #fff;
font-size: 25rpx;
line-height: 115rpx;
line-height: 300rpx;
text-align: center;
}
.recommend_content{

Loading…
Cancel
Save