@@ -157,6 +157,7 @@ export default {
page{
min-height: 100vh;
padding-bottom: 0;
+ background-color: #F5F6FA;
}
</style>
<style lang="scss" scoped>
@@ -183,7 +184,7 @@ page{
width: 90%;
text-align: center;
color: #CFC09F;
- font-size: 32rpx;
+ font-size: 50rpx;
font-weight: 600;
position: absolute;
top: 50%;
@@ -247,7 +247,7 @@ page{
.tips {
color: #666666;
margin-bottom: 10rpx;
- min-height: 38rpx;
+ min-height: 34rpx;
.time {
@@ -91,7 +91,7 @@ export default {
transform: translate(50%,-50%);
display: inline-block;
box-sizing: border-box;
- min-width: 20rpx;
+ min-width: 28rpx;
padding: var(--van-badge-padding);
color: #fff;
font-size: $global-font-size-mini;