报名成功图标替换 报名未开始页面加入
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user