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; + } } } }