This commit is contained in:
kbing1981 2024-08-08 17:11:34 +08:00
parent 9559428e45
commit 373a6c99be
9 changed files with 57 additions and 46 deletions

View File

@ -3,7 +3,7 @@
<view class="header">
<view class="header-top">
<view class="flex">
<image style="width:100rpx; height:100rpx; margin-right: 10rpx;" src="../../static/purse3.png"></image>
<image style="width:100rpx; height:100rpx; margin-right: 10rpx;" src="../../static/purse5.png"></image>
<view class="header-bottom">
<view class="header-text">{{titleData}}</view>
<view class="header-bottom-money">{{earnings}}</view>
@ -14,7 +14,7 @@
<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>
<span class="header-text1">{{startTime}}</span><span style="color: #029d88; margin-right: 5rpx;">~</span><span class="header-text1">{{endTime}}</span>
</view>
</view>
</view>

View File

@ -3,18 +3,18 @@
<view class="header">
<view class="header-top">
<view class="header-bottom" >
<image style="width:100rpx; height:100rpx; margin-right: 10rpx;" src="../../static/purse3.png"></image>
<image style="width:100rpx; height:100rpx; margin-right: 10rpx;" src="../../static/purse4.png"></image>
<view>
<view class="header-text" style=" margin-top: -5px;">当前收益</view>
<view class="header-text">当前收益</view>
<view class="header-bottom-money">{{shouyiMoeny}}</view>
</view>
</view>
<view class="header-top-left">
<view style="margin-bottom: 10rpx;">
<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>
<span class="header-text1">{{startTime}}</span><span style="color: #029d88; margin-right: 5rpx;">~</span><span class="header-text1">{{endTime}}</span>
</view>
</view>
</view>

View File

@ -2,19 +2,28 @@
<view class="content">
<view class="header">
<view class="header-top">
<view class="header-top-left">
<view class="header-bottom">
<image style="width:100rpx; height:100rpx; margin-right: 10rpx;" src="../../static/purse3.png"></image>
<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 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-btn" @click="wangqi">往期积分</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>
<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="flex justify-end">
<view class="header-top-btn" @click="wangqi">往期积分</view>
</view>
</view>
<view class="tapNav-list">
@ -323,15 +332,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{
@ -609,35 +616,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;
@ -645,10 +655,9 @@
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%;
@ -659,14 +668,15 @@
}
.header{
width: 100%;
height: 300rpx;
padding: 5px 20px;
background:#f7f7f7 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%;

View File

@ -35,7 +35,7 @@
</view>
<view>
<span class="header-text1">{{startTime}}</span>
<span style="color: #fff; margin-right: 5rpx;">~</span>
<span style="color: #029d88; margin-right: 5rpx;">~</span>
<span class="header-text1">{{endTime}}</span>
</view>
</view>

View File

@ -3,7 +3,7 @@
<view class="header">
<view class="header-top">
<view class="flex">
<image style="width:100rpx; height:100rpx; margin-right: 10rpx;" src="../../static/purse3.png"></image>
<image style="width:100rpx; height:100rpx; margin-right: 10rpx;" src="../../static/purse5.png"></image>
<view class="header-bottom">
<view class="header-text">{{titleData}}</view>
<view class="header-bottom-money">
@ -16,7 +16,7 @@
<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>
<span class="header-text1">{{startTime}}</span><span style="color: #029d88; margin-right: 5rpx;">~</span><span class="header-text1">{{endTime}}</span>
</view>
</view>

View File

@ -20,9 +20,9 @@
<view class="header">
<view class="header-top">
<view class="header-bottom" >
<image style="width:100rpx; height:100rpx; margin-right: 10rpx;" src="../../static/purse3.png"></image>
<image style="width:100rpx; height:100rpx; margin-right: 10rpx;" src="../../static/purse4.png"></image>
<view>
<view class="header-text" style=" margin-top: -5px;">当前业绩</view>
<view class="header-text" style=" margin-top: -5px;">当前收益</view>
<view class="header-bottom-money">{{shouyiMoeny}}</view>
</view>
</view>
@ -32,7 +32,7 @@
</view>
<view>
<span class="header-text1">{{startTime}}</span>
<span style="color: #fff; margin-right: 5rpx;">~</span>
<span style="color: #029d88; margin-right: 5rpx;">~</span>
<span class="header-text1">{{endTime}}</span>
</view>
</view>
@ -40,7 +40,7 @@
<u-action-sheet :list="wqlistData" v-model="wqsyshow" @click="wqlistCallback"></u-action-sheet>
</view>
<view class="flex justify-end">
<view class="header-top-btn" @click="wangqi" style="font-size: 14px; margin-top: -8px;">往期业绩</view>
<view class="header-top-btn" @click="wangqi" style="font-size: 14px; margin-top: -8px;">往期收益</view>
</view>
<!--<view class="header-bottom" style="margin-bottom: 40rpx;">
<view class="header-text" style=" margin-top: -5px;">当前收益</view>

View File

@ -2,6 +2,10 @@
<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>
<view class="header-top-left">
<view>
<span class="header-text"></image>当前周期</span>
@ -10,11 +14,9 @@
<span class="header-text1">{{startTime}}</span><span style="color: #fff; margin-right: 5rpx;">~</span><span class="header-text1">{{endTime}}</span>
</view>
</view>
<view class="header-top-btn" @click="wangqi">往期积分</view>
</view>
<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="flex justify-end">
<view class="header-top-btn" @click="wangqi">往期积分</view>
</view>
</view>
<!-- 往期时间选择 -->
@ -710,7 +712,6 @@
display: flex;
flex-direction: row;
justify-content: space-between;
margin-bottom: 10px;
}
.header{
width: 100%;

BIN
static/purse4.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.3 KiB

BIN
static/purse5.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.5 KiB