Authored by 毕凯

增加在线客服

... ... @@ -14,7 +14,6 @@
&.disable {
color: #8f8f8f;
border-color: #8f8f8f;
}
}
... ... @@ -35,4 +34,15 @@
.clear-input {
right: 170px;
}
}
\ No newline at end of file
.tip {
margin-top: 30px;
color: #fff;
font-size: 14px;
line-height: 2;
a {
color: #fff;
}
}
}
... ...
... ... @@ -11,7 +11,16 @@
<div id="captcha-tip" class="captcha-tip disable">重发验证码 (60秒)</div>
</div>
<span id="btn-next" class="btn btn-next disable row">下一步</span>
<div class="tip">
<p>
登录注册中遇到问题?请联系客服
</p>
<a href="{{serviceUrl}}">
<span class="iconfont icon">&#xe63c;</span>
在线客服
</a>
</div>
<input id="phone-num" type="hidden" value={{phoneNum}}>
<input id="area-code" type="hidden" value={{areaCode}}>
<input id="token" type="hidden" value={{token}}>
</div>
\ No newline at end of file
</div>
... ...