20 lines
285 B
Plaintext
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;
|
|
} |