This commit is contained in:
parent
991f356f21
commit
bf9ebe0aa9
|
@ -3,15 +3,16 @@
|
||||||
<view class="header">
|
<view class="header">
|
||||||
<view class="header-top">
|
<view class="header-top">
|
||||||
<view class="header-top-left">
|
<view class="header-top-left">
|
||||||
<image src="../../static/index/dangqian1.png" mode=""></image>
|
<view>
|
||||||
<span class="header-text" style="margin-right: 5px;">
|
<span class="header-text"></image>当前周期</span>
|
||||||
当前周期
|
</view>
|
||||||
</span>
|
<view>
|
||||||
<span class="header-text">{{startTime}}~{{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 class="header-top-btn" @click="wangqi">往期积分</view>
|
<view class="header-top-btn" @click="wangqi">往期积分</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="header-bottom" style="margin-bottom: 50rpx;">
|
<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-bottom-money">{{sumJf}}<text style="font-size: 23rpx;font-weight: 400;">分</text> </view>
|
||||||
<view class="header-text">当前积分</view>
|
<view class="header-text">当前积分</view>
|
||||||
</view>
|
</view>
|
||||||
|
@ -651,6 +652,16 @@
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
font-size: 26rpx;
|
font-size: 26rpx;
|
||||||
color: #FFFFFF;
|
color: #FFFFFF;
|
||||||
|
margin-right: 8rpx;
|
||||||
|
}
|
||||||
|
.header-text1{
|
||||||
|
font-weight: 400;
|
||||||
|
font-size: 24rpx;
|
||||||
|
color: #019c88;
|
||||||
|
margin-right: 8rpx;
|
||||||
|
border-radius: 30rpx;
|
||||||
|
background: #fff;
|
||||||
|
padding: 1rpx 10rpx;
|
||||||
}
|
}
|
||||||
.header-top-left image{
|
.header-top-left image{
|
||||||
width: 24.31rpx;
|
width: 24.31rpx;
|
||||||
|
|
|
@ -2,10 +2,13 @@
|
||||||
<view class="content">
|
<view class="content">
|
||||||
<view class="header">
|
<view class="header">
|
||||||
<view class="header-top">
|
<view class="header-top">
|
||||||
<view class="header-top-left" style="margin-top: -10px;">
|
<view class="header-top-left">
|
||||||
<image src="../../static/index/dangqian1.png" mode=""></image>
|
<view>
|
||||||
<span class="header-text">当前周期</span>
|
<span class="header-text"></image>当前周期</span>
|
||||||
<span class="header-text" style="font-size: 16px;">{{startTime}}~{{endTime}}</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 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>
|
||||||
|
@ -330,10 +333,19 @@
|
||||||
}
|
}
|
||||||
.header-text{
|
.header-text{
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
font-size: 28rpx;
|
font-size: 26rpx;
|
||||||
color: #FFFFFF;
|
color: #FFFFFF;
|
||||||
margin-right: 8rpx;
|
margin-right: 8rpx;
|
||||||
}
|
}
|
||||||
|
.header-text1{
|
||||||
|
font-weight: 400;
|
||||||
|
font-size: 24rpx;
|
||||||
|
color: #019c88;
|
||||||
|
margin-right: 8rpx;
|
||||||
|
border-radius: 30rpx;
|
||||||
|
background: #fff;
|
||||||
|
padding: 1rpx 10rpx;
|
||||||
|
}
|
||||||
.header-top-left image{
|
.header-top-left image{
|
||||||
width: 24.31rpx;
|
width: 24.31rpx;
|
||||||
height:22.92rpx;
|
height:22.92rpx;
|
||||||
|
@ -341,9 +353,10 @@
|
||||||
margin-top: 3px;
|
margin-top: 3px;
|
||||||
}
|
}
|
||||||
.header-top-left{
|
.header-top-left{
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
align-items: center;
|
justify-content: space-between;
|
||||||
|
margin-top: -10rpx;
|
||||||
}
|
}
|
||||||
.header-top{
|
.header-top{
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
|
@ -3,15 +3,16 @@
|
||||||
<view class="header">
|
<view class="header">
|
||||||
<view class="header-top">
|
<view class="header-top">
|
||||||
<view class="header-top-left">
|
<view class="header-top-left">
|
||||||
<image src="../../static/index/dangqian1.png" mode=""></image>
|
<view>
|
||||||
<span class="header-text" style="margin-right: 5px;">
|
<span class="header-text"></image>当前周期</span>
|
||||||
当前周期
|
</view>
|
||||||
</span>
|
<view>
|
||||||
<span class="header-text">{{startTime}}~{{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 class="header-top-btn" @click="wangqi">往期积分</view>
|
<view class="header-top-btn" @click="wangqi">往期积分</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="header-bottom">
|
<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-bottom-money">{{sumJf}}<text style="font-size: 23rpx;font-weight: 400;">分</text> </view>
|
||||||
<view class="header-text">当前积分</view>
|
<view class="header-text">当前积分</view>
|
||||||
</view>
|
</view>
|
||||||
|
@ -369,7 +370,7 @@
|
||||||
<style scoped>
|
<style scoped>
|
||||||
.tapNav-name{
|
.tapNav-name{
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
font-size: 31rpx;
|
font-size: 30rpx;
|
||||||
color: #333333;
|
color: #333333;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -383,13 +384,16 @@
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
}
|
}
|
||||||
.tapNav-list{
|
.tapNav-list{
|
||||||
width: 100%;
|
width: 96%;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction:row;
|
flex-direction:row;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
|
border-radius: 15rpx;
|
||||||
|
margin-top: -30px;
|
||||||
|
padding: 10rpx 0;
|
||||||
}
|
}
|
||||||
.tapNav-view{
|
.tapNav-view{
|
||||||
height: 40px;
|
height: 40px;
|
||||||
|
@ -670,15 +674,25 @@
|
||||||
height: 49rpx;
|
height: 49rpx;
|
||||||
line-height: 49rpx;
|
line-height: 49rpx;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
font-size: 21rpx;
|
font-size: 26rpx;
|
||||||
color: #333333;
|
color: #333333;
|
||||||
background: #FFFFFF;
|
background: #FFFFFF;
|
||||||
border-radius: 24rpx;
|
border-radius: 24rpx;
|
||||||
}
|
}
|
||||||
.header-text{
|
.header-text{
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
font-size: 22rpx;
|
font-size: 26rpx;
|
||||||
color: #FFFFFF;
|
color: #FFFFFF;
|
||||||
|
margin-right: 8rpx;
|
||||||
|
}
|
||||||
|
.header-text1{
|
||||||
|
font-weight: 400;
|
||||||
|
font-size: 24rpx;
|
||||||
|
color: #019c88;
|
||||||
|
margin-right: 8rpx;
|
||||||
|
border-radius: 30rpx;
|
||||||
|
background: #fff;
|
||||||
|
padding: 1rpx 10rpx;
|
||||||
}
|
}
|
||||||
.header-top-left image{
|
.header-top-left image{
|
||||||
width: 24.31rpx;
|
width: 24.31rpx;
|
||||||
|
@ -700,9 +714,9 @@
|
||||||
}
|
}
|
||||||
.header{
|
.header{
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 200rpx;
|
height: 300rpx;
|
||||||
padding: 15px;
|
padding: 5px 20px;
|
||||||
background-image: url('../../static/index/fun_banner4.png');
|
background:#f7f7f7f7 url('../../static/index/fun_banner4.png');
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-size: 100% 100%;
|
background-size: 100% 100%;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|
Loading…
Reference in New Issue