alone.html 6.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <title>镜像站@Layui 独立组件</title>
  6. <meta name="keywords" content="layui,ui,ui框架,前端框架,JS组件">
  7. <meta name="description" content="layui 是一套开源的 Web UI 解决方案,其内部采用的是自身经典的模块化规范,并遵循原生 HTML/CSS/JS 的开发方式,极易上手,拿来即用。其外在极简,却又不失饱满的内在,体积轻盈,组件丰盈,从核心代码到使用方法的每一处细节都经过精心雕琢,非常适合网页界面的快速开发。">
  8. <meta name="renderer" content="webkit">
  9. <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
  10. <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
  11. <meta name="apple-mobile-web-app-status-bar-style" content="black">
  12. <meta name="apple-mobile-web-app-capable" content="yes">
  13. <meta name="format-detection" content="telephone=no">
  14. <script>
  15. ;!function(){self!==parent&&(location.href="http://www.baidu.com/")}();
  16. </script>
  17. <link rel="stylesheet" href="../res.layui.com/layui/dist/css/layui.css" tppabs="http://res.layui.com/layui/dist/css/layui.css?t=1632428048260" media="all">
  18. <link rel="stylesheet" href="../res.layui.com/static/css/global.css" tppabs="http://res.layui.com/static/css/global.css?t=1632428048260-19" media="all">
  19. </head>
  20. <body class="site-home" id="LAY_home">
  21. <div class="layui-header header header-alone" autumn>
  22. <div class="layui-container">
  23. <a class="logo" href="index.html" tppabs="http://www.layui.com/">
  24. <img src="../res.layui.com/static/images/layui/logo.png" tppabs="http://res.layui.com/static/images/layui/logo.png" alt="layui">
  25. </a>
  26. <div class="layui-form layui-hide-xs component" lay-filter="LAY-site-header-component"></div>
  27. <div class="layui-hide-xs site-notice"></div>
  28. <ul class="layui-nav" id="LAY_NAV_TOP">
  29. <li class="layui-nav-item ">
  30. <a href="doc/index.html" tppabs="http://www.layui.com/doc/">文档</a>
  31. </li>
  32. <li class="layui-nav-item ">
  33. <a href="demo/index.html" tppabs="http://www.layui.com/demo/">示例</a>
  34. </li>
  35. <li class="layui-nav-item">
  36. <a href="javascript:;">
  37. <!--<span class="layui-badge-dot" style="left:0; right: auto; margin: -4px 0 0 5px;"></span>-->
  38. 周边
  39. </a>
  40. <dl class="layui-nav-child layui-nav-child-c">
  41. <dd class="layui-hide-sm layui-show-xs" lay-unselect>
  42. <a href="https://gitee.com/sentsin/layui/issues" target="_blank" rel="nofollow">问题反馈</a>
  43. <hr>
  44. </dd>
  45. <dd lay-unselect><a href="alone.html" tppabs="http://www.layui.com/alone.html" target="_blank" lay-unselect>独立组件</a></dd>
  46. <dd lay-unselect><a href="../fly.layui.com/extend/index.html" target="_blank">扩展组件</a></dd>
  47. </dl>
  48. </li>
  49. <li class="layui-nav-item layui-hide-xs">
  50. <a href="http://gitee.com/sentsin/layui/issues" target="_blank" rel="nofollow">反馈</a>
  51. </li>
  52. </ul>
  53. </div>
  54. </div>
  55. <!-- 让IE8/9支持媒体查询,从而兼容栅格 -->
  56. <!--[if lt IE 9]>
  57. <script src="../other/html5shiv/r29/html5.min.js" tppabs="https://cdn.staticfile.org/html5shiv/r29/html5.min.js"></script>
  58. <script src="../other/respond.js/1.4.2/respond.min.js" tppabs="https://cdn.staticfile.org/respond.js/1.4.2/respond.min.js"></script>
  59. <![endif]-->
  60. <div class="layui-container" style="min-height: 800px;">
  61. <blockquote class="layui-elem-quote layui-text" style="margin: 30px 0;">
  62. 尽管 layui 中包含了这些组件,但因为它们受众群体广泛或应用广泛,特从 layui 中抽取出来个副本,可独立引用。我们也会对它们进行同步维护。
  63. </blockquote>
  64. <fieldset class="layui-elem-field layui-field-title">
  65. <legend style="margin-bottom: 20px; text-align: center;">layui 独立组件</legend>
  66. <div class="layui-field-box">
  67. <ul class="layui-row layui-col-space1">
  68. <li class="layui-col-sm6">
  69. <div class="alone"><a href="layer/index.html" tppabs="http://www.layui.com/layer/?alone" target="_blank">layer<cite>通用型弹出层组件</cite></a></div>
  70. </li>
  71. <li class="layui-col-sm6">
  72. <div class="alone"><a href="laydate/index.html" tppabs="http://www.layui.com/laydate/?alone" target="_blank">layDate<cite>日期与时间组件</cite></a></div>
  73. </li>
  74. </ul>
  75. <p style="padding: 50px 15px 30px; text-align: center; color: #999;">请注意:如果你不想使用 layui,而只是要单独使用上述组件,你可以前往组件各自的主页进行下载</p>
  76. </div>
  77. </fieldset>
  78. </div>
  79. <div class="layui-footer footer footer-alone">
  80. <p>
  81. Copyright &copy; 2021 <a href="index.html" tppabs="http://www.layui.com/">「本站仅为 layui 文档保留的镜像站点,与官方无关」</a> MIT Licensed</p>
  82. <p>
  83. <a href="about/disclaimer.html" tppabs="http://www.layui.com/about/disclaimer.html" target="_blank">免责声明</a>
  84. <a href="about/relatedlinks.html" tppabs="http://www.layui.com/about/relatedlinks.html" target="_blank">友链</a>
  85. <a href="javascript:;" site-event="weixinmp">公众号</a>
  86. <a target="_blank" href="http://www.beian.gov.cn/portal/registerSystemInfo?recordcode=00000000000000" rel="nofollow">
  87. <img src="../res.layui.com/upload/2021_8/168_1628847893037_87773.png" tppabs="http://cdn.layui.com/upload/2021_8/168_1628847893037_87773.png">
  88. </a>
  89. </p>
  90. </div>
  91. <script>
  92. window.global = {
  93. pageType: 'alone'
  94. ,preview: function(){
  95. var preview = document.getElementById('LAY_preview');
  96. return preview ? preview.innerHTML : '';
  97. }()
  98. };
  99. </script>
  100. <div class="site-tree-mobile layui-hide">
  101. <i class="layui-icon layui-icon-spread-left"></i>
  102. </div>
  103. <div class="site-mobile-shade"></div>
  104. <script src="../res.layui.com/layui/dist/layui.js" tppabs="http://res.layui.com/layui/dist/layui.js?t=1632428048260" charset="utf-8"></script>
  105. <script>
  106. layui.config({
  107. base: '../res.layui.com/static/lay/modules/layui/'
  108. ,version: '1632428048260'
  109. }).use('global');
  110. </script>
  111. </body>
  112. </html>