.container { display: flex; flex-direction: column; align-items: center; justify-content: center; height: 100vh; width: 100vw; background-color: #ffffff; padding: 40rpx; box-sizing: border-box; margin: 0; } /* 重置页面默认样式 */ page { height: 100vh; width: 100vw; margin: 0; padding: 0; background-color: #ffffff; } .icon { margin-bottom: 60rpx; } .lock-icon { width: 120rpx; height: 120rpx; background-size: contain; background-repeat: no-repeat; background-position: center; background-image: url('data:image/svg+xml;utf8,'); } .title { font-size: 36rpx; font-weight: bold; color: #333333; margin-bottom: 24rpx; } .subtitle { font-size: 28rpx; color: #999999; margin-bottom: 80rpx; text-align: center; } .back-btn { width: 320rpx; height: 88rpx; background-color: #1989fa; color: white; font-size: 32rpx; border-radius: 44rpx; box-shadow: 0 4rpx 16rpx rgba(25, 137, 250, 0.3); border: none; outline: none; } .back-btn::after { border: none; } .back-btn:active { background-color: #0c7ad9; transform: scale(0.98); }