@@ -119,16 +119,18 @@
color: #2cb7ca;
}
.third-party-verify {
- margin-top: 16px;
+ margin: .28rem 0;
.third-party-verify-button {
- display: inline-flex;
- align-items: center;
+ /* display: inline-flex;
+ align-items: center; */
+ line-height: 18px;
.third-party-verify-button .icon {
- width: .4rem;
- height: .4rem;
+ width: 18px;
+ height: 18px;
+ vertical-align: sub;
.third-party-verify-button .button-text {
text-decoration: underline;
@@ -108,9 +108,9 @@ var thirdPartyVerify = {
// 找到替换的元素了,显示底部提示
- if (waitingInsertList.length) {
- $('#third-party-verify-attention').show().append(button)
- }
+ // if (waitingInsertList.length) {
+ // $('#third-party-verify-attention').show().append(button)
+ // }
this.afterButtonRender()
},
// button替换渲染之后执行的回调
@@ -141,9 +141,9 @@ var thirdPartyVerify = {
// 找到替换的元素了