From 528867ac54fd2183f83a710c2c97e74d6a8cc46e Mon Sep 17 00:00:00 2001
From: shijingjing <1789544664@qq.com>
Date: Fri, 31 Mar 2023 10:34:34 +0800
Subject: [PATCH] =?UTF-8?q?=E7=AD=BE=E5=88=B0?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../fengdu/AppNewFarmerBank/signIn.vue | 27 ++++++++++++++++---
1 file changed, 24 insertions(+), 3 deletions(-)
diff --git a/src/project/fengdu/AppNewFarmerBank/signIn.vue b/src/project/fengdu/AppNewFarmerBank/signIn.vue
index fe2db44..32656ba 100644
--- a/src/project/fengdu/AppNewFarmerBank/signIn.vue
+++ b/src/project/fengdu/AppNewFarmerBank/signIn.vue
@@ -2,13 +2,13 @@
-

+
今日已完成签到
积分+5
时间
-
2020-12-11 10:10
+
2020-12-11 10:10
@@ -44,6 +44,7 @@ export default {
background: #FFFFFF;
border-radius: 16px;
padding-top: 120px;
+ box-sizing: border-box;
.imgs {
margin: 0 auto;
@@ -55,14 +56,34 @@ export default {
}
}
.status {
+ margin-top: 72px;
text-align: center;
+ font-size: 36px;
+ font-weight: 500;
}
h4 {
text-align: center;
+ margin-top: 24px;
+ color: #666666;
+ font-size: 28px;
+ font-weight: 400;
+ span {
+ font-size: 52rpx;
+ font-weight: 600;
+ color: #5AAD6A;
+ }
}
.times {
+ width: 70%;
+ border-top: 2px solid #f5f5f5;
+ margin: 70px auto 0;
+ padding-top: 72px;
+ box-sizing: border-box;
display: flex;
- justify-content: space-around;
+ justify-content: space-between;
+ .value {
+ color: #666666;
+ }
}
}
}