|
@@ -12,6 +12,14 @@
|
|
|
<link rel="stylesheet" href="//cdn-common.jianyu360.com/cdn/lib/vant/2.12.24/lib/index.css">
|
|
|
{{include "/common/js.html"}}
|
|
|
<title>找回密码</title>
|
|
|
+ <style>
|
|
|
+ .get-cms-action-container {
|
|
|
+ display: inline-block;
|
|
|
+ }
|
|
|
+ #btn {
|
|
|
+ line-height: 1;
|
|
|
+ }
|
|
|
+ </style>
|
|
|
</head>
|
|
|
|
|
|
<body>
|
|
@@ -44,7 +52,7 @@
|
|
|
<input type="tel" id="identCode" name="" value="" placeholder="手机验证码" />
|
|
|
<img class="closeQc" src="{{Cdns .Host "seo" "cdn"|SafeUrl}}/jyapp/images/cancel.png?v={{Msg "seo" "version"}}"/>
|
|
|
</div>
|
|
|
- <span><div class="vert-line"></div><span id="btn">获取验证码</span></span>
|
|
|
+ <span class="get-cms-action-container"><div class="vert-line"></div><span id="btn">获取验证码</span></span>
|
|
|
</div>
|
|
|
</div>
|
|
|
<center><button id="nextStep" class="btn disabled">下一步</button></center>
|
|
@@ -187,6 +195,9 @@
|
|
|
function startSendSMSCodeTimer() {
|
|
|
time($("#btn")[0])
|
|
|
}
|
|
|
+ function showToast (message) {
|
|
|
+ EasyAlert.show(message);
|
|
|
+ }
|
|
|
</script>
|
|
|
|
|
|
<!--百度统计end-->
|