|
@@ -308,8 +308,9 @@ const goHome = () => {
|
|
|
display: flex;
|
|
display: flex;
|
|
|
flex-direction: column;
|
|
flex-direction: column;
|
|
|
align-items: center;
|
|
align-items: center;
|
|
|
- justify-content: center;
|
|
|
|
|
|
|
+ justify-content: flex-start;
|
|
|
padding: $spacing-xl;
|
|
padding: $spacing-xl;
|
|
|
|
|
+ padding-top: 2vh;
|
|
|
box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
@@ -317,11 +318,10 @@ const goHome = () => {
|
|
|
display: flex;
|
|
display: flex;
|
|
|
flex-direction: column;
|
|
flex-direction: column;
|
|
|
align-items: center;
|
|
align-items: center;
|
|
|
- justify-content: center;
|
|
|
|
|
|
|
+ justify-content: flex-start;
|
|
|
text-align: center;
|
|
text-align: center;
|
|
|
width: 100%;
|
|
width: 100%;
|
|
|
max-width: 600rpx;
|
|
max-width: 600rpx;
|
|
|
- flex: 1;
|
|
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
/* ========== 状态图标 ========== */
|
|
/* ========== 状态图标 ========== */
|
|
@@ -396,15 +396,15 @@ const goHome = () => {
|
|
|
|
|
|
|
|
/* ========== 状态文本 ========== */
|
|
/* ========== 状态文本 ========== */
|
|
|
.status-title {
|
|
.status-title {
|
|
|
- font-size: 40rpx;
|
|
|
|
|
- font-weight: 500;
|
|
|
|
|
|
|
+ font-size: 48rpx;
|
|
|
|
|
+ font-weight: 600;
|
|
|
margin-bottom: $spacing-sm;
|
|
margin-bottom: $spacing-sm;
|
|
|
color: $color-text-primary;
|
|
color: $color-text-primary;
|
|
|
animation: slideUp 0.8s cubic-bezier(0.25, 0.1, 0.25, 1);
|
|
animation: slideUp 0.8s cubic-bezier(0.25, 0.1, 0.25, 1);
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.status-tip {
|
|
.status-tip {
|
|
|
- font-size: 26rpx;
|
|
|
|
|
|
|
+ font-size: 30rpx;
|
|
|
color: $color-text-secondary;
|
|
color: $color-text-secondary;
|
|
|
margin-bottom: $spacing-xl;
|
|
margin-bottom: $spacing-xl;
|
|
|
animation: slideUp 0.9s cubic-bezier(0.25, 0.1, 0.25, 1);
|
|
animation: slideUp 0.9s cubic-bezier(0.25, 0.1, 0.25, 1);
|
|
@@ -422,14 +422,14 @@ const goHome = () => {
|
|
|
gap: 8rpx;
|
|
gap: 8rpx;
|
|
|
|
|
|
|
|
&-number {
|
|
&-number {
|
|
|
- font-size: 72rpx;
|
|
|
|
|
- font-weight: 600;
|
|
|
|
|
|
|
+ font-size: 88rpx;
|
|
|
|
|
+ font-weight: 700;
|
|
|
color: $color-text-primary;
|
|
color: $color-text-primary;
|
|
|
font-variant-numeric: tabular-nums;
|
|
font-variant-numeric: tabular-nums;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
&-label {
|
|
&-label {
|
|
|
- font-size: 28rpx;
|
|
|
|
|
|
|
+ font-size: 32rpx;
|
|
|
color: $color-text-secondary;
|
|
color: $color-text-secondary;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
@@ -459,7 +459,7 @@ const goHome = () => {
|
|
|
|
|
|
|
|
/* ========== 问题链接 ========== */
|
|
/* ========== 问题链接 ========== */
|
|
|
.problem-link {
|
|
.problem-link {
|
|
|
- font-size: 24rpx;
|
|
|
|
|
|
|
+ font-size: 28rpx;
|
|
|
color: $color-primary-dark;
|
|
color: $color-primary-dark;
|
|
|
text-decoration: underline;
|
|
text-decoration: underline;
|
|
|
margin-top: $spacing-lg;
|
|
margin-top: $spacing-lg;
|