微信小程序页面迁移校验之前 P5任务处理之前

This commit is contained in:
Neo
2026-03-09 01:19:21 +08:00
parent 263bf96035
commit 6e20987d2f
1112 changed files with 153824 additions and 219694 deletions

View File

@@ -0,0 +1,48 @@
.container {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
height: 100vh;
padding: 40rpx;
}
.title {
font-size: 36rpx;
font-weight: bold;
margin-bottom: 20rpx;
}
.desc {
font-size: 24rpx;
color: #999;
margin-bottom: 60rpx;
}
.result {
background: #f0f9ff;
border: 2rpx solid #0ea5e9;
border-radius: 16rpx;
padding: 40rpx 80rpx;
margin-bottom: 40rpx;
}
.value {
font-size: 48rpx;
font-weight: bold;
color: #0369a1;
}
.error {
color: #dc2626;
font-size: 28rpx;
margin-bottom: 40rpx;
}
.retry {
padding: 20rpx 40rpx;
background: #0ea5e9;
color: #fff;
border-radius: 8rpx;
font-size: 28rpx;
}