This commit is contained in:
parent
3e61d39ff8
commit
ba87c92eeb
|
@ -160,7 +160,7 @@
|
|||
color: #ffffff;
|
||||
margin-right: 10px;
|
||||
padding: 10rpx 20rpx;
|
||||
background: linear-gradient(90deg, #5ecbbb, #36c0ae);
|
||||
background: linear-gradient(90deg, #ffdf96, #feca76);
|
||||
border-radius: 20rpx 0 30rpx 0;
|
||||
}
|
||||
.activeTab {
|
||||
|
@ -279,7 +279,7 @@
|
|||
width: 80rpx;
|
||||
height: 80rpx;
|
||||
padding: 40rpx;
|
||||
background:#ffeeeb url('../../static/purse.png')19rpx 19rpx;
|
||||
background:#ffefca url('../../static/purse.png')19rpx 19rpx;
|
||||
background-size: 60% 60%;
|
||||
border-radius: 30rpx;
|
||||
background-repeat: no-repeat;
|
||||
|
@ -293,7 +293,7 @@
|
|||
align-items: center;
|
||||
}
|
||||
.middele-color{
|
||||
color: #fc4643;
|
||||
color: #ff873a;
|
||||
font-size: 40rpx;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
<view class="middele-icon-back"><image class="middele-img"src="../../static/purse.png" mode=""></image></view>
|
||||
<view class="middele-title">
|
||||
<view class="middele-color">{{this.homePageDataNum.totalRevenue ? this.homePageDataNum.totalRevenue : 0 }}</view>
|
||||
<view class="IntegralClassifyInnerBottom">
|
||||
<view class="IntegralClassifyInnerBottom" style="color: #FF6000;">
|
||||
本期收益(元)
|
||||
</view>
|
||||
</view>
|
||||
|
|
|
@ -369,14 +369,15 @@
|
|||
}
|
||||
.header{
|
||||
width: 100%;
|
||||
height: 300rpx;
|
||||
height: 280rpx;
|
||||
padding: 15px;
|
||||
background:#f5f5f5 url('../../static/index/fun_banner4.png');
|
||||
background:#f7f7f7 url('../../static/index/technician15.png');
|
||||
background-repeat: no-repeat;
|
||||
background-size: 100% 100%;
|
||||
background-size: 100%;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: space-around;
|
||||
/*border-radius: 24rpx;*/
|
||||
}
|
||||
|
||||
.od-number{
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 26 KiB After Width: | Height: | Size: 280 KiB |
BIN
static/purse.png
BIN
static/purse.png
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 |
Loading…
Reference in New Issue