基本信息
源码名称:html layui-master静态页面
源码大小:0.90M
文件格式:.zip
开发语言:CSS
更新时间:2021-12-18
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

     嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300

本次赞助数额为: 2 元 
   源码介绍
html layui-master静态页面

.
├── layui-master
│   ├── CHANGELOG.md
│   ├── LICENSE
│   ├── README.md
│   ├── dist
│   │   ├── css
│   │   │   ├── layui.css
│   │   │   └── modules
│   │   │       ├── code.css
│   │   │       ├── laydate
│   │   │       │   └── default
│   │   │       │       └── laydate.css
│   │   │       └── layer
│   │   │           └── default
│   │   │               ├── icon-ext.png
│   │   │               ├── icon.png
│   │   │               ├── layer.css
│   │   │               ├── loading-0.gif
│   │   │               ├── loading-1.gif
│   │   │               └── loading-2.gif
│   │   ├── font
│   │   │   ├── iconfont.eot
│   │   │   ├── iconfont.svg
│   │   │   ├── iconfont.ttf
│   │   │   ├── iconfont.woff
│   │   │   └── iconfont.woff2
│   │   └── layui.js
│   ├── doc
│   │   ├── Gitee.url
│   │   ├── Github.url
│   │   ├── README.md
│   │   ├── 在线演示.url
│   │   └── 快速上手.url
│   ├── examples
│   │   ├── all.html
│   │   ├── base.html
│   │   ├── button.html
│   │   ├── carousel.html
│   │   ├── code.html
│   │   ├── colorpicker.html
│   │   ├── dropdown.html
│   │   ├── element.html
│   │   ├── element.nav.html
│   │   ├── element.tab.html
│   │   ├── extend.html
│   │   ├── extends
│   │   │   ├── mod1.js
│   │   │   ├── mod2.js
│   │   │   └── temp.js
│   │   ├── flow.html
│   │   ├── form.html
│   │   ├── js
│   │   │   ├── child
│   │   │   │   └── test.js
│   │   │   └── index.js
│   │   ├── json
│   │   │   ├── table
│   │   │   │   ├── demo1.json
│   │   │   │   ├── demo2.json
│   │   │   │   └── demo3.json
│   │   │   └── upload
│   │   │       └── demoLayEdit.json
│   │   ├── laydate.html
│   │   ├── layedit.html
│   │   ├── layer.html
│   │   ├── layout-admin.html
│   │   ├── layout-grid.html
│   │   ├── laypage.html
│   │   ├── menu.html
│   │   ├── rate.html
│   │   ├── responsive.html
│   │   ├── slider.html
│   │   ├── table-test.html
│   │   ├── table.html
│   │   ├── temp.html
│   │   ├── transfer.html
│   │   ├── tree.html
│   │   ├── upload.html
│   │   ├── util.html
│   │   └── xingzuo.html
│   ├── gulpfile.js
│   ├── karma.conf.base.js
│   ├── karma.conf.sauce.js
│   ├── karma.conf.unit.js
│   ├── package.json
│   ├── src
│   │   ├── css
│   │   │   ├── layui.css
│   │   │   └── modules
│   │   │       ├── code.css
│   │   │       ├── laydate
│   │   │       │   └── default
│   │   │       │       ├── font.css
│   │   │       │       └── laydate.css
│   │   │       └── layer
│   │   │           └── default
│   │   │               ├── icon-ext.png
│   │   │               ├── icon.png
│   │   │               ├── layer.css
│   │   │               ├── loading-0.gif
│   │   │               ├── loading-1.gif
│   │   │               └── loading-2.gif
│   │   ├── font
│   │   │   ├── iconfont.eot
│   │   │   ├── iconfont.svg
│   │   │   ├── iconfont.ttf
│   │   │   ├── iconfont.woff
│   │   │   └── iconfont.woff2
│   │   ├── layui.js
│   │   └── modules
│   │       ├── all.js
│   │       ├── carousel.js
│   │       ├── code.js
│   │       ├── colorpicker.js
│   │       ├── demo.js
│   │       ├── dropdown.js
│   │       ├── element.js
│   │       ├── flow.js
│   │       ├── form.js
│   │       ├── jquery.js
│   │       ├── lay.js
│   │       ├── laydate.js
│   │       ├── layedit.js
│   │       ├── layer.js
│   │       ├── laypage.js
│   │       ├── laytpl.js
│   │       ├── layui.all.js
│   │       ├── mobile.js
│   │       ├── rate.js
│   │       ├── slider.js
│   │       ├── table.js
│   │       ├── transfer.js
│   │       ├── tree.js
│   │       ├── upload.js
│   │       └── util.js
│   └── test
│       ├── README.md
│       ├── lay
│       │   └── modules
│       │       ├── code.js
│       │       ├── laydate.js
│       │       └── laytpl.js
│       └── layui.js
└── 好例子网_layui-master.zip

29 directories, 115 files