/* pages/cannotSignUp/cannotSignUp.wxss */ /* 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: 170px; 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; }