mini/pages/my/login/index.wxss
2025-04-13 01:27:54 +08:00

20 lines
285 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{
margin:0 40rpx!important;
}