|
|
@ -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 { |
|
|
|