2025-04-22 14:39:59 +08:00

46 lines
942 B
Plaintext

.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: #FF512A;
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 #FF512A;
box-sizing: border-box;
display: flex;
align-items: center;
justify-content: center;
font-weight: 400;
font-size: 36rpx;
color: #FF512A;
margin: 0 auto;
margin-top: 40rpx;
}