报名成功图标替换 报名未开始页面加入

This commit is contained in:
fengachen
2021-10-19 21:35:00 +08:00
parent 167af66c23
commit 83915dcf4e
8 changed files with 162 additions and 8 deletions
+41
View File
@@ -0,0 +1,41 @@
/* pages/cannotSignUp/cannotSignUp.wxss */
/* pages/signUpSuccess/signUpSuccess.wxss */
/* 不需要审核的报名提示样式 */
.audit {
text-align: center;
width: 100%;
margin-top: 100px;
font-size: 16px;
}
.audit image.img {
width: 156px;
height: 146px;
max-width: 100%;
margin-bottom: 10px;
}
/* 需要审核的样式 */
/* 我知道了的样式 */
.exit-wrap {
position: absolute;
top: 50%;
left: 50%;
margin-left: -50px;
}
.exit {
margin: 0 auto;
text-align: center;
color: #fff;
width: 100px;
height: 30px;
line-height: 30px;
border-radius: 4px;
letter-spacing: 2px;
background: #069F99;
}