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
af8bea73
authored
2 years ago
by
libai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
测试
parent
44e4cf93
master
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
20 additions
and
4 deletions
mTest/css/index.css
mTest/css/index.less
mTest/index.html
mTest/revise.html
mTest/room/liveRoom.html
mTest/css/index.css
View file @
af8bea73
...
...
@@ -1259,7 +1259,7 @@
background
:
#FDEBF9
;
display
:
none
;
height
:
0.7rem
;
width
:
3
.3rem
;
width
:
2
.3rem
;
line-height
:
0.7rem
;
font-size
:
0.35rem
;
color
:
#EE2781
;
...
...
@@ -1361,3 +1361,10 @@
top
:
0
;
left
:
0
;
}
.exc-name-tips
{
font-size
:
0.3rem
;
color
:
#333
;
position
:
absolute
;
top
:
1.4rem
;
left
:
0.5rem
;
}
This diff is collapsed.
Click to expand it.
mTest/css/index.less
View file @
af8bea73
...
...
@@ -1294,7 +1294,7 @@
background: #FDEBF9;
display: none;
height: 0.7rem;
width:
3
.3rem;
width:
2
.3rem;
line-height: 0.7rem;
font-size: 0.35rem;
color: #EE2781;
...
...
@@ -1395,4 +1395,11 @@
top: 0;
left: 0;
}
}
.exc-name-tips{
font-size: 0.3rem;
color: #333;
position: absolute;
top: 1.4rem;
left: 0.5rem;
}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
mTest/index.html
View file @
af8bea73
...
...
@@ -36,7 +36,7 @@
<script
src=
"lib/fsize.js"
></script>
<link
rel=
"stylesheet"
href=
"css/base.css?v=2022112801"
>
<link
rel=
"stylesheet"
href=
"css/layer.css"
>
<link
rel=
"stylesheet"
href=
"css/index.css?v=202211280
5
"
>
<link
rel=
"stylesheet"
href=
"css/index.css?v=202211280
4
"
>
<link
rel=
"stylesheet"
href=
"css/login.css?v=2022112801"
>
<link
rel=
"manifest"
href=
"manifest.webmanifest?v=2022112308"
/>
...
...
@@ -679,6 +679,7 @@ $(function(){
})
$
(
".right-list-box-face"
).
unbind
(
"click"
).
on
(
"click"
,
function
(){
$
(
"body"
).
css
(
"background"
,
"rgb(217, 217, 217)"
)
$
(
".top-box"
).
hide
()
$
(
".box1"
).
hide
()
$
(
".box2"
).
hide
()
$
(
".box4"
).
hide
()
...
...
This diff is collapsed.
Click to expand it.
mTest/revise.html
View file @
af8bea73
This diff is collapsed.
Click to expand it.
mTest/room/liveRoom.html
View file @
af8bea73
...
...
@@ -40,7 +40,7 @@
<link
rel=
"manifest"
href=
"../manifest.webmanifest?v=2022112308"
/>
<script
src=
"https://accounts.google.com/gsi/client"
async
defer
></script>
<script
async
defer
crossorigin=
"anonymous"
src=
"https://connect.facebook.net/en_US/sdk.js"
></script>
<script
src=
"../lib/hello.js"
></script>
<script
src=
"../lib/hello.js"
async
defer=
""
></script>
<style>
.layui-layer-shade
{
opacity
:
0.7
!important
;
...
...
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