35 lines
457 B
Plaintext
35 lines
457 B
Plaintext
/* pages/apply/index.wxss */
|
|
|
|
.content {
|
|
width: 100vw;
|
|
height: 100vh;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
flex-direction: column;
|
|
}
|
|
|
|
.text {
|
|
text-align: center;
|
|
margin-bottom: 10vh;
|
|
}
|
|
|
|
.operate {
|
|
display: flex;
|
|
margin-bottom: 6vh;
|
|
}
|
|
|
|
.contentWrapper {
|
|
width: 60%;
|
|
margin-left: 40rpx;
|
|
margin-right: 40rpx;
|
|
}
|
|
|
|
.nickName {
|
|
width: 95vw;
|
|
margin-bottom: 60rpx;
|
|
display: flex;
|
|
justify-content: center;
|
|
}
|
|
|