.qrcodeBox { width: 404rpx; height: 404rpx; display: flex; align-items: center; justify-content: center; margin: 0 auto; border-radius: 50%; background: #D9D9D9; margin-top: 126rpx; } .qrcodeBox image{ width: 100%; height: 100%; } .btn1 { width: 650rpx; height: 80rpx; background: #2583FF; border-radius: 100rpx 100rpx 100rpx 100rpx; font-weight: 400; font-size: 36rpx; color: #FFFFFF; display: flex; align-items: center; justify-content: center; box-shadow: none; margin-top: 75rpx; box-sizing: border-box; } .btn2 { width: 650rpx; height: 80rpx; border-radius: 100rpx 100rpx 100rpx 100rpx; border: 1rpx solid #2583FF; box-sizing: border-box; display: flex; align-items: center; justify-content: center; font-weight: 400; font-size: 36rpx; color: #2583FF; margin: 0 auto; margin-top: 40rpx; }