Browse Source

资源图片整理

master
dy-hu 9 months ago
parent
commit
1c08012ee0
  1. 2
      pages/tabbar/cart/index.vue
  2. 2
      pages/tabbar/user/index.vue
  3. 2
      pages_category_page1/goodsModule/goodsDetails.vue
  4. 39
      pages_category_page1/memberCenter/index.vue
  5. 2
      pages_category_page1/orderModule/index.vue
  6. 6
      pages_category_page1/orderModule/orderConfirm.vue
  7. 2
      pages_category_page1/orderModule/orderDetails.vue
  8. 2
      pages_category_page1/store/index.vue
  9. 8
      pages_category_page2/userModule/addAddress.vue
  10. 11
      pages_category_page2/userModule/addBankcard.vue
  11. 11
      pages_category_page2/userModule/bankcard.vue
  12. 17
      pages_category_page2/userModule/collection.vue
  13. 11
      pages_category_page2/userModule/messageCenter.vue

2
pages/tabbar/cart/index.vue

@ -73,7 +73,7 @@
></image>
<text class="shop-name">{{ item.shopName }}</text>
<image
src="https://wechat.hnthee.com/ceres-local-file/image/icon_cart_shop_forward.png"
src="https://wechat.hnthee.com/ceres-local-file/image/icon_common_grey_forward.png"
class="arrow-right-img"
></image>
</view>

2
pages/tabbar/user/index.vue

@ -26,7 +26,7 @@
</view>
<image
class="user-info-right"
src="https://wechat.hnthee.com/ceres-local-file/image/icon_cart_shop_forward.png"
src="https://wechat.hnthee.com/ceres-local-file/image/icon_common_grey_forward.png"
></image>
<view class="notice">
<view

2
pages_category_page1/goodsModule/goodsDetails.vue

@ -86,7 +86,7 @@
</view>
<image
class="arrow-icon"
src="https://wechat.hnthee.com/ceres-local-file/image/icon_cart_shop_forward.png"
src="https://wechat.hnthee.com/ceres-local-file/image/icon_common_grey_forward.png"
></image>
</view>
</view>

39
pages_category_page1/memberCenter/index.vue

@ -48,20 +48,20 @@
class="memberTopBg"
:style="{backgroundImage:'url('+item.memberLevelBackground+')'}"
>
<view class="flex-display flex-sp-between">
<view class="flex-display">
<view class="avatarBox">
<image :src="memberData.headImage"></image>
</view>
<view class="nameBox">
<view class="name fs36">{{ memberData.name }}</view>
<view class="name fs28 font-color-252744">{{ memberData.name }}</view>
<view class="level">
<image :src="item.memberLevelIcon"></image>
</view>
</view>
<view class="avatarBox">
<image :src="memberData.headImage"></image>
</view>
</view>
<view class="growing">
<view class="growingValue flex-display flex-sp-between">
<label class="fs24 fs-weight-400 font-color-333">当前会员成长值
<label class="fs28 fs-weight-400 font-color-252744">当前会员成长值
{{ memberData.growth }}</label>
<label
class="fs24 fs-weight-400 font-color-333 mar-left-20"
@ -74,7 +74,7 @@
>
<view style="width: 100%">
<progress
activeColor="#FFEBC4"
activeColor="#252744"
:percent="getPercent(memberData.growth, nextGrowth)"
active
stroke-width="2"
@ -110,14 +110,14 @@
:key="item.memberId"
>
<image :src="item.memberIcon"></image>
<view class="fs26">{{ item.memberName }}</view>
<view class="fs24">{{ item.memberName }}</view>
</view>
</view>
</view>
</view>
<view class="signIn">
<view class="signInList">
<view class="signTit fs30 font-color-333">快速成长</view>
<view class="signTit fs28 font-color-252744">快速成长</view>
<view class="signInBox">
<view class="signItem flex-items flex-sp-between">
<view class="itemLeft flex-items">
@ -125,8 +125,8 @@
<image src="https://ceres.zkthink.com/static/img/member/memberList2.png"></image>
</view>
<view class="leftInfo">
<label class="fs28 font-color-333">购物</label>
<view class="fs24 font-color-999">购买商品获取相应成长值</view>
<label class="fs28 font-color-252744">购物</label>
<view class="fs24 font-color-90919C">购买商品获取相应成长值</view>
</view>
</view>
<view
@ -321,7 +321,7 @@ export default {
.nameBox {
.name {
color: #333333;
margin-right: 30rpx;
margin-left: 20rpx;
margin-bottom: 10rpx;
}
@ -329,6 +329,7 @@ export default {
image {
width: 172rpx;
height: 50rpx;
margin-left: 20rpx;
}
}
}
@ -362,6 +363,8 @@ export default {
font-weight: bold;
height: 92rpx;
line-height: 92rpx;
font-size: 28rpx;
color: #252744;
}
.equityList {
@ -373,7 +376,7 @@ export default {
.equityItem {
width: 25%;
color: #666666;
color: #252744;
image {
width: 92rpx;
@ -415,11 +418,13 @@ export default {
.rightBtn {
width: 160rpx;
height: 58rpx;
line-height: 58rpx;
background: #333333;
height: 64rpx;
line-height: 64rpx;
background: #252744;
border-radius: 10rpx;
color: #FFEBC4;
font-size: 24rpx;
border-radius: 40rpx;
color: #ffffff;
text-align: center;
}
}

2
pages_category_page1/orderModule/index.vue

@ -44,7 +44,7 @@
/>
<text class="shop-name">{{ orderItem.shopName }}</text>
<image
src="https://wechat.hnthee.com/ceres-local-file/image/icon_cart_shop_forward.png"
src="https://wechat.hnthee.com/ceres-local-file/image/icon_common_grey_forward.png"
class="arrow-img"
/>
</view>

6
pages_category_page1/orderModule/orderConfirm.vue

@ -34,7 +34,7 @@
<text>你还没有收货地址哦点击这里添加</text>
</view>
<image
src="https://wechat.hnthee.com/ceres-local-file/image/address_foward.png"
src="https://wechat.hnthee.com/ceres-local-file/image/icon_common_grey_forward.png"
class="arrow-right-img"
></image>
</view>
@ -130,7 +130,7 @@
</view>
<image
class="discount-img"
src="https://wechat.hnthee.com/ceres-local-file/image/address_foward.png"
src="https://wechat.hnthee.com/ceres-local-file/image/icon_common_grey_forward.png"
></image>
</view>
<!-- <view class="discount-info-box flex-items" v-else>-->
@ -184,7 +184,7 @@
</view>
<image
class="discount-img"
src="https://wechat.hnthee.com/ceres-local-file/image/address_foward.png"
src="https://wechat.hnthee.com/ceres-local-file/image/icon_common_grey_forward.png"
></image>
</view>
</view>

2
pages_category_page1/orderModule/orderDetails.vue

@ -103,7 +103,7 @@
<image src="https://wechat.hnthee.com/ceres-local-file/image/cart_shop.png"
class="shop-img"></image>
<text class="shop-name">{{ dataList.shopName }}</text>
<image src="https://wechat.hnthee.com/ceres-local-file/image/icon_cart_shop_forward.png"
<image src="https://wechat.hnthee.com/ceres-local-file/image/icon_common_grey_forward.png"
class="arrow-img">
</image>
</view>

2
pages_category_page1/store/index.vue

@ -50,7 +50,7 @@
</view>
</view>
<view class="rightArrow">
<image src="https://wechat.hnthee.com/ceres-local-file/image/icon_cart_shop_forward.png"></image>
<image src="https://wechat.hnthee.com/ceres-local-file/image/icon_common_grey_forward.png"></image>
</view>
</view>
</view>

8
pages_category_page2/userModule/addAddress.vue

@ -22,7 +22,7 @@
<!-- <city-select v-model="locationShowFalg" @city-change="cityChange"></city-select>-->
<u-picker-cere mode="region" v-model="locationShowFalg" @confirm="cityChange" :default-region='addressData.defaultRegion' title="所在地"></u-picker-cere>
<text class="fs32" v-model="addressData.ssqText">{{addressData.ssqText}}</text>
<image class="arrow mar-left-20 mar-top-8" src="https://wechat.hnthee.com/ceres-local-file/image/address_add_forward.png"></image>
<image class="arrow mar-left-20 mar-top-8" src="https://wechat.hnthee.com/ceres-local-file/image/icon_common_grey_forward.png"></image>
</view>
</view>
<view class="detailAddress-box">
@ -34,7 +34,7 @@
<view class="fs32 addressTag">{{$t('common.addresstag')}}</view>
<view class="flex-items">
<text class="fs32" v-model="tag">{{tag}}</text>
<image class="arrow mar-left-20 mar-top-8" src="https://wechat.hnthee.com/ceres-local-file/image/address_add_forward.png"></image>
<image class="arrow mar-left-20 mar-top-8" src="https://wechat.hnthee.com/ceres-local-file/image/icon_common_grey_forward.png"></image>
</view>
</view>
<view class="defaultState-box flex-row-plus flex-sp-between flex-items">
@ -420,8 +420,8 @@ const API = require('../../config/api')
}
}
.arrow{
width: 16upx;
height: 28upx;
width: 16rpx;
height: 28rpx;
}
.saveAddress-box{
position: fixed;

11
pages_category_page2/userModule/addBankcard.vue

@ -349,12 +349,13 @@
left: 30upx;
.saveAddress {
width: 690upx;
height: 100upx;
color: #FFEBC4;
width: 690rpx;
height: 98rpx;
color: #ffffff;
text-align: center;
line-height: 100upx;
background: #333333;
line-height: 98rpx;
background: #252744;
border-radius: 50rpx;
}
}
}

11
pages_category_page2/userModule/bankcard.vue

@ -141,12 +141,13 @@
bottom: 50upx;
left: 30upx;
.addBankcard{
width: 690upx;
height: 100upx;
color: #FFEBC4;
width: 690rpx;
height: 98rpx;
color: #ffffff;
text-align: center;
line-height: 100upx;
background: #333333;
line-height: 98rpx;
background: #252744;
border-radius: 50rpx;
}
}
.addBankcard-content{

17
pages_category_page2/userModule/collection.vue

@ -129,8 +129,7 @@
</view>
</view>
<view class="toStore flex-items-plus fs24" @click="toStoreClick(item.shopId)">
进入店铺
<image src="https://wechat.hnthee.com/ceres-local-file/image/collect_shop_forward.png"></image>
<image src="https://wechat.hnthee.com/ceres-local-file/image/icon_common_big_forward.png"></image>
</view>
</view>
<view class="shopImgBox" v-if="item.productList.length>0">
@ -715,15 +714,15 @@
}
.toStore {
color: #FFFFFF;
padding: 10rpx 27rpx;
background: #252744;
margin-right: 15rpx;
border-radius: 30rpx;
//color: #FFFFFF;
//padding: 10rpx 27rpx;
//background: #252744;
//margin-right: 15rpx;
//border-radius: 30rpx;
image {
width: 10rpx;
height: 18rpx;
width: 20rpx;
height: 34px;
margin-left: 10rpx;
}
}

11
pages_category_page2/userModule/messageCenter.vue

@ -324,13 +324,13 @@
border-radius: 50%;
}
span {
font-size: 32upx;
color: #333333;
font-size: 28rpx;
color: #252744;
}
}
.messageTypeR {
color: #CCCCCC;
font-size: 24upx;
color: #90919C;
font-size: 24rpx;
}
}
.messageInfo {
@ -340,6 +340,7 @@
text-overflow:ellipsis;
white-space: nowrap;
margin: 20upx 40upx 20upx;
color: #252744;
img {
width: 100%;
margin-bottom: 25upx;
@ -347,7 +348,7 @@
p {
padding: 0 40upx;
color: #999999;
font-size: 28upx;
font-size: 28rpx;
}
}
}

Loading…
Cancel
Save