This commit is contained in:
kbing1981 2024-07-16 11:46:39 +08:00
parent 62245d0307
commit 5939ffa7b7
1 changed files with 16 additions and 12 deletions

View File

@ -2,21 +2,26 @@
<view class="content">
<view class="header">
<view class="header-top">
<view class="header-bottom" style="margin-bottom: 40rpx;">
<view class="header-text" style=" margin-top: -5px;">当前收益</view>
<view class="header-bottom-money">{{shouyiMoeny}}</view>
</view>
<view class="header-top-left">
<view>
<view style="margin-bottom: 10rpx;">
<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 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-bottom-money">{{shouyiMoeny}}</view>
<view class="header-top-btn" @click="wangqi" style="font-size: 14px; margin-top: -8px;">往期收益</view>
<!--<view class="header-bottom" style="margin-bottom: 40rpx;">
<view class="header-text" style=" margin-top: -5px;">当前收益</view>
<view class="header-bottom-money">{{shouyiMoeny}}</view>
</view>
<!-- 性别选择 -->
性别选择 -->
<u-action-sheet :list="wqlistData" v-model="wqsyshow" @click="wqlistCallback"></u-action-sheet>
</view>
<t-refresh class="mian" ref="refresh" v-if="listData.length>0" @refresh="refresh" @loadMore="loadMore" :loadingType="loadingType" :tPadding="0" >
@ -347,10 +352,8 @@
padding: 1rpx 10rpx;
}
.header-top-left{
display: flex;
flex-direction: row;
justify-content: space-between;
margin-top: -10rpx;
text-align: right;
}
.header-top{
width: 100%;
@ -359,15 +362,16 @@
justify-content: space-between;
}
.header{
width: 100%;
height: 300rpx;
height: 280rpx;
padding: 15px;
background:#f7f7f7 url('../../static/index/fun_banner4.png');
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;
margin:0 26rpx;
border-radius: 24rpx;
}
.content{
width: 100%;