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
e3dccdba
authored
2 years ago
by
libai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
测试
parent
c051ee68
master
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
130 additions
and
1 deletions
css/neck.css
css/neck.less
lib/login.js
css/neck.css
View file @
e3dccdba
...
...
@@ -23,6 +23,68 @@ html * {
scrollbar-color
:
#E53985
#E5E5E5
;
scrollbar-width
:
thin
;
}
@media
screen
and
(
max-width
:
1441px
)
{
body
.side-nav
{
display
:
none
!important
;
}
body
.video-more-layer
{
top
:
65px
;
left
:
766px
;
}
body
.m-box
{
width
:
1150px
;
margin
:
0
auto
;
}
body
.box-title
{
width
:
1150px
;
margin
:
0
auto
;
}
body
.live-box-ul
{
width
:
1150px
;
margin
:
0
auto
;
}
body
.live-box-ul
li
:nth-child
(
5n
)
{
margin-right
:
25px
;
}
body
.live-box-ul
li
:nth-child
(
4n
)
{
margin-right
:
0
;
}
body
.video-list-box
{
width
:
1150px
;
}
body
.video-box-ul
,
body
.images-box-ul
{
width
:
1150px
;
}
body
.video-box-ul
li
,
body
.images-box-ul
li
{
margin-right
:
30px
;
width
:
363px
;
height
:
275px
;
}
body
.video-box-ul
li
.video-top-box
,
body
.images-box-ul
li
.video-top-box
{
height
:
211px
;
width
:
362px
;
}
body
.video-box-ul
>
a
:nth-child
(
4n
)
li
,
body
.images-box-ul
>
a
:nth-child
(
4n
)
li
{
margin-right
:
30px
;
}
body
.video-box-ul
>
a
:nth-child
(
3n
)
li
,
body
.images-box-ul
>
a
:nth-child
(
3n
)
li
{
margin-right
:
0
;
}
body
.video-box-ul
.live-cursor-shadow
,
body
.images-box-ul
.live-cursor-shadow
{
width
:
362px
;
height
:
211px
;
}
body
.video-box-ul
.video-top-shadow
,
body
.images-box-ul
.video-top-shadow
{
width
:
362px
;
}
}
.m-box
{
width
:
1440px
;
margin
:
0
auto
;
...
...
This diff is collapsed.
Click to expand it.
css/neck.less
View file @
e3dccdba
...
...
@@ -26,6 +26,73 @@
}
}
@media screen and (max-width: 1441px) {
body{
.side-nav{
display: none !important;
}
.video-more-layer{
top: 65px;
left: 766px;
}
.m-box{
width: 1150px;
margin: 0 auto;
}
.live-box-ul{
}
.box-title{
width: 1150px;
margin: 0 auto;
}
.live-box-ul{
width: 1150px;
margin: 0 auto;
li:nth-child(5n){
margin-right: 25px;
}
li:nth-child(4n){
margin-right: 0;
}
}
.video-list-box{
width: 1150px;
}
.video-box-ul, .images-box-ul {
width: 1150px;
li{
margin-right: 30px;
width: 363px;
height: 275px;
.video-top-box{
height: 211px;
width: 362px;
}
}
>a:nth-child(4n){
li{
margin-right: 30px;
}
}
>a:nth-child(3n){
li{
margin-right: 0;
}
}
.live-cursor-shadow{
width: 362px;
height: 211px;
}
.video-top-shadow{
width: 362px;
}
}
}
}
// .neck-nav{
// height: 60px;
// width: 100%;
...
...
This diff is collapsed.
Click to expand it.
lib/login.js
View file @
e3dccdba
...
...
@@ -225,7 +225,7 @@ function loginGo(){
pageID
:
localStorage
.
canvasCode
,
},
success
:
function
(
data
){
//console.log('
获取用户基本
信息',data)
//console.log('
獲取用戶基本
信息',data)
if
(
data
.
code
!=
1
){
layer
.
msg
(
data
.
msg
)
window
.
localStorage
.
removeItem
(
"uid"
)
...
...
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