소스 검색

h5支付操作

tang 3 년 전
부모
커밋
a78a38832a
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      Paytocomplete.html
  2. 1 1
      index.html

+ 1 - 1
Paytocomplete.html

@@ -106,7 +106,7 @@
106 106
         // var UA=navigator.userAgent.toUpperCase();
107 107
         //判断是不是微信
108 108
         if (ua.match(/MicroMessenger/i) == "micromessenger") {
109
-            
109
+
110 110
         }
111 111
         //判断是不是支付宝
112 112
         if (ua.match(/AlipayClient/i) == "alipayclient") {

+ 1 - 1
index.html

@@ -171,7 +171,7 @@
171 171
             margin: 0.12rem 0 0 0.41rem;
172 172
             height: 1.19rem;
173 173
             display: flex;
174
-            line-height: 1.19rem;
174
+            align-items: center;
175 175
         }
176 176
 
177 177
         .pay_input-top-manei span {