This commit is contained in:
parent
62245d0307
commit
5939ffa7b7
|
@ -2,21 +2,26 @@
|
||||||
<view class="content">
|
<view class="content">
|
||||||
<view class="header">
|
<view class="header">
|
||||||
<view class="header-top">
|
<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 class="header-top-left">
|
||||||
<view>
|
<view style="margin-bottom: 10rpx;">
|
||||||
<span class="header-text"></image>当前周期</span>
|
<span class="header-text"></image>当前周期</span>
|
||||||
</view>
|
</view>
|
||||||
<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: #fff; margin-right: 5rpx;">~</span><span class="header-text1">{{endTime}}</span>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
|
|
||||||
|
</view>
|
||||||
<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-bottom" style="margin-bottom: 40rpx;">
|
|
||||||
<view class="header-bottom-money">{{shouyiMoeny}}</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>
|
||||||
<!-- 性别选择 -->
|
性别选择 -->
|
||||||
<u-action-sheet :list="wqlistData" v-model="wqsyshow" @click="wqlistCallback"></u-action-sheet>
|
<u-action-sheet :list="wqlistData" v-model="wqsyshow" @click="wqlistCallback"></u-action-sheet>
|
||||||
</view>
|
</view>
|
||||||
<t-refresh class="mian" ref="refresh" v-if="listData.length>0" @refresh="refresh" @loadMore="loadMore" :loadingType="loadingType" :tPadding="0" >
|
<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;
|
padding: 1rpx 10rpx;
|
||||||
}
|
}
|
||||||
.header-top-left{
|
.header-top-left{
|
||||||
display: flex;
|
|
||||||
flex-direction: row;
|
|
||||||
justify-content: space-between;
|
|
||||||
margin-top: -10rpx;
|
margin-top: -10rpx;
|
||||||
|
text-align: right;
|
||||||
}
|
}
|
||||||
.header-top{
|
.header-top{
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
@ -359,15 +362,16 @@
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
}
|
}
|
||||||
.header{
|
.header{
|
||||||
width: 100%;
|
height: 280rpx;
|
||||||
height: 300rpx;
|
|
||||||
padding: 15px;
|
padding: 15px;
|
||||||
background:#f7f7f7 url('../../static/index/fun_banner4.png');
|
background:#f7f7f7 url('../../static/index/technician15.png');
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-size: 100% 100%;
|
background-size: 100% ;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
justify-content: space-around;
|
justify-content: space-around;
|
||||||
|
margin:0 26rpx;
|
||||||
|
border-radius: 24rpx;
|
||||||
}
|
}
|
||||||
.content{
|
.content{
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
Loading…
Reference in New Issue