Authored by xuqi

amend little writing bug

... ... @@ -3,7 +3,6 @@
* @author: xuqi<qi.xu@yoho.cn>
* @date: 2015/10/8
*/
var $ = require('yoho.zepto');
//注册
require('./register/register');
... ... @@ -19,7 +18,4 @@ require('./back/mobile');
require('./back/code');
require('./back/email');
require('./back/email-success');
require('./back/new-password');
//FOR:登录注册密码找回页面样式覆盖
$('body').addClass('passport-body');
\ No newline at end of file
require('./back/new-password');
\ No newline at end of file
... ...
... ... @@ -66,7 +66,7 @@ body.passport-body {
border: none;
}
&.:-moz-focusring {
&:-moz-focusring {
color: transparent;
text-shadow: 0 0 0 #fff;
}
... ...