页面修改
This commit is contained in:
parent
ac0206d5de
commit
bfb503a07e
|
@ -11,7 +11,7 @@
|
|||
</view>
|
||||
<view class="header-top-btn" @click="wangqi">往期{{orderType=='2'?'加钟率':'充值率'}}</view>
|
||||
</view>
|
||||
<view class="header-bottom">
|
||||
<view class="header-bottom" style="margin-bottom: 40rpx;">
|
||||
<view class="header-bottom-money">
|
||||
{{earnings}}
|
||||
</view>
|
||||
|
@ -281,7 +281,7 @@
|
|||
}
|
||||
.tapNav-name{
|
||||
font-weight: bold;
|
||||
font-size: 31rpx;
|
||||
font-size: 28rpx;
|
||||
color: #333333;
|
||||
}
|
||||
|
||||
|
@ -497,10 +497,11 @@
|
|||
color: #333333;
|
||||
background: #FFFFFF;
|
||||
border-radius: 24rpx;
|
||||
margin-top: 8rpx;
|
||||
}
|
||||
.header-text{
|
||||
font-weight: 400;
|
||||
font-size: 22rpx;
|
||||
font-size: 27rpx;
|
||||
color: #FFFFFF;
|
||||
margin-top: 2px;
|
||||
}
|
||||
|
@ -525,8 +526,8 @@
|
|||
.header{
|
||||
width: 100%;
|
||||
height: 300rpx;
|
||||
padding: 15px;
|
||||
background-image: url('../../static/index/fun_banner4.png');
|
||||
padding: 15px 20px;
|
||||
background:#fff url('../../static/index/fun_banner4.png');
|
||||
background-repeat: no-repeat;
|
||||
background-size: 100% 100%;
|
||||
display: flex;
|
||||
|
|
|
@ -346,13 +346,15 @@
|
|||
margin-bottom: 10px;
|
||||
}
|
||||
.tapNav-list{
|
||||
width: 100%;
|
||||
width: 96%;
|
||||
margin: 0 auto;
|
||||
display: flex;
|
||||
flex-direction:row;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
background-color: #fff;
|
||||
border-radius: 15rpx;
|
||||
margin-top: -30px;
|
||||
}
|
||||
.tapNav-view{
|
||||
height: 40px;
|
||||
|
@ -642,7 +644,7 @@
|
|||
}
|
||||
.header-text{
|
||||
font-weight: 400;
|
||||
font-size: 28rpx;
|
||||
font-size: 26rpx;
|
||||
color: #FFFFFF;
|
||||
}
|
||||
.header-top-left image{
|
||||
|
@ -667,7 +669,7 @@
|
|||
width: 100%;
|
||||
height: 300rpx;
|
||||
padding: 5px 20px;
|
||||
background:#fff url('../../static/index/fun_banner4.png');
|
||||
background:#f7f7f7 url('../../static/index/fun_banner4.png');
|
||||
background-repeat: no-repeat;
|
||||
background-size: 100% 100%;
|
||||
display: flex;
|
||||
|
|
|
@ -256,6 +256,6 @@
|
|||
margin: 30rpx 10rpx;
|
||||
color: #FFFFFF;
|
||||
font-size: 30rpx;
|
||||
background: linear-gradient(to right, #223845, #00a85b);
|
||||
background: linear-gradient(90deg, #019C88, #28BA92, #35C495);
|
||||
}
|
||||
</style>
|
||||
|
|
Loading…
Reference in New Issue