diff --git a/my/fund/index.css b/my/fund/index.css index 522dc34..6ef57f8 100644 --- a/my/fund/index.css +++ b/my/fund/index.css @@ -71,6 +71,7 @@ } .totalIntegral { padding-left: 20px; + font-size: 30rpx; } .innerBottomOfBottom { @@ -116,7 +117,7 @@ .isbOptions { display: flex; justify-content: space-around; - font-size: 18px; + font-size: 16px; } .optionsDetail { @@ -246,8 +247,8 @@ .withdrawalMoneyBtn { width: 92%; height: 45px; - border-radius: 20px; - font-size: 20px; + border-radius: 30px; + font-size: 18px; color: #FFFFFF; background: linear-gradient(90deg, #019C88, #28BA92, #35C495); display: flex; diff --git a/pages/index/addClock.vue b/pages/index/addClock.vue index cb6e7f4..363803b 100644 --- a/pages/index/addClock.vue +++ b/pages/index/addClock.vue @@ -3,11 +3,12 @@ - - - 当前周期 - - {{startTime}}~{{endTime}} + + 当前周期 + + + {{startTime}}~{{endTime}} + 往期{{orderType=='2'?'加钟率':'充值率'}} @@ -26,7 +27,7 @@