diff --git a/pages/index/addClock.vue b/pages/index/addClock.vue index eec5a4d..02a6a45 100644 --- a/pages/index/addClock.vue +++ b/pages/index/addClock.vue @@ -504,6 +504,7 @@ font-size: 28rpx; color: #FFFFFF; margin-top: 2px; + margin-bottom: 20rpx; } .header-top-left image{ width: 24.31rpx; @@ -544,7 +545,6 @@ overflow: scroll; } .clock-padding{ - padding:0rpx 26rpx; font-family: Helvetica Neue, Helvetica, sans-serif; } .od-number{ diff --git a/pages/index/currentIncome.vue b/pages/index/currentIncome.vue index 5e5f2e1..d764b99 100644 --- a/pages/index/currentIncome.vue +++ b/pages/index/currentIncome.vue @@ -356,7 +356,7 @@ width: 100%; height: 300rpx; padding: 15px; - background:#f5f5f5 url('../../static/index/fun_banner4.png'); + background:#ffffff url('../../static/index/fun_banner4.png'); background-repeat: no-repeat; background-size: 100% 100%; display: flex; diff --git a/pages/index/previousAdditions.vue b/pages/index/previousAdditions.vue index 713c3c5..f313a85 100644 --- a/pages/index/previousAdditions.vue +++ b/pages/index/previousAdditions.vue @@ -11,7 +11,7 @@ 往期{{orderType=='2'?'加钟率':'充值率'}} - + {{earnings}} @@ -502,14 +502,14 @@ height: 49rpx; line-height: 49rpx; text-align: center; - font-size: 21rpx; + font-size: 26rpx; color: #333333; background: #FFFFFF; border-radius: 24rpx; } .header-text{ font-weight: 400; - font-size: 22rpx; + font-size: 28rpx; color: #FFFFFF; margin-top: 2px; } @@ -525,22 +525,22 @@ align-items: center; } .header-top{ - width: 100%; - display: flex; - flex-direction: row; - justify-content: space-between; - margin-bottom: 10px; + width: 100%; + display: flex; + flex-direction: row; + justify-content: space-between; + margin-bottom: 10px; } .header{ - width: 100%; - height: 300rpx; - padding: 15px; - background-image: url('../../static/index/fun_banner4.png'); - background-repeat: no-repeat; - background-size: 100% 100%; - display: flex; - flex-direction: column; - justify-content: space-around; + width: 100%; + height: 300rpx; + padding: 15px; + background:#f5f5f5 url('../../static/index/fun_banner4.png'); + background-repeat: no-repeat; + background-size: 100% 100%; + display: flex; + flex-direction: column; + justify-content: space-around; } .content{ width: 100%; diff --git a/pages/index/previousEarnings.vue b/pages/index/previousEarnings.vue index 4741110..e64a6ff 100644 --- a/pages/index/previousEarnings.vue +++ b/pages/index/previousEarnings.vue @@ -298,14 +298,14 @@ height: 49rpx; line-height: 49rpx; text-align: center; - font-size: 21rpx; + font-size: 26rpx; color: #333333; background: #FFFFFF; border-radius: 24rpx; } .header-text{ font-weight: 400; - font-size: 22rpx; + font-size: 28rpx; color: #FFFFFF; margin-top: 2px; } @@ -325,17 +325,18 @@ display: flex; flex-direction: row; justify-content: space-between; + margin-bottom: 10px; } .header{ - width: 100%; - height: 300rpx; - padding: 15px; - background-image: url('../../static/index/fun_banner4.png'); - background-repeat: no-repeat; - background-size: 100% 100%; - display: flex; - flex-direction: column; - justify-content: space-around; + width: 100%; + height: 300rpx; + padding:0 15px; + background:#ffffff url('../../static/index/fun_banner4.png'); + background-repeat: no-repeat; + background-size: 100% 100%; + display: flex; + flex-direction: column; + justify-content: space-around; } .content{ width: 100%;