武田小程序
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.

51 lines
1.0 KiB

.page {
padding: 60rpx 34rpx;
.badge {
display: block;
margin: 0 auto;
width: 200rpx;
height: 200rpx;
}
.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;
padding: 20rpx;
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);
}
}