42 lines
650 B
Plaintext
42 lines
650 B
Plaintext
/* 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;
|
|
}
|
|
|