Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
任超
/
js.portalStaticPage
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
562b6d79
authored
2020-10-29 16:03:59 +0800
by
任超
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
chore:文件夹
1 parent
0fb729f7
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
85 deletions
template.html
template.html
deleted
100644 → 0
View file @
0fb729f
<!DOCTYPE html>
<html
lang=
"zh-cn"
>
<head>
<title>
网页模板商城
</title>
<meta
charset=
"UTF-8"
>
<meta
http-equiv=
"X-UA-Compatible"
content=
"IE=edge"
/>
<meta
name=
"format-detection"
content=
"telephone=no"
>
<meta
name=
"renderer"
content=
"webkit"
>
<meta
name=
"viewport"
content=
"width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no"
>
<meta
http-equiv=
"Cache-Control"
content=
"no-siteapp"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"https://www.layuicdn.com/layui/css/layui.css"
/>
<link
rel=
"alternate icon"
type=
"image/png"
href=
"images/logo-realestate.png"
>
<link
rel=
'icon'
href=
'favicon.ico'
type=
'image/x-ico'
/>
<meta
name=
"description"
content=
""
/>
<meta
name=
"keywords"
content=
""
/>
<link
rel=
"stylesheet"
href=
"css/default.min.css?t=227"
/>
</head>
<body>
<div>
<div
class=
"layui-carousel"
id=
"test1"
>
<div
carousel-item
>
<div>
条目1
</div>
<div>
条目2
</div>
<div>
条目3
</div>
<div>
条目4
</div>
<div>
条目5
</div>
</div>
</div>
<div
class=
"layui-carousel"
id=
"test1"
>
<div
carousel-item
>
<div>
条目1
</div>
<div>
条目2
</div>
<div>
条目3
</div>
<div>
条目4
</div>
<div>
条目5
</div>
</div>
</div>
<div
id=
"test1"
></div>
<button
type=
"button"
class=
"layui-btn"
>
一个标准的按钮
</button>
</div>
</body>
</html>
<!--[if (gte IE 9)|!(IE)]><!-->
<script
type=
"text/javascript"
src=
"lib/jquery/jquery.min.js"
></script>
<!--<![endif]-->
<script
type=
"text/javascript"
src=
"lib/handlebars/handlebars.min.js"
></script>
<script
type=
"text/javascript"
src=
"lib/iscroll/iscroll-probe.js"
></script>
<script
type=
"text/javascript"
src=
"lib/amazeui/amazeui.min.js"
></script>
<script
type=
"text/javascript"
src=
"lib/raty/jquery.raty.js"
></script>
<script
type=
"text/javascript"
src=
"js/main.min.js?t=1"
></script>
<script
src=
"https://www.layuicdn.com/layui/layui.js"
></script>
<script>
layui
.
use
(
'carousel'
,
function
()
{
var
carousel
=
layui
.
carousel
;
//建造实例
carousel
.
render
({
elem
:
'#test1'
,
width
:
'100%'
//设置容器宽度
,
arrow
:
'always'
//始终显示箭头
//,anim: 'updown' //切换动画方式
});
});
layui
.
use
(
'laypage'
,
function
()
{
var
laypage
=
layui
.
laypage
;
//执行一个laypage实例
laypage
.
render
({
elem
:
'test1'
//注意,这里的 test1 是 ID,不用加 # 号
,
count
:
50
//数据总数,从服务端得到
});
});
layui
.
use
(
'carousel'
,
function
()
{
var
carousel
=
layui
.
carousel
;
//建造实例
carousel
.
render
({
elem
:
'#test1'
,
width
:
'100%'
//设置容器宽度
,
arrow
:
'always'
//始终显示箭头
//,anim: 'updown' //切换动画方式
});
});
</script>
\ No newline at end of file
Please
register
or
sign in
to post a comment