This commit is contained in:
kbing1981 2024-07-12 14:07:55 +08:00
parent 93741609e3
commit 3998fdfe2b
4 changed files with 31 additions and 30 deletions

View File

@ -504,6 +504,7 @@
font-size: 28rpx; font-size: 28rpx;
color: #FFFFFF; color: #FFFFFF;
margin-top: 2px; margin-top: 2px;
margin-bottom: 20rpx;
} }
.header-top-left image{ .header-top-left image{
width: 24.31rpx; width: 24.31rpx;
@ -544,7 +545,6 @@
overflow: scroll; overflow: scroll;
} }
.clock-padding{ .clock-padding{
padding:0rpx 26rpx;
font-family: Helvetica Neue, Helvetica, sans-serif; font-family: Helvetica Neue, Helvetica, sans-serif;
} }
.od-number{ .od-number{

View File

@ -356,7 +356,7 @@
width: 100%; width: 100%;
height: 300rpx; height: 300rpx;
padding: 15px; padding: 15px;
background:#f5f5f5 url('../../static/index/fun_banner4.png'); background:#ffffff 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;

View File

@ -11,7 +11,7 @@
</view> </view>
<view class="header-top-btn" @click="wangqi">往期{{orderType=='2'?'加钟率':'充值率'}}</view> <view class="header-top-btn" @click="wangqi">往期{{orderType=='2'?'加钟率':'充值率'}}</view>
</view> </view>
<view class="header-bottom"> <view class="header-bottom" style="margin-bottom: 40rpx;">
<view class="header-bottom-money"> <view class="header-bottom-money">
{{earnings}} {{earnings}}
</view> </view>
@ -502,14 +502,14 @@
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: 28rpx;
color: #FFFFFF; color: #FFFFFF;
margin-top: 2px; margin-top: 2px;
} }
@ -525,22 +525,22 @@
align-items: center; align-items: center;
} }
.header-top{ .header-top{
width: 100%; width: 100%;
display: flex; display: flex;
flex-direction: row; flex-direction: row;
justify-content: space-between; justify-content: space-between;
margin-bottom: 10px; margin-bottom: 10px;
} }
.header{ .header{
width: 100%; width: 100%;
height: 300rpx; height: 300rpx;
padding: 15px; padding: 15px;
background-image: url('../../static/index/fun_banner4.png'); background:#f5f5f5 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;
flex-direction: column; flex-direction: column;
justify-content: space-around; justify-content: space-around;
} }
.content{ .content{
width: 100%; width: 100%;

View File

@ -298,14 +298,14 @@
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: 28rpx;
color: #FFFFFF; color: #FFFFFF;
margin-top: 2px; margin-top: 2px;
} }
@ -325,17 +325,18 @@
display: flex; display: flex;
flex-direction: row; flex-direction: row;
justify-content: space-between; justify-content: space-between;
margin-bottom: 10px;
} }
.header{ .header{
width: 100%; width: 100%;
height: 300rpx; height: 300rpx;
padding: 15px; padding:0 15px;
background-image: url('../../static/index/fun_banner4.png'); background:#ffffff 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;
flex-direction: column; flex-direction: column;
justify-content: space-around; justify-content: space-around;
} }
.content{ .content{
width: 100%; width: 100%;