From 671ab39c085bd2ec7ada8900dd5015d1b9de4cdc Mon Sep 17 00:00:00 2001 From: kbing1981 <549711992@qq.com> Date: Mon, 1 Jul 2024 18:47:17 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- my/order/revenueDetails.vue | 60 +++++++------- pages/index/index.vue | 157 +++++++++++++++++++++++------------- pages/my/index.vue | 14 +++- static/clock.png | Bin 0 -> 1065 bytes 4 files changed, 139 insertions(+), 92 deletions(-) create mode 100644 static/clock.png diff --git a/my/order/revenueDetails.vue b/my/order/revenueDetails.vue index c769c4e..d331fb0 100644 --- a/my/order/revenueDetails.vue +++ b/my/order/revenueDetails.vue @@ -1778,7 +1778,7 @@ color: #029D88; } .footers-bor{ - border: 3px solid #029D88; + border: 1px solid #029D88; background-color: #fff; color: #029D88; } @@ -1788,14 +1788,15 @@ } .footers-btn{ width: 204rpx; - height: 69rpx; + height: 82rpx; text-align: center; display: flex; justify-content: center; align-items: center; - border-radius: 35rpx; + border-radius: 80rpx; font-weight: 400; font-size: 29rpx; + margin-right: 8rpx; } .footers{ width: 100%; @@ -1854,14 +1855,14 @@ } .yiji{ width: 100%; - height: 72rpx; + height: 88rpx; background: linear-gradient(-90deg, #2EC5AC, #08A28A); border-radius: 21rpx; display: flex; flex-direction: row; align-items: center; justify-content: space-between; - padding: 0 5px; + padding: 0 10px; height: 72rpx; margin-top: 10px; } @@ -1879,7 +1880,7 @@ align-items: center; } .yingde-title{ - font-size: 25rpx; + font-size: 32rpx; color: #333333; } .yingde{ @@ -1889,10 +1890,10 @@ align-items: center; justify-content: space-between; padding: 0 5px; - height: 73rpx; + height: 80rpx; background: #DCF4EF; - border-bottom-left-radius: 24rpx; - border-bottom-right-radius: 24rpx; + border-bottom-left-radius: 16rpx; + border-bottom-right-radius: 16rpx; } .mian-content-textarea{ width: 100%; @@ -1926,7 +1927,7 @@ flex-direction: row; align-items: center; justify-content: space-between; - height: 40px; + height: 50px; border-bottom: 1px solid #e5e5e5; padding: 0px 5px; } @@ -1938,16 +1939,16 @@ padding: 5px; } .mian-view-list-text{ - font-size: 22rpx; + font-size: 30rpx; color: #333333; } .mian-content-list-title{ - font-size: 22rpx; - color: #555555; + font-size: 30rpx; + color: #999; } .mian-view-list-title{ - font-size: 22rpx; - color: #555555; + font-size: 30rpx; + color: #999; } .mian-view-list:last-child{ border: 0px !important; @@ -1959,9 +1960,9 @@ flex-direction: row; align-items: center; justify-content: space-between; - height: 40px; + height: 50px; border-bottom: 1px solid #e5e5e5; - padding: 0px 5px; + padding: 0px 10px; } .mian-view{ @@ -1971,8 +1972,7 @@ background: #fff; border-radius: 24rpx; padding: 10px; - margin-top: 20px; - } + } .mina-title-bor{ width: 111rpx; height: 16rpx; @@ -1984,7 +1984,7 @@ } .mina-title-text{ font-weight: bold; - font-size: 28rpx; + font-size: 32rpx; color: #333333; } .mina-title{ @@ -1995,7 +1995,7 @@ position: relative; align-items: center; justify-content: center; - margin-top: 10px; + margin:40rpx 0; } .mian-view{ width: 100%; @@ -2015,8 +2015,8 @@ margin: 15px 0px 20px 0px; } .mian-top-foot-view-img span,.mian-top-foot-view-text{ - font-size: 25rpx; - color: #666666; + font-size: 29rpx; + color: #333; } .mian-top-foot-view-img image{ width: 26.39rpx; @@ -2029,8 +2029,8 @@ align-items: center; } .mian-top-foot-view-title{ - font-size: 25rpx; - color: #666666; + font-size: 29rpx; + color: #999; } .mian-top-foot-view{ width: 100%; @@ -2075,7 +2075,7 @@ } .mian-title-view{ font-weight: bold; - font-size: 31rpx; + font-size: 32rpx; color: #333333; } .mian-title{ @@ -2108,12 +2108,12 @@ .mian-top{ width: 100%; /* height: 331rpx; */ - padding: 10px; + padding: 30rpx; background: #FFFFFF; border-radius: 24rpx; } .mian{ - width: 95%; + width: 92%; display: flex; flex-direction: column; position: absolute; @@ -2126,13 +2126,13 @@ } .header{ width: 100%; - height: 228rpx; + height: 300rpx; background: linear-gradient(-36deg, #11957C, #20A98F, #019C88, #029D88); margin-top: 45px; } .nav-btn{ font-size: 25rpx; - color: #019C88; + color: #019c88; line-height: 63rpx; } .nav-title{ diff --git a/pages/index/index.vue b/pages/index/index.vue index ff90c9a..09a56ff 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -1,12 +1,12 @@