mini/pages/my/login/index.wxss

39 lines
641 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);
}