【bug】bug修改 会议报名样式修改

This commit is contained in:
fengachen
2021-10-29 16:52:01 +08:00
parent 11f1827255
commit 121059ad1e
13 changed files with 92 additions and 19 deletions
+11 -2
View File
@@ -2,12 +2,21 @@
/* pages/signUpSuccess/signUpSuccess.wxss */
page {
background-color: #f5f5f5;
}
.wrap {
background-color: #fff;
margin: 10px;
height: 96vh;
border-radius: 10px;
border: 1px solid #eee;
}
/* 不需要审核的报名提示样式 */
.audit {
text-align: center;
width: 100%;
margin-top: 100px;
margin-top: 170px;
font-size: 16px;
}
.audit image.img {