You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
.page {
|
|
|
|
padding: 60rpx 34rpx;
|
|
|
|
.badge {
|
|
|
|
display: block;
|
|
|
|
margin: 0 auto;
|
|
|
|
width: 200rpx;
|
|
|
|
height: 200rpx;
|
|
|
|
}
|
|
|
|
.title{
|
|
|
|
font-size: 48rpx;
|
|
|
|
text-align: center;
|
|
|
|
font-weight: bold;
|
|
|
|
color: #141515;
|
|
|
|
}
|
|
|
|
.desc {
|
|
|
|
margin-top: 16rpx;
|
|
|
|
font-size: 32rpx;
|
|
|
|
color: rgba(20, 21, 21, 1);
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
.btn1 {
|
|
|
|
margin: 86rpx 124rpx 0;
|
|
|
|
padding: 22rpx;
|
|
|
|
font-size: 32rpx;
|
|
|
|
color: #fff;
|
|
|
|
line-height: 44rpx;
|
|
|
|
text-align: center;
|
|
|
|
background: linear-gradient(90deg, #00b4c5 0%, #54e2b4 100%);
|
|
|
|
border-radius: 60rpx 60rpx 60rpx 60rpx;
|
|
|
|
}
|
|
|
|
.btn2 {
|
|
|
|
margin: 32rpx 124rpx 0;
|
|
|
|
padding: 20rpx 14rpx;
|
|
|
|
font-size: 32rpx;
|
|
|
|
color: rgba(1, 180, 197, 1);
|
|
|
|
line-height: 44rpx;
|
|
|
|
text-align: center;
|
|
|
|
border: 1px solid rgba(1, 180, 197, 1);
|
|
|
|
border-radius: 60rpx 60rpx 60rpx 60rpx;
|
|
|
|
}
|
|
|
|
.code {
|
|
|
|
margin: 90rpx auto 0;
|
|
|
|
display: block;
|
|
|
|
border: 4rpx solid rgba(1, 180, 197, 0.18);
|
|
|
|
width: 296rpx;
|
|
|
|
height: 296rpx;
|
|
|
|
border-radius: 16rpx;
|
|
|
|
}
|
|
|
|
.tip{
|
|
|
|
margin-top: 32rpx;
|
|
|
|
text-align: center;
|
|
|
|
font-size: 32rpx;
|
|
|
|
color: rgba(153, 153, 153, 1);
|
|
|
|
}
|
|
|
|
}
|