-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathalone.html
More file actions
154 lines (139 loc) · 9.26 KB
/
alone.html
File metadata and controls
154 lines (139 loc) · 9.26 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Layui 独立组件</title>
<meta name="keywords" content="layui,ui,ui框架,前端框架,JS组件">
<meta name="description" content="layui 是一套开源的 Web UI 解决方案,其内部采用的是自身经典的模块化规范,并遵循原生 HTML/CSS/JS 的开发方式,极易上手,拿来即用。其外在极简,却又不失饱满的内在,体积轻盈,组件丰盈,从核心代码到使用方法的每一处细节都经过精心雕琢,非常适合网页界面的快速开发。">
<meta name="renderer" content="webkit">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="format-detection" content="telephone=no">
<script>
;!function(){self!==parent&&(location.href="http://www.baidu.com/")}();
</script>
<link rel="stylesheet" href="layui.css-t=1632659138225.css" tppabs="http://res.layui.com/layui/dist/css/layui.css?t=1632659138225" media="all">
<link rel="stylesheet" href="global.css-t=1632659138225-19.css" tppabs="http://res.layui.com/static/css/global.css?t=1632659138225-19" media="all">
</head>
<body class="site-home" id="LAY_home">
<div class="layui-header header header-alone">
<div class="layui-container">
<a class="logo" href="index.htm" tppabs="http://www.layui.com/">
<img src="logo.png" tppabs="http://res.layui.com/static/images/layui/logo.png" alt="layui">
</a>
<div class="layui-form layui-hide-xs component" lay-filter="LAY-site-header-component"></div>
<div class="layui-hide-xs site-notice"></div>
<ul class="layui-nav" id="LAY_NAV_TOP">
<li class="layui-nav-item ">
<a href="index-1.htm" tppabs="http://www.layui.com/doc/">文档</a>
</li>
<li class="layui-nav-item ">
<a href="index-2.htm" tppabs="http://www.layui.com/demo/">示例</a>
</li>
<li class="layui-nav-item">
<a href="javascript:;">
<!--<span class="layui-badge-dot" style="left:0; right: auto; margin: -4px 0 0 5px;"></span>-->
周边
</a>
<dl class="layui-nav-child layui-nav-child-c">
<dd class="layui-hide-sm layui-show-xs" lay-unselect>
<a href="javascript:if(confirm(%27https://gitee.com/sentsin/layui/issues \n\nThis file was not retrieved by Teleport Pro, because it is addressed using an unsupported protocol (e.g., gopher). \n\nDo you want to open it from the server?%27))window.location=%27https://gitee.com/sentsin/layui/issues%27" tppabs="https://gitee.com/sentsin/layui/issues" target="_blank" rel="nofollow">问题反馈</a>
<hr>
</dd>
<dd lay-unselect><a href="alone.html" tppabs="http://www.layui.com/alone.html" target="_blank" lay-unselect>独立组件</a></dd>
<dd lay-unselect><a href="javascript:if(confirm(%27http://fly.layui.com/extend/ \n\nThis file was not retrieved by Teleport Pro, because it is addressed on a domain or path outside the boundaries set for its Starting Address. \n\nDo you want to open it from the server?%27))window.location=%27http://fly.layui.com/extend/%27" tppabs="http://fly.layui.com/extend/" target="_blank">扩展组件</a></dd>
</dl>
</li>
<li class="layui-nav-item layui-hide-xs">
<a href="javascript:if(confirm(%27http://gitee.com/sentsin/layui/issues \n\nThis file was not retrieved by Teleport Pro, because it is addressed on a domain or path outside the boundaries set for its Starting Address. \n\nDo you want to open it from the server?%27))window.location=%27http://gitee.com/sentsin/layui/issues%27" tppabs="http://gitee.com/sentsin/layui/issues" target="_blank" rel="nofollow">反馈</a>
</li>
</ul>
</div>
</div>
<!-- 让IE8/9支持媒体查询,从而兼容栅格 -->
<!--[if lt IE 9]>
<script src="html5.min.js" tppabs="https://cdn.staticfile.org/html5shiv/r29/html5.min.js"></script>
<script src="respond.min.js" tppabs="https://cdn.staticfile.org/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
<div class="layui-container" style="min-height: 800px;">
<blockquote class="layui-elem-quote layui-text" style="margin: 30px 0;">
尽管 layui 中包含了这些组件,但因为它们受众群体广泛或应用广泛,特从 layui 中抽取出来个副本,可独立引用。我们也会对它们进行同步维护。
</blockquote>
<fieldset class="layui-elem-field layui-field-title">
<legend style="margin-bottom: 20px; text-align: center;">layui 独立组件</legend>
<div class="layui-field-box">
<ul class="layui-row layui-col-space1">
<li class="layui-col-sm6">
<div class="alone"><a href="-alone.htm" tppabs="http://www.layui.com/layer/?alone" target="_blank">layer<cite>通用型弹出层组件</cite></a></div>
</li>
<li class="layui-col-sm6">
<div class="alone"><a href="-alone-1.htm" tppabs="http://www.layui.com/laydate/?alone" target="_blank">layDate<cite>日期与时间组件</cite></a></div>
</li>
</ul>
<p style="padding: 50px 15px 30px; text-align: center; color: #999;">请注意:如果你不想使用 layui,而只是要单独使用上述组件,你可以前往组件各自的主页进行下载</p>
</div>
</fieldset>
</div>
<div class="layui-footer footer footer-alone">
<p>
Copyright © 2021 <a href="index.htm" tppabs="http://www.layui.com/">layui.com</a> MIT Licensed</p>
<p>
<a href="disclaimer.html" tppabs="http://www.layui.com/about/disclaimer.html" target="_blank">免责声明</a>
<a href="relatedlinks.html" tppabs="http://www.layui.com/about/relatedlinks.html" target="_blank">友链</a>
<a href="javascript:;" site-event="weixinmp">公众号</a>
<a target="_blank" href="javascript:if(confirm(%27http://www.beian.gov.cn/portal/registerSystemInfo?recordcode=36010902000274 \n\nThis file was not retrieved by Teleport Pro, because it is addressed on a domain or path outside the boundaries set for its Starting Address. \n\nDo you want to open it from the server?%27))window.location=%27http://www.beian.gov.cn/portal/registerSystemInfo?recordcode=36010902000274%27" tppabs="http://www.beian.gov.cn/portal/registerSystemInfo?recordcode=36010902000274" rel="nofollow">
<img src="168_1628847893037_87773.png" tppabs="http://cdn.layui.com/upload/2021_8/168_1628847893037_87773.png">
赣公网安备 36010902000274号
</a>
<a href="javascript:if(confirm(%27https://beian.miit.gov.cn/ \n\nThis file was not retrieved by Teleport Pro, because it is addressed using an unsupported protocol (e.g., gopher). \n\nDo you want to open it from the server?%27))window.location=%27https://beian.miit.gov.cn/%27" tppabs="https://beian.miit.gov.cn/" target="_blank" rel="nofollow">赣ICP备13006272号</a>
</p>
<div class="site-union">
<p class="site-union-desc">
<span>
感谢以下平台提供云加速支持
</span>
</p>
<p>
<a href="javascript:if(confirm(%27https://console.upyun.com/register/?invite=SJ0wu6g2- \n\nThis file was not retrieved by Teleport Pro, because it is addressed using an unsupported protocol (e.g., gopher). \n\nDo you want to open it from the server?%27))window.location=%27https://console.upyun.com/register/?invite=SJ0wu6g2-%27" tppabs="https://console.upyun.com/register/?invite=SJ0wu6g2-" target="_blank" rel="nofollow" sponsor="upyun">
<img src="upyun.png-t=1.png" tppabs="http://res.layui.com/static/images/other/upyun.png?t=1" alt="upyun">
</a>
<a href="javascript:if(confirm(%27https://www.maoyun.com/?from=layui \n\nThis file was not retrieved by Teleport Pro, because it is addressed using an unsupported protocol (e.g., gopher). \n\nDo you want to open it from the server?%27))window.location=%27https://www.maoyun.com/?from=layui%27" tppabs="https://www.maoyun.com/?from=layui" target="_blank" rel="nofollow" sponsor="maoyun">
<img src="168_1559291577683_9348.png" tppabs="http://cdn.layui.com/upload/2019_5/168_1559291577683_9348.png" alt="maoyun">
</a>
</p>
</div>
</div>
<script>
window.global = {
pageType: 'alone'
,preview: function(){
var preview = document.getElementById('LAY_preview');
return preview ? preview.innerHTML : '';
}()
};
</script>
<script async src="adsbygoogle.js" tppabs="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<div class="site-tree-mobile layui-hide">
<i class="layui-icon layui-icon-spread-left"></i>
</div>
<div class="site-mobile-shade"></div>
<script src="layui.js-t=1632659138225.js" tppabs="http://res.layui.com/layui/dist/layui.js?t=1632659138225" charset="utf-8"></script>
<script>
layui.config({
base: '//res.layui.com/static/lay/modules/layui/'
,version: '1632659138225'
}).use('global');
</script>
<script>
var _hmt = _hmt || [];
(function() {
var hm = document.createElement("script");
hm.src = "hm.js-d214947968792b839fd669a4decaaffc"/*tpa=https://hm.baidu.com/hm.js?d214947968792b839fd669a4decaaffc*/;
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(hm, s);
})();
</script>
</body>
</html>