Authored by 郝肖肖

'礼品卡ie8-input闪动修复'

... ... @@ -48,8 +48,8 @@
<div class="gift-group">您的账户还未绑定手机,绑定手机前需要验证您的邮箱</div>
<div class="gift-group">短信验证码已发送至您的邮箱“{{userInfo.email}}</div>
<div class="gift-group verify-input">
<input type="text" placeholder="短信验证码" class="email-code" />
<span class="email-btn">获取短信验证码</span>
<input type="text" placeholder="短信验证码" class="left email-code" />
<span class="left email-btn">获取短信验证码</span>
</div>
<div class="gift-group">
<div id="captcha" style="display: inline-block; position: relative;"></div>
... ... @@ -82,8 +82,8 @@
<input type="text" placeholder="请输入手机号" class="right mobile" />
</div>
<div class="gift-group">
<input type="text" placeholder="短信验证码" class="mobile-code" />
<span class="mobile-btn">获取短信验证码</span>
<input type="text" placeholder="短信验证码" class="left mobile-code" />
<span class="left mobile-btn">获取短信验证码</span>
</div>
<div class="gift-group">
<div id="captcha" style="display: inline-block; position: relative;"></div>
... ...
... ... @@ -153,14 +153,21 @@
.email-btn,
.mobile-btn {
font-size: 13px;
display: inline-block;
background-color: #444;
color: #fff;
height: 29px;
height: 30px;
border: none;
cursor: pointer;
width: 110px;
line-height: 29px;
line-height: 30px;
}
.email-code {
margin-left: 30px;
}
.email-btn {
margin-left: 20px;
}
.int-timer {
... ...