修改项目配置,完成要加入的等待和审批操作,修改了部分接口定义和参数
This commit is contained in:
26
pages/apply/index.wxss
Normal file
26
pages/apply/index.wxss
Normal file
@@ -0,0 +1,26 @@
|
||||
/* pages/apply/index.wxss */
|
||||
|
||||
.content {
|
||||
width: 100vw;
|
||||
height: 100vh;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.text {
|
||||
text-align: center;
|
||||
margin-bottom: 10vh;
|
||||
}
|
||||
|
||||
.operate {
|
||||
display: flex;
|
||||
margin-bottom: 6vh;
|
||||
}
|
||||
|
||||
.contentWrapper {
|
||||
width: 60%;
|
||||
margin-left: 40rpx;
|
||||
margin-right: 40rpx;
|
||||
}
|
||||
|
Reference in New Issue
Block a user