44 lines
559 B
Plaintext
44 lines
559 B
Plaintext
.l-status-container {
|
|
background-color: #fff;
|
|
flex-direction: column;
|
|
display: flex;
|
|
justify-content: center;
|
|
}
|
|
|
|
.content {
|
|
position: fixed;
|
|
top: 0;
|
|
left: 0;
|
|
background: #fff;
|
|
height: 100%;
|
|
width: 100%;
|
|
}
|
|
|
|
.ad-img {
|
|
width: 198rpx !important;
|
|
height: 204rpx !important
|
|
}
|
|
|
|
.top-img {
|
|
width: 264rpx;
|
|
height: 204rpx
|
|
}
|
|
|
|
.left-img {
|
|
width: 120rpx;
|
|
height: 184rpx;
|
|
}
|
|
|
|
.image_margin_top {
|
|
margin-top: -250rpx;
|
|
}
|
|
|
|
.status-text {
|
|
font-size: 30rpx;
|
|
color: #45526b;
|
|
margin-top: 40rpx;
|
|
}
|
|
|
|
.button_margin_top {
|
|
margin-top: 80rpx;
|
|
} |