This commit is contained in:
kbing1981 2024-07-02 17:16:23 +08:00
parent ece967dc3f
commit fff2e1fa4c
2 changed files with 27 additions and 25 deletions

View File

@ -2,7 +2,7 @@
.ciycle { .ciycle {
width: 100%; width: 100%;
height: 200px; height: 200px;
background-image: url("@/static/images/top.png"); background-image: url('@/static/index/fun_banner4.png');
background-size: 100%; background-size: 100%;
background-repeat: no-repeat; background-repeat: no-repeat;
} }
@ -11,7 +11,6 @@
display: flex; display: flex;
height: 220px; height: 220px;
border-radius: 10px; border-radius: 10px;
margin: 0px 5px 14px 5px;
padding-top: 14px; padding-top: 14px;
flex-wrap: wrap; flex-wrap: wrap;
} }
@ -65,13 +64,11 @@
} }
.innerBottom { .innerBottom {
width: 97%;
height: 200px; height: 200px;
margin: 14px 5px 14px 5px; margin: 0rpx 24rpx;
background-color: #FFFFFF; background-color: #FFFFFF;
border-radius: 10px; border-radius: 10px;
padding: 10px; padding: 10rpx 16rpx;
box-shadow: 2px 2px 15px 1px #b5b5b5;
} }
@ -132,13 +129,13 @@
overflow: auto; overflow: auto;
background-color: #FFFFFF; background-color: #FFFFFF;
border-radius: 10px; border-radius: 10px;
margin: 10px; margin: 0rpx 30rpx;
box-shadow: 2px 2px 15px 1px #b5b5b5;
} }
.optionsDetailImport { .optionsDetailImport {
padding-left: 10px; padding: 10px 15px;
margin-top: 15px; margin-top: 15px;
border-bottom:1px solid #f6f6f6;
} }
.dateHeader { .dateHeader {
@ -160,12 +157,17 @@
>>>.uni-date-editor--x { >>>.uni-date-editor--x {
display: none; display: none;
} }
.innerTimer{
font-size: 13px;
margin-top: 5px;
color: #999;
margin-right: 10px;
}
.activeTab { .activeTab {
color: #0aa86a; color: #0aa86a;
background-color: #FFFFFF; background-color: #FFFFFF;
padding: 6px; padding: 6px;
border-radius: 10px; border-radius: 30px;
width: 60px; width: 60px;
text-align: center; text-align: center;
} }
@ -189,30 +191,29 @@
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;
align-items: center; align-items: center;
font-weight: 550; }
}
.storedIntegralTopOfRight { .storedIntegralTopOfRight {
width: 100%; width: 100%;
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;
margin-right: 20px;
align-items: center; align-items: center;
} }
.storedIntegralTopOfRight view:nth-child(1) { .storedIntegralTopOfRight view:nth-child(1) {
font-size: 20px; font-size: 18px;
margin-left: 5px; margin-left: 5px;
} }
.storedIntegralTopOfRight view:nth-child(2) { .storedIntegralTopOfRight view:nth-child(2) {
font-size: 20px; font-size: 20px;
color: #e52c26; color: #fb672b;
font-weight: bold;
} }
.storedIntegralMiddle { .storedIntegralMiddle {
width: 100%; width: 100%;
margin-top: 28rpx; margin-top: 30rpx;
} }
.storedIntegralMiddle view { .storedIntegralMiddle view {
@ -227,10 +228,8 @@
.storedIntegralBottom { .storedIntegralBottom {
margin-top: 28rpx; margin-top: 28rpx;
padding-bottom: 15px; font-weight: bold;
margin-left: 3px; }
font-weight: 600;
}
.withdrawalMoneyBtn { .withdrawalMoneyBtn {
width: 80%; width: 80%;
@ -260,11 +259,14 @@
.viewOrdersInfo { .viewOrdersInfo {
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;
padding: 0 8rpx;
} }
.viewOrdersInfo view:nth-child(2) { .viewOrdersInfo view:nth-child(2) {
margin-right: 20px; color: #fff;
color: #007aff;
font-weight: 500; font-weight: 500;
font-size: 16px; font-size: 15px;
padding: 8rpx 20rpx;
border-radius: 15rpx;
background: linear-gradient(90deg, #019C88, #0FA78B, #35C495);
} }

View File

@ -31,7 +31,7 @@
</view> --> </view> -->
<view class="IntegralImport"> <view class="IntegralImport">
<view class="IntegralClassify"> <view class="IntegralClassify">
<view class="" style="margin-top: -12px;font-weight: 700;"> <view class="" style="margin-top: -12px;font-weight: 700; color: #fb672b;">
{{this.homePageDataNum.totalRevenue ? this.homePageDataNum.totalRevenue : 0 }} {{this.homePageDataNum.totalRevenue ? this.homePageDataNum.totalRevenue : 0 }}
</view> </view>
<view class="IntegralClassifyInnerBottom"> <view class="IntegralClassifyInnerBottom">