Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
libai
/
guodong
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
bb3742a2
authored
4 years ago
by
libai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
测试
parent
4a872086
master
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
32 additions
and
0 deletions
gzh/css/index.css
gzh/css/index.less
gzh/fml.html
gzh/css/index.css
View file @
bb3742a2
...
...
@@ -1101,3 +1101,14 @@
background
:
#999
;
color
:
#fff
;
}
.exc
{
text-align
:
center
;
width
:
2rem
;
height
:
0.8rem
;
line-height
:
0.8rem
;
margin
:
0
auto
;
font-size
:
0.4rem
;
border
:
1px
solid
#f0f0f0
;
border-radius
:
1rem
;
margin-bottom
:
0.5rem
;
}
This diff is collapsed.
Click to expand it.
gzh/css/index.less
View file @
bb3742a2
...
...
@@ -1128,3 +1128,14 @@
background:#999;
color: #fff;
}
.exc{
text-align: center;
width: 2rem;
height: 0.8rem;
line-height: 0.8rem;
margin: 0 auto;
font-size: 0.4rem;
border:1px solid #f0f0f0 ;
border-radius: 1rem;
margin-bottom: 0.5rem;
}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
gzh/fml.html
View file @
bb3742a2
...
...
@@ -29,6 +29,7 @@
</span>
</li> -->
</ul>
<div
class=
"exc"
>
换一换
</div>
</body>
<script
src=
"lib/jquery-3.1.1.min.js"
></script>
<script
src=
"layer-v3.1.0/layer/layer.js"
></script>
...
...
@@ -63,6 +64,11 @@
},
dataType
:
"JSON"
})
list
()
$
(
".exc"
).
on
(
"click"
,
function
(){
list
()
})
function
list
(){
$
.
ajax
({
url
:
$ip
+
'weblive/webfamily/lists.html'
,
data
:{
...
...
@@ -113,5 +119,7 @@
})
}
})
}
</script>
</html>
\ No newline at end of file
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