commit | f9647a2f9cc2917493df58c5d5eec54ec346761f | [log] [tgz] |
---|---|---|
author | binquan.qiu <binquan.qiu@supwisdom.com> | 周五 5月 08 15:43:24 2020 +0800 |
committer | binquan.qiu <binquan.qiu@supwisdom.com> | 周五 5月 08 15:43:24 2020 +0800 |
tree | 6f7a9b762e08a483fc5954989a0ae3f3be7ddca9 | |
parent | 0da313587e02023092b7ade4a30fd1461070fecb [diff] [blame] |
修改卡绑定功能,登录方式改为跳转
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