Commit c2ec968e by libai

测试

parent 282055fe
...@@ -31,7 +31,7 @@ ...@@ -31,7 +31,7 @@
margin-top: 40px; margin-top: 40px;
cursor: pointer; cursor: pointer;
} }
.google-login-btn { #google-login-btn {
width: 390px; width: 390px;
height: 70px; height: 70px;
background: url(https://www.footseen.xyz/yazhaiTest/images/google-login-btn.png) no-repeat; background: url(https://www.footseen.xyz/yazhaiTest/images/google-login-btn.png) no-repeat;
......
...@@ -31,7 +31,7 @@ ...@@ -31,7 +31,7 @@
margin-top: 40px; margin-top: 40px;
cursor: pointer; cursor: pointer;
} }
.google-login-btn{ #google-login-btn{
width: 390px; width: 390px;
height: 70px; height: 70px;
background: url(https://www.footseen.xyz/yazhaiTest/images/google-login-btn.png)no-repeat; background: url(https://www.footseen.xyz/yazhaiTest/images/google-login-btn.png)no-repeat;
......
...@@ -5,7 +5,7 @@ function loginGo(){ ...@@ -5,7 +5,7 @@ function loginGo(){
html+=' <div style="display: none;" class="login-box1">'; html+=' <div style="display: none;" class="login-box1">';
html+=' <div class="login-title">登入</div>'; html+=' <div class="login-title">登入</div>';
html+=' <div class="phone-login-btn"></div>'; html+=' <div class="phone-login-btn"></div>';
html+=' <div data-onsuccess="onSignIn" data-theme="dark" class="google-login-btn"></div>'; html+=' <div class="g-signin2" data-onsuccess="onSignIn" data-theme="dark" id="google-login-btn"></div>';
html+=' <div class="more-login"><img src="http://test.ybact.ishuaji.cn/active2022/footseen/images/more-login.png" alt=""></div>'; html+=' <div class="more-login"><img src="http://test.ybact.ishuaji.cn/active2022/footseen/images/more-login.png" alt=""></div>';
html+=' <div class="more-login-box">'; html+=' <div class="more-login-box">';
html+=' <div class="more-login-icon"><img src="http://test.ybact.ishuaji.cn/active2022/footseen/images/login-icon2.png" alt=""></div>'; html+=' <div class="more-login-icon"><img src="http://test.ybact.ishuaji.cn/active2022/footseen/images/login-icon2.png" alt=""></div>';
......
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
<link rel="stylesheet" href="../css/base.css"> <link rel="stylesheet" href="../css/base.css">
<link rel="stylesheet" href="../css/layer.css"> <link rel="stylesheet" href="../css/layer.css">
<link rel="stylesheet" href="../css/neck.css"> <link rel="stylesheet" href="../css/neck.css">
<link rel="stylesheet" href="../css/login.css"> <link rel="stylesheet" href="../css/login.css?v=20220620">
</head> </head>
<body style="background: rgba(0,0,0,0)"> <body style="background: rgba(0,0,0,0)">
<div class="login-content"></div> <div class="login-content"></div>
......
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
<link rel="stylesheet" href="css/base.css"> <link rel="stylesheet" href="css/base.css">
<link rel="stylesheet" href="css/layer.css"> <link rel="stylesheet" href="css/layer.css">
<link rel="stylesheet" href="css/neck.css"> <link rel="stylesheet" href="css/neck.css">
<link rel="stylesheet" href="css/login.css"> <link rel="stylesheet" href="css/login.css?v=20220620">
<script class="google-login" async defer></script> <script class="google-login" async defer></script>
</head> </head>
<body style="background: #F4F5F8"> <body style="background: #F4F5F8">
...@@ -312,7 +312,7 @@ ...@@ -312,7 +312,7 @@
<script src="layer-v3.1.0/layer/layer.js"></script> <script src="layer-v3.1.0/layer/layer.js"></script>
<script src="lib/fingerprint2.js"></script> <script src="lib/fingerprint2.js"></script>
<script src="lib/default.js?v='20220407'"></script> <script src="lib/default.js?v='20220407'"></script>
<script src="lib/login.js"></script> <script src="lib/login.js?v=20220620"></script>
<script> <script>
$(function(){ $(function(){
var html=[] var html=[]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment