Browse Source

1.我的银行卡页面布局调整修改 2.我的账户页面布局调整修改 3.签到领积分页面布局调整修改

master
dy-hu 1 year ago
parent
commit
2572e343f4
  1. 12
      pages.json
  2. 2
      pages_category_page1/integral/exchangeDetail.vue
  3. 24
      pages_category_page1/integral/index.vue
  4. 10
      pages_category_page1/integral/sign.vue
  5. 19
      pages_category_page2/userModule/bankcard.vue
  6. 8
      pages_category_page2/userModule/memberAccount.vue
  7. BIN
      static/images/temp/accountBg.png
  8. BIN
      static/images/temp/addBankBg.png
  9. BIN
      static/images/temp/bankBg.png
  10. BIN
      static/images/temp/detailIcon.png
  11. BIN
      static/images/temp/detailIcon1.png
  12. BIN
      static/images/temp/exchangeIcon.png
  13. BIN
      static/images/temp/exchangeIcon1.png
  14. BIN
      static/images/temp/integral_bg.png
  15. BIN
      static/images/temp/signBg.png
  16. BIN
      static/images/temp/signIcon.png
  17. BIN
      static/images/temp/signIcon1.png
  18. BIN
      static/images/temp/signState.png
  19. BIN
      static/images/temp/signState1.png

12
pages.json

@ -79,8 +79,8 @@
"path": "integral/index",
"style": {
"navigationBarTitleText": "%page.myintegral%",
"navigationBarBackgroundColor": "#333333",
"backgroundColor": "#333333",
"navigationBarBackgroundColor": "#252744",
"backgroundColor": "#252744",
"navigationBarTextStyle": "white"
}
}, {
@ -95,8 +95,8 @@
"path": "integral/sign",
"style": {
"navigationBarTitleText": "%page.signintoearnpoints%",
"navigationBarBackgroundColor": "#333333",
"backgroundColor": "#333333",
"navigationBarBackgroundColor": "#252744",
"backgroundColor": "#252744",
"navigationBarTextStyle": "white"
}
}, {
@ -448,8 +448,8 @@
"path": "userModule/bankcard",
"style": {
"navigationBarTitleText": "%page.bankcard%",
"navigationBarBackgroundColor": "#333333",
"backgroundColor": "#333333",
"navigationBarBackgroundColor": "#252744",
"backgroundColor": "#252744",
"navigationBarTextStyle": "white"
}
},

2
pages_category_page1/integral/exchangeDetail.vue

@ -197,7 +197,7 @@ page {
padding-bottom: 200rpx;
background: #F8F8F8;
.topBg {
background: url("https://ceres.zkthink.com/static/images/addBankBg.png") no-repeat left top;
background: url("@/static/images/temp/integral_bg.png") no-repeat left top;
background-size: contain;
height: 350rpx;
padding: 40rpx 20rpx 0 20rpx;

24
pages_category_page1/integral/index.vue

@ -58,7 +58,7 @@
<view class="signInBox">
<view class="signItem flex-items flex-sp-between" v-for="(item, index) of integralRecord" :key="index">
<view class="leftBox flex-items">
<image src="https://ceres.zkthink.com/static/images/signIcon1.png"></image>
<image src="@/static/images/temp/signIcon1.png"></image>
<view class="leftInfo">
<label class="fs28 font-color-252744">{{item.recordContent}}</label>
<view class="fs24 font-color-90919C">{{item.createTime}}</view>
@ -243,10 +243,10 @@ page {
background: #FAFAFA;
}
.memberCenter {
border-top: 1rpx solid #4b4b4b;
background: url("https://ceres.zkthink.com/static/images/addBankBg.png") no-repeat left top;
border-top: 1rpx solid #252744;
background: url("@/static/images/temp/integral_bg.png") no-repeat left top;
background-size: contain;
min-height: 800rpx;
min-height: 389rpx;
padding: 0 20rpx;
.memberBox {
min-height: 230rpx;
@ -310,13 +310,13 @@ page {
background: #ffffff;
height: 96rpx;
border-radius: 24rpx;
padding: 0 20rpx;
padding: 0 30rpx;
.signLeft {
.signIcon {
background: url("https://ceres.zkthink.com/static/images/signIcon.png") no-repeat center left;
background: url("@/static/images/temp/signIcon.png") no-repeat center left;
background-size: contain;
height: 120rpx;
width: 96rpx;
height: 76rpx;
width: 76rpx;
margin-right: 20rpx;
}
}
@ -342,22 +342,22 @@ page {
margin-right: 15rpx;
}
.detailIcon {
background: url("https://ceres.zkthink.com/static/images/detailIcon.png") no-repeat center center;
background: url("@/static/images/temp/detailIcon1.png") no-repeat center center;
background-size: contain;
}
.exchangeIcon {
background: url("https://ceres.zkthink.com/static/images/exchangeIcon.png") no-repeat center center;
background: url("@/static/images/temp/exchangeIcon1.png") no-repeat center center;
background-size: contain;
}
}
.active {
background: #252744;
.detailIcon {
background: url("https://ceres.zkthink.com/static/images/detailIcon1.png") no-repeat center center;
background: url("@/static/images/temp/detailIcon.png") no-repeat center center;
background-size: contain;
}
.exchangeIcon {
background: url("https://ceres.zkthink.com/static/images/exchangeIcon1.png") no-repeat center center;
background: url("@/static/images/temp/exchangeIcon.png") no-repeat center center;
background-size: contain;
}
text {

10
pages_category_page1/integral/sign.vue

@ -277,7 +277,7 @@ page {
.signBox {
padding-bottom: 50rpx;
.signBg {
background: url("https://ceres.zkthink.com/static/images/signBg.png") no-repeat left top;
background: url("@/static/images/temp/signBg.png") no-repeat left top;
background-size: contain;
min-height: 702rpx;
padding-top: 160rpx;
@ -293,16 +293,16 @@ page {
}
.signState {
.signStateBg {
width: 300rpx;
height: 300rpx;
background: url("https://ceres.zkthink.com/static/images/signState.png") no-repeat left top;
width: 304rpx;
height: 304rpx;
background: url("@/static/images/temp/signState.png") no-repeat left top;
background-size: contain;
text {
color: #C83732;
}
}
.noSign {
background: url("https://ceres.zkthink.com/static/images/signState1.png") no-repeat left top;
background: url("@/static/images/temp/signState1.png") no-repeat left top;
background-size: contain;
text {
color: #FFFFFF;

19
pages_category_page2/userModule/bankcard.vue

@ -116,7 +116,7 @@
<style lang="scss">
.container{
.bankcardList {
background: url("https://ceres.zkthink.com/static/images/addBankBg.png") no-repeat left top;
background: url("@/static/images/temp/addBankBg.png") no-repeat left top;
background-size: contain;
display: block;
padding-bottom: 85px;
@ -154,17 +154,16 @@
display: flex;
align-items: center;
justify-content: space-around;
padding: 0 30upx;
margin-bottom: 30rpx;
margin-bottom: 10rpx;
.bankcard-detail {
width: 100%;
height: 334rpx;
background: url("https://ceres.zkthink.com/static/images/accountBg.png") no-repeat left top;
height: 451rpx;
background: url("@/static/images/temp/accountBg.png") no-repeat left top;
background-size: contain;
border-radius: 18rpx;
.bankname {
color: #71521B;
margin-left:30rpx;
color: #ffffff;
margin-left:80rpx;
margin-top:7px;
}
.banktype {
@ -174,10 +173,10 @@
color: #9C9C9C;
}
.cardnum {
color: #71521B;
color: #ffffff;
margin: 0 auto;
margin-top: 120rpx;
margin-left:30rpx;
margin-top: 150rpx;
margin-left:80rpx;
font-size:20px;
}
}

8
pages_category_page2/userModule/memberAccount.vue

@ -98,15 +98,15 @@ page {
.balance{
display: block;
height: 400rpx;
background: url("https://ceres.zkthink.com/static/images/bankBg.png") no-repeat left top;
background: url("@/static/images/temp/bankBg.png") no-repeat center top;
background-size: cover;
text-align:center;
padding: 100rpx 20rpx 0 20rpx;
}
.balanceInfo {
width: 712rpx;
background: url("https://ceres.zkthink.com/static/images/accountBg.png") no-repeat left top;
height: 342rpx;
width: 100%;
background: url("@/static/images/temp/accountBg.png") no-repeat center top;
height: 451rpx;
background-size: cover;
margin: -300rpx auto 0 auto;
display: flex;

BIN
static/images/temp/accountBg.png

After

Width: 788  |  Height: 451  |  Size: 95 KiB

BIN
static/images/temp/addBankBg.png

After

Width: 750  |  Height: 389  |  Size: 10 KiB

BIN
static/images/temp/bankBg.png

After

Width: 750  |  Height: 502  |  Size: 18 KiB

BIN
static/images/temp/detailIcon.png

After

Width: 48  |  Height: 48  |  Size: 1.8 KiB

BIN
static/images/temp/detailIcon1.png

After

Width: 48  |  Height: 48  |  Size: 2.1 KiB

BIN
static/images/temp/exchangeIcon.png

After

Width: 48  |  Height: 48  |  Size: 1.9 KiB

BIN
static/images/temp/exchangeIcon1.png

After

Width: 48  |  Height: 48  |  Size: 2.2 KiB

BIN
static/images/temp/integral_bg.png

After

Width: 750  |  Height: 295  |  Size: 4.5 KiB

BIN
static/images/temp/signBg.png

After

Width: 750  |  Height: 702  |  Size: 123 KiB

BIN
static/images/temp/signIcon.png

After

Width: 76  |  Height: 76  |  Size: 7.9 KiB

BIN
static/images/temp/signIcon1.png

After

Width: 90  |  Height: 90  |  Size: 4.5 KiB

BIN
static/images/temp/signState.png

After

Width: 304  |  Height: 304  |  Size: 53 KiB

BIN
static/images/temp/signState1.png

After

Width: 304  |  Height: 304  |  Size: 42 KiB

Loading…
Cancel
Save