浣熊干面包 2017-11-03 824浏览量
LOT.UI分解系列汇总:http://www.cnblogs.com/dunitian/p/4822808.html#lotui
LoT.UI开源地址如下:https://github.com/dunitian/LoTCodeBase/tree/master/LoTUI
先看在LoT.UI里面的应用效果图:
屁话不多说,上核心代码:(完整代码:https://github.com/dunitian/LoTCodeBase/blob/master/LoTUI/Manager/Login.html)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
<! DOCTYPE html>
< html >
< head >
< meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
< title ></ title >
< meta charset="utf-8" />
< link href="/open/supersized/supersized.css" rel="stylesheet" />
</ head >
< body >
< script src="http://cdn.bootcss.com/jquery/1.10.2/jquery.min.js"></ script >
< script src="/open/supersized/supersized.3.2.7.min.js"></ script >
< script type="text/javascript">
$(function () {
$.supersized({
slides: [{ image: '/assets/img/backgrounds/1.jpg' },
{ image: '/assets/img/backgrounds/2.jpg' },
{ image: '/assets/img/backgrounds/3.jpg' }]
});
});
</ script >
</ body >
</ html >
|
第三方JS插件的地址:https://github.com/buildinternet/supersized
本文转自毒逆天博客园博客,原文链接:http://www.cnblogs.com/dunitian/p/5507306.html,如需转载请自行联系原作者
版权声明:本文内容由阿里云实名注册用户自发贡献,版权归原作者所有,阿里云开发者社区不拥有其著作权,亦不承担相应法律责任。具体规则请查看《阿里云开发者社区用户服务协议》和《阿里云开发者社区知识产权保护指引》。如果您发现本社区中有涉嫌抄袭的内容,填写侵权投诉表单进行举报,一经查实,本社区将立刻删除涉嫌侵权内容。
集结各类场景实战经验,助你开发运维畅行无忧