|
@@ -2,7 +2,9 @@
|
|
<view class="container">
|
|
<view class="container">
|
|
<view class="integral-mine-info">
|
|
<view class="integral-mine-info">
|
|
<view class="integral-info-round">
|
|
<view class="integral-info-round">
|
|
- <view class="integral-number">{{integralData.usableIntegral}}</view>
|
|
|
|
|
|
+ <view class="integral-number" :style="{fontSize: integralData.usableIntegral >= 1000000 ? '26px' : (integralData.usableIntegral >= 100000 ? '31px' :'')}">
|
|
|
|
+ {{integralData.usableIntegral}}
|
|
|
|
+ </view>
|
|
<view class="integral-text">可用积分</view>
|
|
<view class="integral-text">可用积分</view>
|
|
<view class="integral-text">累计{{integralData.totalIntegral}}</view>
|
|
<view class="integral-text">累计{{integralData.totalIntegral}}</view>
|
|
</view>
|
|
</view>
|
|
@@ -125,6 +127,11 @@
|
|
}
|
|
}
|
|
</script>
|
|
</script>
|
|
|
|
|
|
|
|
+<style>
|
|
|
|
+ page {
|
|
|
|
+ background-color: #f7f7f7;
|
|
|
|
+ }
|
|
|
|
+</style>
|
|
<style lang="less" scoped>
|
|
<style lang="less" scoped>
|
|
page {
|
|
page {
|
|
width: 100%;
|
|
width: 100%;
|
|
@@ -144,7 +151,7 @@
|
|
background-size: 100% 180px;
|
|
background-size: 100% 180px;
|
|
background-position: center;
|
|
background-position: center;
|
|
background-repeat: no-repeat;
|
|
background-repeat: no-repeat;
|
|
- background-image: url(@/static/images/integralBg.png);
|
|
|
|
|
|
+ background-image: url(@/static/images/integralBg.jpg);
|
|
|
|
|
|
.integral-info-round {
|
|
.integral-info-round {
|
|
width: 118px;
|
|
width: 118px;
|