This commit is contained in:
kbing1981 2024-07-26 17:45:56 +08:00
parent 3e61d39ff8
commit ba87c92eeb
6 changed files with 8 additions and 7 deletions

View File

@ -160,7 +160,7 @@
color: #ffffff; color: #ffffff;
margin-right: 10px; margin-right: 10px;
padding: 10rpx 20rpx; padding: 10rpx 20rpx;
background: linear-gradient(90deg, #5ecbbb, #36c0ae); background: linear-gradient(90deg, #ffdf96, #feca76);
border-radius: 20rpx 0 30rpx 0; border-radius: 20rpx 0 30rpx 0;
} }
.activeTab { .activeTab {
@ -279,7 +279,7 @@
width: 80rpx; width: 80rpx;
height: 80rpx; height: 80rpx;
padding: 40rpx; padding: 40rpx;
background:#ffeeeb url('../../static/purse.png')19rpx 19rpx; background:#ffefca url('../../static/purse.png')19rpx 19rpx;
background-size: 60% 60%; background-size: 60% 60%;
border-radius: 30rpx; border-radius: 30rpx;
background-repeat: no-repeat; background-repeat: no-repeat;
@ -293,7 +293,7 @@
align-items: center; align-items: center;
} }
.middele-color{ .middele-color{
color: #fc4643; color: #ff873a;
font-size: 40rpx; font-size: 40rpx;
font-weight: bold; font-weight: bold;
} }

View File

@ -26,7 +26,7 @@
<view class="middele-icon-back"><image class="middele-img"src="../../static/purse.png" mode=""></image></view> <view class="middele-icon-back"><image class="middele-img"src="../../static/purse.png" mode=""></image></view>
<view class="middele-title"> <view class="middele-title">
<view class="middele-color">{{this.homePageDataNum.totalRevenue ? this.homePageDataNum.totalRevenue : 0 }}</view> <view class="middele-color">{{this.homePageDataNum.totalRevenue ? this.homePageDataNum.totalRevenue : 0 }}</view>
<view class="IntegralClassifyInnerBottom"> <view class="IntegralClassifyInnerBottom" style="color: #FF6000;">
本期收益() 本期收益()
</view> </view>
</view> </view>

View File

@ -369,14 +369,15 @@
} }
.header{ .header{
width: 100%; width: 100%;
height: 300rpx; height: 280rpx;
padding: 15px; padding: 15px;
background:#f5f5f5 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;
/*border-radius: 24rpx;*/
} }
.od-number{ .od-number{

Binary file not shown.

Before

Width:  |  Height:  |  Size: 26 KiB

After

Width:  |  Height:  |  Size: 280 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 19 KiB

After

Width:  |  Height:  |  Size: 21 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 37 KiB

After

Width:  |  Height:  |  Size: 39 KiB