Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
libai
/
footseen-large-website
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
254c430c
authored
2 years ago
by
libai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
测试
parent
8a7eb2f7
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
9 additions
and
9 deletions
mTest/css/login.css
mTest/css/login.less
mTest/index.html
mTest/lib/login.js
mTest/room/liveRoom.html
mTest/css/login.css
View file @
254c430c
...
...
@@ -515,7 +515,7 @@
height
:
0.4rem
!important
;
opacity
:
0
!important
;
}
#buttonDiv
{
#buttonDiv
-big
{
position
:
absolute
;
top
:
0
;
left
:
0
;
...
...
@@ -523,14 +523,14 @@
width
:
6.4rem
;
height
:
1.3rem
;
}
#buttonDiv
>
div
{
#buttonDiv
-big
>
div
{
position
:
absolute
;
top
:
0
;
left
:
0
;
width
:
6.4rem
;
height
:
1.3rem
;
}
#buttonDiv
>
div
>
div
{
#buttonDiv
-big
>
div
>
div
{
position
:
absolute
;
top
:
0
;
left
:
0
;
...
...
This diff is collapsed.
Click to expand it.
mTest/css/login.less
View file @
254c430c
...
...
@@ -528,7 +528,7 @@
opacity: 0 !important;
}
}
#buttonDiv{
#buttonDiv
-big
{
position: absolute;
top: 0;
left: 0;
...
...
This diff is collapsed.
Click to expand it.
mTest/index.html
View file @
254c430c
...
...
@@ -216,7 +216,7 @@
<span
class=
"login-close"
>
×
</span>
<div
class=
"login-p1"
>
登入/註冊
</div>
<div
class=
"login-phone-btn"
><img
src=
"images/phone-icon2.png"
>
Phone
</div>
<div
class=
"login-google-btn"
><img
src=
"images/google1.png"
>
Google
<div
id=
"buttonDiv"
></div></div>
<div
class=
"login-google-btn"
><img
src=
"images/google1.png"
>
Google
<div
id=
"buttonDiv
-big
"
></div></div>
<div
class=
"login-line"
></div>
<div
class=
"login-line-text"
>
其他方式登入
</div>
<ul
class=
"login-more-btn"
>
...
...
@@ -366,7 +366,7 @@
</body>
<script
src=
"layer-v3.1.0/layer/layer.js"
></script>
<!-- <script src="lib/fingerprint2.js"></script> -->
<script
src=
"lib/login.js?v=202211171
0
"
></script>
<script
src=
"lib/login.js?v=202211171
1
"
></script>
<!-- <script src="index.js" defer></script> -->
<!-- <link rel="manifest" href="manifest.webmanifest" /> -->
...
...
This diff is collapsed.
Click to expand it.
mTest/lib/login.js
View file @
254c430c
...
...
@@ -478,7 +478,7 @@ function googleLogin(){
callback
:
handleCredentialResponse
});
google
.
accounts
.
id
.
renderButton
(
document
.
getElementById
(
"buttonDiv"
),
document
.
getElementById
(
"buttonDiv
-big
"
),
{
theme
:
"outline"
,
size
:
"large"
,
}
// customization attributes
);
google
.
accounts
.
id
.
renderButton
(
...
...
This diff is collapsed.
Click to expand it.
mTest/room/liveRoom.html
View file @
254c430c
...
...
@@ -416,7 +416,7 @@
<span
class=
"login-close"
>
×
</span>
<div
class=
"login-p1"
>
登入/註冊
</div>
<div
class=
"login-phone-btn"
><img
src=
"../images/phone-icon2.png"
>
Phone
</div>
<div
class=
"login-google-btn"
><img
src=
"../images/google1.png"
><img
src=
"../images/google1.png"
>
Google
<div
id=
"buttonDiv"
></div></div>
<div
class=
"login-google-btn"
><img
src=
"../images/google1.png"
><img
src=
"../images/google1.png"
>
Google
<div
id=
"buttonDiv
-big
"
></div></div>
<div
class=
"login-line"
></div>
<div
class=
"login-line-text"
>
其他方式登入
</div>
<ul
class=
"login-more-btn"
>
...
...
@@ -561,7 +561,7 @@
<script
src=
"../layer-v3.1.0/layer/layer.js"
></script>
<!-- <script src="../lib/inobounce.js"></script> -->
<!-- <script src="lib/fingerprint2.js"></script> -->
<script
src=
"../lib/login.js?v=202211171
1
"
></script>
<script
src=
"../lib/login.js?v=202211171
2
"
></script>
<script>
$
(
function
(){
var
dHeight
=
$
(
document
).
height
()
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment