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
60b30776
authored
2 years ago
by
libai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
测试
parent
02de5cbf
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
11 additions
and
3 deletions
images/boy.png
yazhaiTest/css/login.css
yazhaiTest/css/login.less
yazhaiTest/lib/login.js
yazhaiTest/reg/css/index.css
yazhaiTest/reg/css/index.less
images/boy.png
0 → 100644
View file @
60b30776
5.87 KB
This diff is collapsed.
Click to expand it.
yazhaiTest/css/login.css
View file @
60b30776
...
...
@@ -47,6 +47,7 @@
opacity
:
0
!important
;
}
.google-login-btn
>
div
{
overflow
:
hidden
;
opacity
:
0
!important
;
}
.more-login
{
...
...
This diff is collapsed.
Click to expand it.
yazhaiTest/css/login.less
View file @
60b30776
...
...
@@ -46,6 +46,7 @@
opacity: 0 !important;
}
>div{
overflow: hidden;
opacity: 0 !important;
}
}
...
...
This diff is collapsed.
Click to expand it.
yazhaiTest/lib/login.js
View file @
60b30776
...
...
@@ -202,9 +202,9 @@ function loginGo(){
html
+=
'<div class="nav-login-more">'
;
html
+=
'<div class="nav-login-more-jiao"></div>'
;
html
+=
'<div class="nav-login-more-top">'
;
html
+=
'<img class="login-more-top-face" src="" alt="">'
;
html
+=
'<p class="login-more-top-p1">
主播暱稱預留
</p>'
;
html
+=
'<p class="login-more-top-p2">ID:
246524
</p>'
;
html
+=
'<img class="login-more-top-face" src="
https://www.footseen.xyz/yazhaiTest/images/boy.png
" alt="">'
;
html
+=
'<p class="login-more-top-p1">
--
</p>'
;
html
+=
'<p class="login-more-top-p2">ID:
--
</p>'
;
html
+=
'</div>'
;
html
+=
'<div class="login-more-content-box">'
;
html
+=
'<div data-type="1">用戶中心</div>'
;
...
...
This diff is collapsed.
Click to expand it.
yazhaiTest/reg/css/index.css
View file @
60b30776
...
...
@@ -3,6 +3,9 @@
margin
:
0
auto
;
position
:
relative
;
}
body
::-webkit-scrollbar
{
display
:
none
;
}
.reg-h2
{
font-size
:
30px
;
font-weight
:
700
;
...
...
This diff is collapsed.
Click to expand it.
yazhaiTest/reg/css/index.less
View file @
60b30776
...
...
@@ -3,6 +3,9 @@
margin: 0 auto;
position: relative;
}
body::-webkit-scrollbar {
display: none;
}
.reg-h2{
font-size: 30px;
font-weight: 700;
...
...
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