嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 2 元微信扫码支付:2 元
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
清爽的后台登录模板
清爽的后台登录模板
├── index.html
└── static
├── css
│ ├── animate.css
│ ├── datatables.css
│ ├── error.css
│ ├── introduction.css
│ ├── login.css
│ ├── register.css
│ ├── skins.css
│ ├── style.css
│ ├── wizard.css
│ └── ztree.css
├── html
│ ├── Introduction.html
│ ├── animation-basic.html
│ ├── animation-loop.html
│ ├── browse.html
│ ├── chart-basic.html
│ ├── chart-echarts.html
│ ├── error-404.html
│ ├── error-500.html
│ ├── form-edit.html
│ ├── form-layouts.html
│ ├── form-validator.html
│ ├── list-menu.html
│ ├── login.html
│ ├── progress-bar.html
│ ├── register.html
│ ├── retriveve-password.html
│ ├── right-click-menu.html
│ ├── table-data.html
│ ├── table-layouts.html
│ ├── tree-ztree.html
│ └── ui-fontawesome.html
├── images
│ ├── head-portrait
│ │ ├── 0.jpg
│ │ ├── 1.jpg
│ │ ├── 2.jpg
│ │ ├── 3.jpg
│ │ ├── 4.jpg
│ │ └── 5.jpg
│ ├── login-logo.png
│ ├── logo.jpg
│ └── web.ico
├── js
│ ├── chart-basic.js
│ ├── chart-echarts.js
│ ├── datatables-init.js
│ ├── demo.js
│ ├── desc.js
│ ├── form-edit.js
│ ├── progress-bar.js
│ ├── register.js
│ ├── right-menu.js
│ ├── wizard.js
│ └── ztree.js
├── lib
│ ├── bootstrap
│ │ ├── css
│ │ │ ├── bootstrap-theme.css
│ │ │ ├── bootstrap-theme.css.map
│ │ │ ├── bootstrap-theme.min.css
│ │ │ ├── bootstrap-theme.min.css.map
│ │ │ ├── bootstrap.css
│ │ │ ├── bootstrap.css.map
│ │ │ ├── bootstrap.min.css
│ │ │ ├── bootstrap.min.css.map
│ │ │ ├── font-awesome.css
│ │ │ └── font-awesome.min.css
│ │ ├── fonts
│ │ │ ├── FontAwesome.otf
│ │ │ ├── fontawesome-webfont.eot
│ │ │ ├── fontawesome-webfont.svg
│ │ │ ├── fontawesome-webfont.ttf
│ │ │ ├── fontawesome-webfont.woff
│ │ │ ├── fontawesome-webfont.woff2
│ │ │ ├── glyphicons-halflings-regular.eot
│ │ │ ├── glyphicons-halflings-regular.svg
│ │ │ ├── glyphicons-halflings-regular.ttf
│ │ │ ├── glyphicons-halflings-regular.woff
│ │ │ └── glyphicons-halflings-regular.woff2
│ │ └── js
│ │ ├── bootstrap.js
│ │ ├── bootstrap.min.js
│ │ └── npm.js
│ └── jquery
│ ├── jquery.js
│ └── jquery.min.js
└── plugins
├── chart
│ └── chart.js
├── echarts
│ ├── echarts.js
│ └── map
│ ├── js
│ │ └── china.js
│ └── json
│ └── china.json
├── ie
│ ├── html5shiv-3.7.0.js
│ └── respond-1.3.0.min.js
└── validator
├── css
│ ├── bootstrapValidator.css
│ └── bootstrapValidator.min.css
└── js
├── bootstrapValidator.js
├── bootstrapValidator.min.js
└── language
├── be_NL.js
├── bg_BG.js
├── cs_CZ.js
├── de_DE.js
├── en_US.js
├── es_CL.js
├── es_ES.js
├── fr_FR.js
├── gr_EL.js
├── hu_HU.js
├── it_IT.js
├── pl_PL.js
├── pt_BR.js
├── tr_TR.js
├── vi_VN.js
├── zh_CN.js
└── zh_TW.js
23 directories, 105 files