页面修改

This commit is contained in:
kbing1981 2024-06-28 11:08:20 +08:00
parent ac0206d5de
commit bfb503a07e
3 changed files with 12 additions and 9 deletions

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>
@ -281,7 +281,7 @@
} }
.tapNav-name{ .tapNav-name{
font-weight: bold; font-weight: bold;
font-size: 31rpx; font-size: 28rpx;
color: #333333; color: #333333;
} }
@ -497,10 +497,11 @@
color: #333333; color: #333333;
background: #FFFFFF; background: #FFFFFF;
border-radius: 24rpx; border-radius: 24rpx;
margin-top: 8rpx;
} }
.header-text{ .header-text{
font-weight: 400; font-weight: 400;
font-size: 22rpx; font-size: 27rpx;
color: #FFFFFF; color: #FFFFFF;
margin-top: 2px; margin-top: 2px;
} }
@ -525,8 +526,8 @@
.header{ .header{
width: 100%; width: 100%;
height: 300rpx; height: 300rpx;
padding: 15px; padding: 15px 20px;
background-image: url('../../static/index/fun_banner4.png'); background:#fff 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

@ -346,13 +346,15 @@
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;
} }
.tapNav-view{ .tapNav-view{
height: 40px; height: 40px;
@ -642,7 +644,7 @@
} }
.header-text{ .header-text{
font-weight: 400; font-weight: 400;
font-size: 28rpx; font-size: 26rpx;
color: #FFFFFF; color: #FFFFFF;
} }
.header-top-left image{ .header-top-left image{
@ -667,7 +669,7 @@
width: 100%; width: 100%;
height: 300rpx; height: 300rpx;
padding: 5px 20px; padding: 5px 20px;
background:#fff url('../../static/index/fun_banner4.png'); background:#f7f7f7 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

@ -256,6 +256,6 @@
margin: 30rpx 10rpx; margin: 30rpx 10rpx;
color: #FFFFFF; color: #FFFFFF;
font-size: 30rpx; font-size: 30rpx;
background: linear-gradient(to right, #223845, #00a85b); background: linear-gradient(90deg, #019C88, #28BA92, #35C495);
} }
</style> </style>