武田基因病B开发环境
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.

47 lines
906 B

1 month ago
.page {
padding: 232rpx 60rpx 0;
.badge {
margin: 0 auto;
display: block;
width: 232rpx;
height: 232rpx;
}
.title {
margin: 54rpx auto 0;
display: block;
width: 342rpx;
height: 44rpx;
}
.content {
margin-top: 28rpx;
font-size: 32rpx;
color: rgba(1, 1, 5, 1);
line-height: 48rpx;
text-align: center;
}
.tip {
margin-top: 32rpx;
font-size: 32rpx;
color: rgba(161, 164, 172, 1);
text-align: center;
}
.submit {
margin-top: 116rpx;
height: 88rpx;
display: flex;
align-items: center;
justify-content: center;
background: linear-gradient(356deg, #f23a2f 0%, #fc684f 100%);
border-radius: 84rpx;
font-size: 32rpx;
color: rgba(255, 255, 255, 1);
}
.cancel {
margin-top: 30rpx;
padding: 24rpx;
text-align: center;
font-size: 32rpx;
color: rgba(246, 74, 58, 1);
}
}