修改卡绑定功能,登录方式改为跳转
diff --git a/app.wxss b/app.wxss
index 91a9b2d..b8def15 100644
--- a/app.wxss
+++ b/app.wxss
@@ -66,6 +66,13 @@
   
 }
 
+.long-btn-warn {
+  margin-top: 30rpx;
+  background-color: red;
+  color: white;
+  
+}
+
 
 .authcode {
   color: rgb(21, 106, 180);
@@ -73,4 +80,7 @@
   border-left:  1px solid rgb(235, 235, 235);
   display: flex;
  
+}
+.policy{
+  color: rgb(82, 178, 243);
 }
\ No newline at end of file