Authored by htoooth

fix css

... ... @@ -632,7 +632,9 @@ exports.init = function(page) {
location.href = refer;
}
} else {
if (data.code === 405) {
captchaImage.showTip();
}
// todo
alert(data.message); //eslint-disable-line
}
... ...
... ... @@ -772,6 +772,7 @@
.form-nav {
padding: 30px 0;
min-height: 250px;
ul.user-form-ul {
width: 690px;
... ...