Authored by 郭成尧

Merge branch 'feature/bugfix61' into release/6.1

<div class="safe-check-tip">
<p>您正在使用礼品卡支付,为了保障您的安全,请进行安全验证。</p>
<p>您正在使用礼品卡支付,为了保证您的账户安全,需要进行安全验证</p>
<p>验证码已发送至{{mobile}}手机号</p>
</div>
<div class="safe-check-form">
... ...
... ... @@ -111,6 +111,7 @@ $fontGrayLight: #e0e0e0;
.checked > .card-body > .checkbox > .checked-icon {
display: block;
color: #444;
}
.checked > .card-body > .checkbox > .no-checked-icon {
... ... @@ -134,6 +135,7 @@ $fontGrayLight: #e0e0e0;
width: 330px;
height: 70px;
border-radius: $couponRadius;
background-color: $fontGrayLight;
&.use {
background-color: $fontColor;
... ...