Commit af7933d4 by libai

测试

parent 1826a78e
...@@ -41,7 +41,7 @@ ...@@ -41,7 +41,7 @@
margin-top: 0px; margin-top: 0px;
cursor: pointer; cursor: pointer;
} }
.buttonDiv { #buttonDiv {
height: 70px !important; height: 70px !important;
width: 390px !important; width: 390px !important;
opacity: 0 !important; opacity: 0 !important;
......
...@@ -42,7 +42,7 @@ ...@@ -42,7 +42,7 @@
cursor: pointer; cursor: pointer;
} }
.buttonDiv{ #buttonDiv{
height: 70px !important; height: 70px !important;
width: 390px !important; width: 390px !important;
opacity: 0 !important; opacity: 0 !important;
......
...@@ -130,7 +130,7 @@ function loginGo(){ ...@@ -130,7 +130,7 @@ function loginGo(){
} }
window.onload = function () { window.onload = function () {
google.accounts.id.initialize({ google.accounts.id.initialize({
client_id: "YOUR_GOOGLE_CLIENT_ID", client_id: "534183685500-ag0vai0jh6todldi4rg6lvp0gcsojk0n.apps.googleusercontent.com",
callback: handleCredentialResponse callback: handleCredentialResponse
}); });
google.accounts.id.renderButton( google.accounts.id.renderButton(
......
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