This commit is contained in:
parent
41f91f891b
commit
4f9a9ead76
|
@ -2,21 +2,34 @@
|
|||
<view class="content">
|
||||
<view class="header">
|
||||
<view class="header-top">
|
||||
<view class="header-bottom" style="margin-bottom: 56rpx;">
|
||||
<view class="header-bottom-money">{{sumJf}}<text style="font-size: 23rpx;font-weight: 400;">分</text> </view>
|
||||
<view class="header-text">当前积分</view>
|
||||
<view class="header-bottom">
|
||||
<image style="width:100rpx; height:100rpx; margin-right: 10rpx;" src="../../static/purse3.png"></image>
|
||||
<view>
|
||||
<view class="header-text">当前积分</view>
|
||||
<view class="header-bottom-money">{{sumJf}}<text style="font-size: 23rpx;font-weight: 400;">分</text></view>
|
||||
</view>
|
||||
</view>
|
||||
<view class="header-top-left">
|
||||
<view class="header-text" style="text-align: right;">
|
||||
当前周期
|
||||
</view>
|
||||
<view class="header-text1">
|
||||
<span>{{startTime}}</span>
|
||||
<span style="color: #029d88; margin-right: 5rpx;">~</span>
|
||||
<span>{{endTime}}</span>
|
||||
</view>
|
||||
</view>
|
||||
<!-- <view class="header-top-left">
|
||||
<view>
|
||||
<span class="header-text"></image>当前周期</span>
|
||||
</view>
|
||||
<view>
|
||||
<span class="header-text1">{{startTime}}</span><span style="color: #fff; margin-right: 5rpx;">~</span><span class="header-text1">{{endTime}}</span>
|
||||
</view>
|
||||
</view>
|
||||
</view> -->
|
||||
</view>
|
||||
<view class="flex justify-end">
|
||||
<view class="header-top-btn" @click="wangqi">往期积分</view>
|
||||
<view class="header-top-btn" @click="wangqi">往期积分</view>
|
||||
</view>
|
||||
</view>
|
||||
<!-- 往期时间选择 -->
|
||||
|
@ -33,7 +46,7 @@
|
|||
<view class="view-title">
|
||||
<view class="view-title-left">
|
||||
<span class="view-title-left-shuxian"></span>
|
||||
<span class="view-title-left-text">业绩积分:<text class="view-num">{{yjjf}}</text>(项目金额累计积分,兑换比例为1:1)</span>
|
||||
<span class="view-title-left-text">业绩积分:<text class="view-num">{{yjjf}}</text></span>
|
||||
</view>
|
||||
<!-- <view class="view-title-right" @click="jieshi">更多</view> -->
|
||||
</view>
|
||||
|
@ -88,15 +101,15 @@
|
|||
</view>
|
||||
<view class="mian-table">
|
||||
<view class="table-view">
|
||||
<span style="font-size: 22rpx;">序号</span>
|
||||
<span>序号</span>
|
||||
<span v-for="(item , index) in zxscList">{{index+1}}</span>
|
||||
</view>
|
||||
<view class="table-view">
|
||||
<span style="font-size: 22rpx;">获取时间</span>
|
||||
<span>获取时间</span>
|
||||
<span v-for="(item , index) in zxscList">{{item.jftime}}</span>
|
||||
</view>
|
||||
<view class="table-view">
|
||||
<span style="font-size: 22rpx;">获取积分</span>
|
||||
<span>获取积分</span>
|
||||
<span v-for="(item , index) in zxscList">{{item.jifen}}</span>
|
||||
</view>
|
||||
</view>
|
||||
|
@ -112,15 +125,15 @@
|
|||
</view>
|
||||
<view class="mian-table">
|
||||
<view class="table-view">
|
||||
<span style="font-size: 22rpx;">序号</span>
|
||||
<span>序号</span>
|
||||
<span v-for="(item , index) in czjfList">{{index+1}}</span>
|
||||
</view>
|
||||
<view class="table-view">
|
||||
<span style="font-size: 22rpx;">获取时间</span>
|
||||
<span>获取时间</span>
|
||||
<span v-for="(item , index) in czjfList">{{item.jftime}}</span>
|
||||
</view>
|
||||
<view class="table-view">
|
||||
<span style="font-size: 22rpx;">获取积分</span>
|
||||
<span>获取积分</span>
|
||||
<span v-for="(item , index) in czjfList">{{item.jifen}}</span>
|
||||
</view>
|
||||
</view>
|
||||
|
@ -386,15 +399,13 @@
|
|||
margin-bottom: 10px;
|
||||
}
|
||||
.tapNav-list{
|
||||
width: 96%;
|
||||
width:100%;
|
||||
margin: 0 auto;
|
||||
display: flex;
|
||||
flex-direction:row;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
background-color: #fff;
|
||||
border-radius: 15rpx;
|
||||
margin-top: -30px;
|
||||
padding: 10rpx 0;
|
||||
}
|
||||
.tapNav-view{
|
||||
|
@ -494,13 +505,12 @@
|
|||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
.table-view span{
|
||||
font-weight: 400;
|
||||
font-size: 19rpx;
|
||||
color: #666666;
|
||||
}
|
||||
.table-view span:nth-child(1){
|
||||
font-weight: bold;
|
||||
font-size:26rpx;
|
||||
}
|
||||
.table-view span:nth-child(2){
|
||||
font-size:26rpx;
|
||||
}
|
||||
.table-view span{
|
||||
margin-bottom: 15px;
|
||||
|
@ -559,7 +569,7 @@
|
|||
margin-bottom: 5px;
|
||||
}
|
||||
.mian-foot-list{
|
||||
width: 75%;
|
||||
width: 73%;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
@ -666,35 +676,38 @@
|
|||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
.header-bottom{
|
||||
display: flex;
|
||||
align-items: end;
|
||||
}
|
||||
.header-bottom-money{
|
||||
font-weight: bold;
|
||||
font-size: 49rpx;
|
||||
color: #FFFFFF;
|
||||
color: #00b198;
|
||||
margin-bottom: 3px;
|
||||
}
|
||||
.header-top-btn{
|
||||
width: 174rpx;
|
||||
height: 49rpx;
|
||||
line-height: 49rpx;
|
||||
line-height: 46rpx;
|
||||
text-align: center;
|
||||
font-size: 26rpx;
|
||||
color: #333333;
|
||||
background: #FFFFFF;
|
||||
background: linear-gradient(90deg, #019C88, #0FA78B, #35C495);
|
||||
border-radius: 24rpx;
|
||||
color: #fff;
|
||||
}
|
||||
.header-text{
|
||||
font-weight: 400;
|
||||
font-size: 26rpx;
|
||||
color: #FFFFFF;
|
||||
color: #00b198;
|
||||
margin-right: 8rpx;
|
||||
}
|
||||
.header-text1{
|
||||
font-weight: 400;
|
||||
font-size: 24rpx;
|
||||
color: #019c88;
|
||||
color: #00b198;
|
||||
margin-right: 8rpx;
|
||||
border-radius: 30rpx;
|
||||
background: #fff;
|
||||
padding: 1rpx 10rpx;
|
||||
}
|
||||
.header-top-left image{
|
||||
width: 24.31rpx;
|
||||
|
@ -702,27 +715,28 @@
|
|||
margin-right: 2px;
|
||||
margin-top: 3px;
|
||||
}
|
||||
.header-top-left{
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
..header-top-left{
|
||||
margin-top:40rpx;
|
||||
text-align: right;
|
||||
}
|
||||
.header-top{
|
||||
width: 100%;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
justify-content: space-between;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
.header{
|
||||
width: 100%;
|
||||
height: 300rpx;
|
||||
padding: 5px 20px;
|
||||
background:#f7f7f7f7 url('../../static/index/fun_banner4.png');
|
||||
height: 280rpx;
|
||||
padding: 15px;
|
||||
background:#f7f7f7 url('../../static/index/technician15.png');
|
||||
background-repeat: no-repeat;
|
||||
background-size: 100% 100%;
|
||||
background-size: 100%;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: space-around;
|
||||
/*border-radius: 24rpx;*/
|
||||
}
|
||||
.content{
|
||||
width: 100%;
|
||||
|
|
Loading…
Reference in New Issue