Authored by 郭成尧

Merge branch 'feature/bugfix61' into release/6.1

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