26 lines
357 B
Plaintext
26 lines
357 B
Plaintext
/* pages/waitApprove/index.wxss */
|
|
.content {
|
|
position: fixed;
|
|
left: 0;
|
|
top: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
margin: auto;
|
|
width: 600rpx;
|
|
height: 50vh;
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: space-between;
|
|
}
|
|
|
|
.status {
|
|
text-align: center;
|
|
margin-bottom: 60rpx;
|
|
}
|
|
|
|
.operate {
|
|
display: flex;
|
|
justify-content: center;
|
|
}
|
|
|