From 4ec6fd799c92c25dfd6045c367e34282c6c5d5cb Mon Sep 17 00:00:00 2001 From: 396316021 <396316021@qq.com> Date: Tue, 5 Dec 2023 13:40:09 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/index/index.wxml | 2 +- pages/index/index.wxss | 10 ++++++---- pages/loanDetails/loanDetails.wxml | 9 +++++---- pages/loanDetails/loanDetails.wxss | 12 ++++++------ pages/loanList/loanList.wxml | 9 +++++---- pages/loanList/loanList.wxss | 11 ++++++----- .../toExamine/pages/finalJudgment/finalJudgment.wxss | 2 +- 7 files changed, 30 insertions(+), 25 deletions(-) diff --git a/pages/index/index.wxml b/pages/index/index.wxml index 9e06b5b..8a4a173 100644 --- a/pages/index/index.wxml +++ b/pages/index/index.wxml @@ -64,7 +64,7 @@ {{item.tip}} - + {{items}} diff --git a/pages/index/index.wxss b/pages/index/index.wxss index ffaa3cc..fa9b7de 100644 --- a/pages/index/index.wxss +++ b/pages/index/index.wxss @@ -100,12 +100,14 @@ swiper image { } .box_x { - width: 140rpx; + /*width: 140rpx;*/ line-height: 40rpx; - background: -webkit-linear-gradient(180deg, #fffbf7, #ffeee0); + background: #fa3534; + border-radius:10rpx; + color:#fff; font-size: 22rpx; - padding: 0 10rpx; - color: #666; + padding: 0 30rpx; + /*color: #666;*/ } .box_x > view { diff --git a/pages/loanDetails/loanDetails.wxml b/pages/loanDetails/loanDetails.wxml index ce2d4b3..36dd761 100644 --- a/pages/loanDetails/loanDetails.wxml +++ b/pages/loanDetails/loanDetails.wxml @@ -4,18 +4,19 @@ - - 优质推荐 + + 主推业务 + {{obj.title}} - 费率{{obj.interest_rate}} + 费率{{obj.interest_rate}} {{obj.tip}} - + {{item}} diff --git a/pages/loanDetails/loanDetails.wxss b/pages/loanDetails/loanDetails.wxss index 439a028..4b2e13d 100644 --- a/pages/loanDetails/loanDetails.wxss +++ b/pages/loanDetails/loanDetails.wxss @@ -126,12 +126,12 @@ swiper { } .box_x { - width: 140rpx; line-height: 40rpx; - background: -webkit-linear-gradient(180deg, #fffbf7, #ffeee0); + background: #fa3534; + border-radius:10rpx; + color:#fff; font-size: 22rpx; - padding: 0 10rpx; - color: #666; + padding: 0 30rpx; } .box_x>view { @@ -156,7 +156,7 @@ swiper { display: flex; justify-content: space-around; align-items: center; - background: -webkit-linear-gradient(180deg, #fffbf7, #ffeee0); + background: #dd6161;border-radius:10rpx; font-size: 26rpx; color: #999; margin: 30rpx auto; @@ -203,7 +203,7 @@ swiper { height: 86rpx; left: 50%; transform: translateX(-50%); - background-image: linear-gradient(90deg, #ff9a4a, #fa3534); + background-image: linear-gradient(90deg, #dd6161, #fa3534); color: #fff; align-items: center; border-radius: 8rpx; diff --git a/pages/loanList/loanList.wxml b/pages/loanList/loanList.wxml index 2741934..c80f94d 100644 --- a/pages/loanList/loanList.wxml +++ b/pages/loanList/loanList.wxml @@ -8,18 +8,19 @@ - - 优质推荐 + + 主推业务 + {{item.title}} - 费率{{item.interest_rate}} + 费率{{item.interest_rate}} {{item.tip}} - + {{items}} diff --git a/pages/loanList/loanList.wxss b/pages/loanList/loanList.wxss index 2689b24..b6aaf7d 100644 --- a/pages/loanList/loanList.wxss +++ b/pages/loanList/loanList.wxss @@ -117,12 +117,13 @@ swiper image { } .box_x { - width: 140rpx; + /*width: 140rpx;*/ line-height: 40rpx; - background: -webkit-linear-gradient(180deg, #fffbf7, #ffeee0); + background: #fa3534; + border-radius:10rpx; font-size: 22rpx; - padding: 0 10rpx; - color: #666; + padding: 0 30rpx; + color: #fff; } .box_x>view{ white-space: nowrap; @@ -130,7 +131,7 @@ swiper image { .detail{ width: 375rpx; line-height: 70rpx; - background: -webkit-linear-gradient(180deg, #FF6D33, #FFA24E); + background: -webkit-linear-gradient(180deg, #dd6161, #fa3534); text-align: center; color: #fff; font-size: 32rpx; diff --git a/pages/toExamine/pages/finalJudgment/finalJudgment.wxss b/pages/toExamine/pages/finalJudgment/finalJudgment.wxss index c527e40..e471c30 100644 --- a/pages/toExamine/pages/finalJudgment/finalJudgment.wxss +++ b/pages/toExamine/pages/finalJudgment/finalJudgment.wxss @@ -157,7 +157,7 @@ page{ } .buttom_button button{ width: 100%; - background-image: linear-gradient(90deg,#ff9a4a,#fa3534); + background-image: linear-gradient(90deg,#dd6161,#fa3534); color:#fff; border-radius: 8rpx; height: 86rpx;