46 lines
741 B
Plaintext
46 lines
741 B
Plaintext
.top{
|
|
text-align: center;
|
|
margin-top:200rpx;
|
|
}
|
|
.top .icon{
|
|
width:300rpx;
|
|
height:100rpx;
|
|
margin:0 auto;
|
|
}
|
|
.top .tips{
|
|
margin-top:40rpx;
|
|
}
|
|
.bottom{
|
|
position: absolute;
|
|
bottom:calc(var(--safe-bottom) + 20rpx);
|
|
width:100%;
|
|
}
|
|
.bottom .button{
|
|
height: 120rpx;
|
|
border-radius: 60rpx;
|
|
margin:0 40rpx!important;
|
|
line-height: 120rpx;
|
|
padding:0;
|
|
font-size: 40rpx;
|
|
}
|
|
.bottom .radio-group{
|
|
margin-top:40rpx;
|
|
}
|
|
.bottom .radio-group .radio-item{
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
.bottom .radio-group .radio{
|
|
margin-right: 10rpx;
|
|
}
|
|
.bottom .radio-group .red{
|
|
color: var(--main-color);
|
|
}
|
|
.user-code{
|
|
position: absolute;
|
|
bottom:0;
|
|
text-align: center;
|
|
width: 100%;
|
|
color: #eee;
|
|
} |